Commit 5db9e5f55006471663ef420076724055d71646fd

Authored by zhangqijia
1 parent d691a0e0

fix: add store to LoginRsp

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
game.proto
... ... @@ -22,7 +22,8 @@ message LoginReq {
22 22 }
23 23  
24 24 message LoginRsp {
25   - models.Role role = 2;
  25 + models.Role role = 1;
  26 + models.Store store = 2;
26 27 repeated models.Hero hero = 3;
27 28 repeated models.Team team = 4;
28 29 repeated models.Equipment equipments = 5;
... ...