GITLAB
zhangqijia
/
Pro2dProtoBuffers
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
5db9e5f55006471663ef420076724055d71646fd
Authored by
zhangqijia
2022-07-25 15:14:10 +0800
1 parent
d691a0e0
fix: add store to LoginRsp
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
game.proto
Inline
Side-by-side
game.proto
Wrap text
Show/Hide comments
View file @
5db9e5f
...
...
@@ -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;
...
...