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
3a3a7fbadb59e7c3046a77375d17d1df5604bcb2
Authored by
zhangqijia
2022-07-29 18:20:27 +0800
1 parent
9242c0fe
fix: role 更新改为通过keys更新
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
game.proto
Inline
Side-by-side
game.proto
Wrap text
Show/Hide comments
View file @
3a3a7fb
...
...
@@ -53,7 +53,7 @@ message HeroEquipReferRar {
53
53
}
54
54
55
55
message RoleUpdatePropertyNty {
56
- repeated
int32 id
= 1;
56
+ repeated
string keys
= 1;
57
57
models.Role role = 2;
58
58
}
59
59
...
...