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
c3de4c30bd16666efda00e953240267d3f598b66
Authored by
zhangqijia
2023-01-09 11:44:47 +0800
1 parent
9d89d2a8
fix: 宝石切割,公共percent计算函数;登录返回服务器时间;
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
role.proto
Inline
Side-by-side
role.proto
Wrap text
Show/Hide comments
View file @
c3de4c3
...
...
@@ -29,6 +29,7 @@ message LoginRsp {
29
29
repeated models.Equipment equipments = 5;
30
30
repeated models.GemSlot gem_slot = 6;
31
31
models.Activity activity = 7;
32
+ int64 time_now = 8;
32
33
}
33
34
34
35
message CreateRar {
...
...