source:
lost-haven/main/GameState.java@
155577b
Last change on this file since 155577b was 0870468, checked in by , 5 years ago | |
---|---|
|
|
File size: 195 bytes |
Line | |
---|---|
1 | package main; |
2 | |
3 | public 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.