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
cec3974b77d77322104fb95db8e8bfa4311ff748
Authored by
zhangqijia
2022-08-22 15:04:58 +0800
2 parents
f132bf08
b1a24b27
Merge remote-tracking branch 'origin/master'
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
game.proto
Inline
Side-by-side
game.proto
Wrap text
Show/Hide comments
View file @
cec3974
...
...
@@ -104,7 +104,7 @@ message RoleOpenBoxReq {
104
104
map<string,int32> costs = 2;
105
105
}
106
106
107
-message RoleOpenBoxRsp
{
107
+message RoleOpenBoxRsp
{
108
108
map<string,int32> reward = 3;
109
109
}
110
110
...
...