- update: proto files and code referencing them to make it more clear what service they are

This commit is contained in:
2025-02-27 22:42:54 -05:00
parent a9a6c52b00
commit 4f28e92685
7 changed files with 10 additions and 13 deletions

View File

@@ -51,5 +51,3 @@ message GetCharacterRequest {
message GetCharacterResponse {
character_common.CharacterFull character = 1;
}
message Empty {}