Commit c8b7f1ed8cc8ef25e903b43920ebc508930b4f47

Authored by zhangqijia
1 parent 498c8411

fix: update proto

Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
game.proto
... ... @@ -107,8 +107,7 @@ message RoleTaskRar {
107 107 }
108 108  
109 109 message RoleOpenBoxReq {
110   - string key = 1;
111   - map<string,int32> costs = 2;
  110 + map<string,int32> costs = 1;
112 111 }
113 112  
114 113 message RoleOpenBoxRsp {
... ...