Added a character route for requesting character data from the server

This commit is contained in:
2026-04-30 14:53:04 +01:00
parent 800bee13da
commit 93c09290cd
11 changed files with 139 additions and 23 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"tim": {
"name": "Timothy Sharpshooter",
"gender": "",
"skin_color": "",
"eye_color": "",
"pronoun_subject": "",
"pronoun_object": "",
"pronoun_deppos": "",
"pronoun_indpos": "",
"pronoun_reflex": "",
"animation": "",
"head": "",
"hair": "",
"torso": "",
"arm": "",
"leg": "",
"hair_color": "",
"top_clothing": "",
"bottom_clothing": "",
"shoes": ""
}
}