GITLAB
zhangqijia
/
Pro2dProtoBuffers
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
b89856524155c49f2aa3c598e2d39b7b38e94c5d
Authored by
zhangqijia
2022-05-30 14:50:48 +0800
1 parent
a1d159bd
fix: del etcd. add serverlist.yml
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
account.proto
Inline
Side-by-side
account.proto
Wrap text
Show/Hide comments
View file @
b898565
...
...
@@ -7,6 +7,8 @@ message ServiceInfo {
7
7
string id = 1;
8
8
string name = 2;
9
9
string address = 3;
10
+ int32 game_port = 4;
11
+ int32 gm_port = 5;
10
12
}
11
13
12
14
message LoginRsp {
...
...