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
89c2bd14492fc163f53460fb3dc8c81103f78b60
Authored by
zhangqijia
2022-12-16 12:24:53 +0800
1 parent
2883bc7d
fix: 登录返回activity
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 @
89c2bd1
...
...
@@ -28,6 +28,7 @@ message LoginRsp {
28
28
repeated models.Team team = 4;
29
29
repeated models.Equipment equipments = 5;
30
30
repeated models.GemSlot gem_slot = 6;
31
+ models.Activity activity = 7;
31
32
}
32
33
33
34
message CreateRar {
...
...