source: lost-haven/StructureType.java@ a5b4186

Last change on this file since a5b4186 was a5b4186, checked in by dportnoy <dmp1488@…>, 17 years ago

[svn r36] Renamed remotely

  • Property mode set to 100644
File size: 341 bytes
Line 
1
2public enum StructureType {
3 None,
4 Tent,
5 LargeTent,
6 House,
7 Cave,
8 Gravestone,
9 GraveyardFence1,
10 GraveyardFence2,
11 PicketFence1,
12 PicketFence2,
13 Hut,
14 WitchHut,
15 Tree,
16 BlueOrb,
17 RedOrb,
18 LoginPedestal,
19 RejuvenationPedestal,
20 LifePedestal,
21 ManaPedestal
22}
Note: See TracBrowser for help on using the repository browser.