- update: packet router to have the various services needed for the packets to be local to it.

- add: character service grpc client calls
This commit is contained in:
2025-01-04 17:45:54 -05:00
parent 00468e9600
commit 4a826d2a46
7 changed files with 189 additions and 78 deletions

View File

@@ -29,7 +29,7 @@ impl CharacterService for MyCharacterService {
job: 111,
last_played: 1633017600, // Example timestamp
delete_time: 0,
face: 0,
face: 1,
hair: 0,
items: vec![],
},
@@ -41,7 +41,7 @@ impl CharacterService for MyCharacterService {
job: 211,
last_played: 1633017600, // Example timestamp
delete_time: 0,
face: 0,
face: 1,
hair: 0,
items: vec![],
},