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
bd9f033d2f8d1a5c7971bde4b0dff38e42c0c1e7
Authored by
zhangqijia
2022-08-08 12:29:09 +0800
1 parent
bf5381e8
fix: RoleTaskRar add typ
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
game.proto
Inline
Side-by-side
game.proto
Show/Hide comments
View file @
bd9f033
@@ -90,7 +90,8 @@ message RoleEndBattleRsp {
@@ -90,7 +90,8 @@ message RoleEndBattleRsp {
90
}
90
}
91
91
92
message RoleTaskRar {
92
message RoleTaskRar {
93
- int32 task_id = 1;
93
+ int32 typ = 1;
94
+ int32 task_id = 2;
94
string reward = 3;
95
string reward = 3;
95
}
96
}
96
97