Create the Item data model

This commit is contained in:
Oliver 2026-03-08 13:11:14 -06:00
parent cc8f054115
commit f91c3d2419
5 changed files with 38 additions and 13 deletions

View file

@ -2,6 +2,9 @@
"TYPES": {
"Actor": {
"player": "Player"
},
"Item": {
"generic": "Generic Item"
}
},
"taf": {