Allowing player to gather resources

This commit is contained in:
2026-03-19 12:38:45 -05:00
parent 9ba725d207
commit 50d44e8387
4 changed files with 174 additions and 5 deletions
+8 -1
View File
@@ -46,7 +46,14 @@ Outbound JSON documents
"coord": {
"x": "number",
"y": "number"
}
},
"resources": [
{
"itemKey": "wood",
"remainingQuantity": 100,
"gatherQuantity": 3
}
]
}
]
```