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
869cd96b19cb030bd7e87bbe2e0e37cb1536b0d6
Authored by
zhangqijia
2023-02-23 09:56:13 +0800
1 parent
8a362640
fix: update
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
models.proto
Inline
Side-by-side
models.proto
Wrap text
Show/Hide comments
View file @
869cd96
...
...
@@ -25,6 +25,8 @@ message Hero {
25
25
map<string,int32> equipments = 7;
26
26
int32 advance = 8;
27
27
int32 rein_count = 9;
28
+ map<int32,int32> slot = 10;
29
+ int32 quality = 11;
28
30
}
29
31
30
32
message Equipment {
...
...