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
a576554ac25166446d71ce129fcafbe2ae32facb
Authored by
zhangqijia
2023-03-29 14:48:09 +0800
1 parent
d8830e9a
reactor: 添加宝石/添加装备/添加英雄函数优化
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 @
a576554
...
...
@@ -38,7 +38,7 @@ message Equipment {
38
38
int32 quality = 6;
39
39
int32 pos = 7;
40
40
string gem_ids = 8;
41
- map<int32,int32>
entry = 9;
41
+ map<int32,int32>
entry = 9;
42
42
}
43
43
44
44
message Team {
...
...