diff --git a/account.proto b/account.proto index 14a5d15..7452d35 100644 --- a/account.proto +++ b/account.proto @@ -7,6 +7,8 @@ message ServiceInfo { string id = 1; string name = 2; string address = 3; + int32 game_port = 4; + int32 gm_port = 5; } message LoginRsp { -- libgit2 0.21.2