Added SaveCharacter and UpdateSession function stubs
Updated proto message type names to better match usage Fixed compile errors due to type name changes
This commit is contained in:
@@ -5,6 +5,7 @@ fn main() {
|
||||
.type_attribute(".", "#[derive(serde::Serialize, serde::Deserialize)]")
|
||||
.compile_protos(
|
||||
&[
|
||||
"../proto/character_common.proto",
|
||||
"../proto/user_db_api.proto",
|
||||
"../proto/character_db_api.proto",
|
||||
"../proto/session_db_api.proto",
|
||||
|
||||
Reference in New Issue
Block a user