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
291d076538e01534ae07df211c59669f16c6ccf8
Authored by
yangjiyue
2022-05-10 19:50:18 +0800
1 parent
78ea894c
proto
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 @
291d076
...
...
@@ -67,6 +67,7 @@ message RoleStartBattleReq {
67
67
int32 carbon_id = 2;
68
68
}
69
69
70
+//ResponseCmd RoleEndBattleRsp
70
71
message RoleEndBattleReq {
71
72
int32 chapter_id = 1;
72
73
int32 carbon_id = 2;
...
...