source: java-rpg-client/GameState.java@ 67f5126

Last change on this file since 67f5126 was 55522be, checked in by dportnoy <dmp1488@…>, 17 years ago

[svn r8]

  • Property mode set to 100644
File size: 234 bytes
RevLine 
[55522be]1public enum GameState
2{
3 Main,
4 Login,
5 CreateAccount,
6 CreateClass,
7 Records,
8 Updates,
9 Info,
10 Rules,
11 Game,
12 GameUpgrade,
13 GameTavern,
14 GameMenu,
15 GameInventory,
16 GameStats
17}
Note: See TracBrowser for help on using the repository browser.