Changeset 8edd04e in lost-haven for main/LandType.java


Ignore:
Timestamp:
Jun 7, 2020, 3:04:32 PM (4 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
master
Children:
a49176d
Parents:
155577b
Message:

Make the decompiled game code compile successfully

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/LandType.java

    r155577b r8edd04e  
    22
    33public enum LandType {
    4         Grass,
    5         Ocean
     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;
    621}
Note: See TracChangeset for help on using the changeset viewer.