source: lost-haven/main/StructureType.java@ 155577b

Last change on this file since 155577b was 0870468, checked in by Dmitry Portnoy <dmitry.portnoy@…>, 4 years ago

Move all global classes into the main package

  • Property mode set to 100644
File size: 356 bytes
Line 
1package main;
2
3public 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}
Note: See TracBrowser for help on using the repository browser.