- update: proto files to move common stuff into common proto files
- update: made changes for new proto paths - add: skills to character table - add: load and send skills to client from db - add: chat proto
This commit is contained in:
@@ -82,6 +82,7 @@ impl CharacterService for MyCharacterService {
|
||||
position: serde_json::from_str(&get_character_response.position).unwrap(),
|
||||
looks: serde_json::from_str(&get_character_response.looks).unwrap(),
|
||||
stats: serde_json::from_str(&get_character_response.stats).unwrap(),
|
||||
skills: serde_json::from_str(&get_character_response.skills).unwrap(),
|
||||
items: serde_json::from_str(&get_character_response.inventory).unwrap(),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user