mirror of
https://github.com/YouHaveTrouble/GuildMaster.git
synced 2026-05-12 14:36:58 +00:00
framework for adventurers
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
export enum ItemType {
|
||||
|
||||
HELMET = 'helmet',
|
||||
ARMOR = 'armor',
|
||||
BOOTS = 'boots',
|
||||
WEAPON = 'weapon',
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user