source: lost-haven/GameState.java@ a5b4186

Last change on this file since a5b4186 was a5b4186, checked in by dportnoy <dmp1488@…>, 18 years ago

[svn r36] Renamed remotely

  • Property mode set to 100644
File size: 178 bytes
Line 
1
2public 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.