mirror of
https://github.com/YouHaveTrouble/GuildMaster.git
synced 2026-05-11 22:16:59 +00:00
9 lines
107 B
TypeScript
9 lines
107 B
TypeScript
export enum ItemType {
|
|
|
|
HELMET = 'helmet',
|
|
ARMOR = 'armor',
|
|
BOOTS = 'boots',
|
|
WEAPON = 'weapon',
|
|
|
|
}
|