Last change
on this file since 3d64884 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:
342 bytes
|
Line | |
---|
1 | package main;
|
---|
2 |
|
---|
3 | public enum StructureType {
|
---|
4 | None,
|
---|
5 | Tent,
|
---|
6 | LargeTent,
|
---|
7 | House,
|
---|
8 | Cave,
|
---|
9 | Gravestone,
|
---|
10 | GraveyardFence1,
|
---|
11 | GraveyardFence2,
|
---|
12 | PicketFence1,
|
---|
13 | PicketFence2,
|
---|
14 | Hut,
|
---|
15 | WitchHut,
|
---|
16 | Tree,
|
---|
17 | BlueOrb,
|
---|
18 | RedOrb,
|
---|
19 | LoginPedestal,
|
---|
20 | RejuvenationPedestal,
|
---|
21 | LifePedestal,
|
---|
22 | ManaPedestal,
|
---|
23 | RespawnPoint,
|
---|
24 | ArtifactPoint,
|
---|
25 | BossPoint;
|
---|
26 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.