source: lost-haven/main/GameState.java@ 0870468

Last change on this file since 0870468 was 0870468, checked in by Dmitry Portnoy <dmitry.portnoy@…>, 4 years ago

Move all global classes into the main package

  • Property mode set to 100644
File size: 195 bytes
Line 
1package main;
2
3public enum GameState {
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.