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 |
Rev | Line | |
---|---|---|
[0870468] | 1 | package main; |
[a5b4186] | 2 | |
[0870468] | 3 | public 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.