Changeset 8edd04e in lost-haven for main/CreatureType.java
- Timestamp:
- Jun 7, 2020, 3:04:32 PM (4 years ago)
- Branches:
- master
- Children:
- a49176d
- Parents:
- 155577b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/CreatureType.java
r155577b r8edd04e 2 2 3 3 public enum CreatureType { 4 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 5 21 }
Note:
See TracChangeset
for help on using the changeset viewer.