Last change
on this file was 8edd04e, checked in by Dmitry Portnoy <dmitry.portnoy@…>, 5 years ago |
Make the decompiled game code compile successfully
|
-
Property mode
set to
100644
|
File size:
243 bytes
|
Rev | Line | |
---|
[8edd04e] | 1 | package main;
|
---|
| 2 |
|
---|
| 3 | public 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.