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
c30540cc775e982a1b9f9ddb3693036a507ba4d0
Authored by
zhangqijia
2022-05-27 10:12:50 +0800
1 parent
a06dd378
fix: update
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
models.proto
Inline
Side-by-side
models.proto
Wrap text
Show/Hide comments
View file @
c30540c
...
...
@@ -25,7 +25,6 @@ message Equipment {
25
25
string id = 1; // @inject_tag: index:"unique" pri:"1"
26
26
string role_id = 2;
27
27
int32 tb_id = 3;
28
- int32 typ = 4;
29
28
int32 enhance_level = 5;
30
29
string hero_id = 6;
31
30
int32 quality = 7;
...
...