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
abf73981a5a7f62d627e0030a42bd0ed3038a07a
Authored by
zhangqijia
2022-12-19 17:11:01 +0800
1 parent
3e7e7065
fix: hero not nil
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
hero.proto
Inline
Side-by-side
hero.proto
Wrap text
Show/Hide comments
View file @
abf7398
...
...
@@ -62,6 +62,7 @@ message HeroSkillUpLevelRsp {
62
62
message HeroAddNty {
63
63
models.Hero hero = 1;
64
64
}
65
+
65
66
message HeroUpdatePropertyNty {
66
67
repeated string keys = 1;
67
68
models.Activity activity = 2;
...
...