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
4a9668af879842a282394038814c365a0ebb8519
Authored by
zhangqijia
2022-11-14 16:40:02 +0800
1 parent
2eebf301
fix: 宝石系统 增加切割时间
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
game.proto
Inline
Side-by-side
game.proto
Wrap text
Show/Hide comments
View file @
4a9668a
...
...
@@ -27,6 +27,7 @@ message LoginRsp {
27
27
repeated models.Hero hero = 3;
28
28
repeated models.Team team = 4;
29
29
repeated models.Equipment equipments = 5;
30
+ repeated models.GemSlot gem_slot = 6;
30
31
}
31
32
32
33
message CreateRar {
...
...