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
c8b7f1ed8cc8ef25e903b43920ebc508930b4f47
Authored by
zhangqijia
2022-10-31 17:28:53 +0800
1 parent
498c8411
fix: update proto
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
game.proto
Inline
Side-by-side
game.proto
Wrap text
Show/Hide comments
View file @
c8b7f1e
...
...
@@ -107,8 +107,7 @@ message RoleTaskRar {
107
107
}
108
108
109
109
message RoleOpenBoxReq {
110
- string key = 1;
111
- map<string,int32> costs = 2;
110
+ map<string,int32> costs = 1;
112
111
}
113
112
114
113
message RoleOpenBoxRsp {
...
...