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
acfa8204481ffd5c23c1dfd0861476f06319be35
Authored by
zhangqijia
2023-05-18 15:23:32 +0800
1 parent
fc51ced5
fix: update
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
hero.proto
Inline
Side-by-side
hero.proto
Wrap text
Show/Hide comments
View file @
acfa820
...
...
@@ -69,7 +69,7 @@ message HeroAddNty {
69
69
70
70
message HeroUpdatePropertyNty {
71
71
repeated string keys = 1;
72
- models.
Activity activity
= 2;
72
+ models.
Hero hero
= 2;
73
73
}
74
74
75
75
message HeroBatchMemoryCompositeReq {
...
...