source:
lost-haven/main/ItemType.java
Last change on this file was 8edd04e, checked in by , 4 years ago | |
---|---|
|
|
File size: 126 bytes |
Line | |
---|---|
1 | package main; |
2 | |
3 | public 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.