source: lost-haven/main/ItemType.java@ 8edd04e

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

Make the decompiled game code compile successfully

  • Property mode set to 100644
File size: 126 bytes
RevLine 
[8edd04e]1package main;
2
3public enum ItemType {
4 Hand,
5 LightWeapon,
6 HeavyWeapon,
7 RangedWeapon,
8 Spell,
9 Gem,
10 Relic,
11 None
12}
Note: See TracBrowser for help on using the repository browser.