Adding character coords

This commit is contained in:
Zeeshaun
2026-01-23 14:24:08 -06:00
parent 900951b1a7
commit 241312b0be
4 changed files with 25 additions and 10 deletions
+4
View File
@@ -18,6 +18,10 @@ Stored documents (MongoDB)
"id": "string (ObjectId)",
"ownerUserId": "string",
"name": "string",
"coord": {
"x": "number",
"y": "number"
},
"createdUtc": "string (ISO-8601 datetime)"
}
```