Create the Item data model
This commit is contained in:
parent
cc8f054115
commit
f91c3d2419
5 changed files with 38 additions and 13 deletions
|
|
@ -2,6 +2,9 @@
|
|||
"TYPES": {
|
||||
"Actor": {
|
||||
"player": "Player"
|
||||
},
|
||||
"Item": {
|
||||
"generic": "Generic Item"
|
||||
}
|
||||
},
|
||||
"taf": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue