Commit cec3974b77d77322104fb95db8e8bfa4311ff748
Merge remote-tracking branch 'origin/master'
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
game.proto
@@ -104,7 +104,7 @@ message RoleOpenBoxReq { | @@ -104,7 +104,7 @@ message RoleOpenBoxReq { | ||
104 | map<string,int32> costs = 2; | 104 | map<string,int32> costs = 2; |
105 | } | 105 | } |
106 | 106 | ||
107 | -message RoleOpenBoxRsp{ | 107 | +message RoleOpenBoxRsp { |
108 | map<string,int32> reward = 3; | 108 | map<string,int32> reward = 3; |
109 | } | 109 | } |
110 | 110 |