|
Last change
on this file since 8edd04e was 8edd04e, checked in by Dmitry Portnoy <dmitry.portnoy@…>, 6 years ago |
|
Make the decompiled game code compile successfully
|
-
Property mode
set to
100644
|
|
File size:
211 bytes
|
| Line | |
|---|
| 1 | package main;
|
|---|
| 2 |
|
|---|
| 3 | public enum LandType {
|
|---|
| 4 | Lava,
|
|---|
| 5 | Metal,
|
|---|
| 6 | Charred,
|
|---|
| 7 | Swamp,
|
|---|
| 8 | Vines,
|
|---|
| 9 | Crystal,
|
|---|
| 10 | CrystalFormation,
|
|---|
| 11 | Water,
|
|---|
| 12 | Forest,
|
|---|
| 13 | Tree,
|
|---|
| 14 | Plains,
|
|---|
| 15 | Desert,
|
|---|
| 16 | Mountains,
|
|---|
| 17 | Cave,
|
|---|
| 18 | Ocean,
|
|---|
| 19 | Snow,
|
|---|
| 20 | Steam;
|
|---|
| 21 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.