source:
java-rpg-client/GameState.java@
6656049
Last change on this file since 6656049 was 55522be, checked in by , 17 years ago | |
---|---|
|
|
File size: 234 bytes |
Rev | Line | |
---|---|---|
[55522be] | 1 | public 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.