Commit d8567901b2a78126635842fbd60dfc8a9c888a16
1 parent
05ff05d1
fix: update
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
game.proto
| ... | ... | @@ -101,11 +101,11 @@ message RoleTaskRar { |
| 101 | 101 | |
| 102 | 102 | message RoleOpenBoxReq { |
| 103 | 103 | string key = 1; |
| 104 | - map<string, int32> costs = 2; | |
| 104 | + string costs = 2; | |
| 105 | 105 | } |
| 106 | 106 | |
| 107 | -message RoleOpenBoxRsp{ | |
| 108 | - map<string, int32> reward = 3; | |
| 107 | +message RoleOpenBoxRsp { | |
| 108 | + string reward = 3; | |
| 109 | 109 | } |
| 110 | 110 | |
| 111 | 111 | message EquipmentDelRar { | ... | ... |
-
mentioned in commit 11d8c7d8c6eca1842aaedbea703596a08b61b502