宝石协议

master_ob2
PC-202302260912\Administrator 2023-08-29 17:59:48 +08:00
parent 3f8e349485
commit 4571a9c080
1 changed files with 6 additions and 6 deletions

View File

@ -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;
@ -1342,10 +1348,4 @@ option optimize_for = SPEED;
message Attribute{
optional int32 id = 1;
optional int32 value = 2;
}
//
message GemNew{
optional int32 id = 1;
repeated Attribute attr = 2;
}