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
c4c4c39c03f31e39b3fe326a761e2d6577aa00d3
Authored by
yangjiyue
2022-05-09 11:33:57 +0800
1 parent
928fa1b8
添加limit
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 @
c4c4c39
...
...
@@ -66,4 +66,6 @@ message Role {
66
66
uint32 clotheslimit = 16;
67
67
uint32 weaponslimit = 17;
68
68
uint32 otherlimit = 18;
69
+ uint32 jewelrylimit = 19;
70
+ uint32 materiallimit = 20;
69
71
}
...
...