Added initial game logic service

This commit is contained in:
2025-06-24 14:10:27 -04:00
parent 4c91fe3557
commit f75782885b
30 changed files with 1366 additions and 43 deletions

View File

@@ -10,6 +10,7 @@ fn main() {
"../proto/chat.proto",
"../proto/character.proto",
"../proto/character_common.proto",
"../proto/game.proto"
],
&["../proto"],
)