added character documentation and split Clothing into a sub-struct

of Character
This commit is contained in:
2026-05-16 14:06:49 +01:00
parent 99a5b03290
commit 6d012dbe6b
6 changed files with 108 additions and 25 deletions
+2
View File
@@ -71,6 +71,8 @@ pub fn character_parse
drop(characters);
api::modify_data(data_to_send, "change".to_string(), String::new(), character_name, vec![]);
},
// These two are mainly just actions performed by the frontend client, so just tell the client to move/animate
// the character and not much other processing needed on the serverside
"to"|"animate" =>
{
sum_index += 1;