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
3d9dae4a03064af0317f629aab50101df836ae5c
Authored by
zhangqijia
2022-05-24 19:03:56 +0800
1 parent
444bec1c
fix: 结束战斗的协议加上队伍id
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 @
3d9dae4
...
...
@@ -74,6 +74,7 @@ message RoleEndBattleReq {
74
74
int32 chapter_id = 1;
75
75
int32 carbon_id = 2;
76
76
bool pass = 3;
77
+ string team_id = 4;
77
78
}
78
79
79
80
//ResponseCmd RoleEndBattleRsp
...
...