宝石协议
parent
3f8e349485
commit
4571a9c080
|
@ -217,6 +217,12 @@ option optimize_for = SPEED;
|
|||
optional int32 point = 5;
|
||||
}
|
||||
|
||||
// 命格新
|
||||
message GemNew{
|
||||
optional int32 id = 1;
|
||||
repeated Attribute attr = 2;
|
||||
}
|
||||
|
||||
message Drop{
|
||||
repeated Item itemlist = 1;
|
||||
repeated Equip equipId = 2;
|
||||
|
@ -1343,9 +1349,3 @@ option optimize_for = SPEED;
|
|||
optional int32 id = 1;
|
||||
optional int32 value = 2;
|
||||
}
|
||||
|
||||
// 命格新
|
||||
message GemNew{
|
||||
optional int32 id = 1;
|
||||
repeated Attribute attr = 2;
|
||||
}
|
Loading…
Reference in New Issue