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
d8830e9a9a4fd867995b6eb04686256e33b4f075
Authored by
zhangqijia
2023-03-29 12:19:34 +0800
1 parent
65520c32
fix: update
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
models.proto
Inline
Side-by-side
models.proto
Wrap text
Show/Hide comments
View file @
d8830e9
...
...
@@ -38,7 +38,7 @@ message Equipment {
38
38
int32 quality = 6;
39
39
int32 pos = 7;
40
40
string gem_ids = 8;
41
-
repeated int32
entry = 9;
41
+
map<int32,int32>
entry = 9;
42
42
}
43
43
44
44
message Team {
...
...