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
05479c7beeff0415f3225e7856b9d1b0ac35f161
Authored by
zhangqijia
2022-10-10 11:42:02 +0800
1 parent
c54a5314
fix: 装备脱穿的bug
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
models.proto
Inline
Side-by-side
models.proto
Wrap text
Show/Hide comments
View file @
05479c7
...
...
@@ -24,6 +24,7 @@ message Hero {
24
24
int32 rein_point = 6;
25
25
int32 exp = 7;
26
26
map<int32,int32> skills = 8;
27
+ map<string,int32> equipments = 9;
27
28
}
28
29
29
30
message Equipment {
...
...