Commit 869cd96b19cb030bd7e87bbe2e0e37cb1536b0d6

Authored by zhangqijia
1 parent 8a362640

fix: update

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
models.proto
... ... @@ -25,6 +25,8 @@ message Hero {
25 25 map<string,int32> equipments = 7;
26 26 int32 advance = 8;
27 27 int32 rein_count = 9;
  28 + map<int32,int32> slot = 10;
  29 + int32 quality = 11;
28 30 }
29 31  
30 32 message Equipment {
... ...