Last change
on this file since 8e945fc was 8edd04e, checked in by Dmitry Portnoy <dmitry.portnoy@…>, 5 years ago |
Make the decompiled game code compile successfully
|
-
Property mode
set to
100644
|
File size:
205 bytes
|
Rev | Line | |
---|
[8edd04e] | 1 | package main;
|
---|
| 2 |
|
---|
| 3 | public enum GameState {
|
---|
| 4 | Main,
|
---|
| 5 | CreateAccount,
|
---|
| 6 | LoadGame,
|
---|
| 7 | Info,
|
---|
| 8 | Credits,
|
---|
| 9 | Game,
|
---|
| 10 | GameIntro,
|
---|
| 11 | GameInfo,
|
---|
| 12 | GameMenu,
|
---|
| 13 | GameStats,
|
---|
| 14 | GameGems,
|
---|
| 15 | GameInventory,
|
---|
| 16 | GameMap,
|
---|
| 17 | Victory
|
---|
| 18 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.