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
06112b53f9e105d7a7a6d845d956a00452644c63
Authored by
zhangqijia
2023-07-11 10:25:26 +0800
1 parent
b5bc86e9
fix: update
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
account.proto
Inline
Side-by-side
account.proto
Show/Hide comments
View file @
06112b5
@@ -9,6 +9,7 @@ message ServiceInfo {
@@ -9,6 +9,7 @@ message ServiceInfo {
9
string address = 3;
9
string address = 3;
10
int32 gameport = 4;
10
int32 gameport = 4;
11
int32 gmport = 5;
11
int32 gmport = 5;
12
+ int32 status = 6;
12
}
13
}
13
14
14
message AccountLogin {
15
message AccountLogin {