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
d0f2f1eeac5287421f88c273b6595aca1c64c6f7
Authored by
yangjiyue
2022-05-20 16:42:34 +0800
1 parent
01574262
合并
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
game.proto
Inline
Side-by-side
game.proto
Wrap text
Show/Hide comments
View file @
d0f2f1e
...
...
@@ -77,6 +77,7 @@ message RoleEndBattleReq {
77
77
bool pass = 3;
78
78
}
79
79
80
+//ResponseCmd RoleEndBattleRsp
80
81
message RoleEndBattleRsp {
81
82
int32 role_level = 1;
82
83
int32 role_exp = 2;
...
...