source:
lost-haven/GameState.java@
a5b4186
Last change on this file since a5b4186 was a5b4186, checked in by , 18 years ago | |
---|---|
|
|
File size: 178 bytes |
Rev | Line | |
---|---|---|
[a5b4186] | 1 | |
2 | public enum GameState | |
3 | { | |
4 | Main, | |
5 | CreateAccount, | |
6 | CreateClass, | |
7 | LoadGame, | |
8 | Info, | |
9 | Credits, | |
10 | Game, | |
11 | GameMenu, | |
12 | GameInventory, | |
13 | GameStats | |
14 | } |
Note:
See TracBrowser
for help on using the repository browser.