Add a group property on the Item data model

This commit is contained in:
Oliver 2026-03-14 15:58:06 -06:00
parent c6ec60b5bf
commit ce81212bbe
4 changed files with 58 additions and 1 deletions

View file

@ -59,7 +59,8 @@
"item": {
"weight": "Weight",
"quantity": "Quantity",
"equipped": "Equipped"
"equipped": "Equipped",
"group": "Group"
}
},
"Apps": {