source: lost-haven/main/GemType.java@ 8edd04e

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

Make the decompiled game code compile successfully

  • Property mode set to 100644
File size: 122 bytes
Line 
1package main;
2
3public enum GemType {
4 Fire,
5 Water,
6 Air,
7 Earth,
8 Steam,
9 Sand,
10 Metal,
11 Ice,
12 Mud,
13 Crystal
14}
Note: See TracBrowser for help on using the repository browser.