Commit b89856524155c49f2aa3c598e2d39b7b38e94c5d
1 parent
a1d159bd
fix: del etcd. add serverlist.yml
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
account.proto
| @@ -7,6 +7,8 @@ message ServiceInfo { | @@ -7,6 +7,8 @@ message ServiceInfo { | ||
| 7 | string id = 1; | 7 | string id = 1; |
| 8 | string name = 2; | 8 | string name = 2; |
| 9 | string address = 3; | 9 | string address = 3; |
| 10 | + int32 game_port = 4; | ||
| 11 | + int32 gm_port = 5; | ||
| 10 | } | 12 | } |
| 11 | 13 | ||
| 12 | message LoginRsp { | 14 | message LoginRsp { |