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
0d662c223cbc82f58a13fbddb74cf2d1035c5e9b
Authored by
zhangqijia
2023-06-02 17:47:24 +0800
1 parent
1248bc76
fix: add disconnect flag
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
role.proto
Inline
Side-by-side
role.proto
Wrap text
Show/Hide comments
View file @
0d662c2
...
...
@@ -43,6 +43,7 @@ message CreateRar {
43
43
}
44
44
45
45
message DisConnectNty {
46
+ int32 flag = 1;
46
47
}
47
48
48
49
message ChangeTeamRar {
...
...