Gen7Data/Scripts/Interfaces/ItemCategory.as

11 lines
137 B
ActionScript

shared enum ItemCategory {
Misc = 0,
Pokeball = 1,
Medicine = 2,
Berry = 3,
TM = 4,
VariantChanger = 5,
KeyItem = 6,
Mail = 7,
}