Commit 4ca4a8f84eacdb0111f70f3902f0c563de9aabf7

Authored by zhangqijia
1 parent 838d5723

fix: update RoleCost

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
game.proto
... ... @@ -121,7 +121,7 @@ message RoleResetBuffRar {
121 121 }
122 122  
123 123 message RoleCostReq {
124   - string costs = 1;
  124 + map<int32,int32> costs = 1;
125 125 }
126 126  
127 127 message RoleCostRsp {
... ...