source: lost-haven/main/GameState.java@ 155577b

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

Move all global classes into the main package

  • Property mode set to 100644
File size: 195 bytes
RevLine 
[0870468]1package main;
[a5b4186]2
[0870468]3public enum GameState {
4 Main,
[a5b4186]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.