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