framework for adventurers

This commit is contained in:
2024-11-20 21:29:54 +01:00
parent 98cd9d829f
commit 53865f1349
5 changed files with 147 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
export enum ItemType {
HELMET = 'helmet',
ARMOR = 'armor',
BOOTS = 'boots',
WEAPON = 'weapon',
}