Commit c4c4c39c03f31e39b3fe326a761e2d6577aa00d3

Authored by yangjiyue
1 parent 928fa1b8

添加limit

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
models.proto
... ... @@ -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 }
... ...