Commit 8542b60b19f4fc2c378951b165ba278217601fa7
1 parent
11d8c7d8
fix: update
Showing
1 changed file
with
2 additions
and
2 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 | + map<string,int32> costs = 2; | |
105 | 105 | } |
106 | 106 | |
107 | 107 | message RoleOpenBoxRsp{ |
108 | - map<string, int32> reward = 3; | |
108 | + map<string,int32> reward = 3; | |
109 | 109 | } |
110 | 110 | |
111 | 111 | message EquipmentDelRar { | ... | ... |