source: lost-haven/main/CreatureType.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: 243 bytes
Line 
1package main;
2
3public enum CreatureType {
4 Archer,
5 Bandit,
6 Blob,
7 BlueBlob,
8 Specter,
9 CrystalGuard,
10 DesertAmbusher,
11 Ghost,
12 Goblin,
13 Golem,
14 Guardian,
15 Player,
16 Pyromancer,
17 RustedArmor,
18 BurningCorpse,
19 Wight,
20 Zombie
21}
Note: See TracBrowser for help on using the repository browser.