diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index 890fc0c..3f09f46 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -98,3 +98,8 @@ option optimize_for = SPEED; optional string id = 1; } + message Drop{ + repeated Item itemlist = 1; + repeated Equip equipId = 2; + repeated Hero Hero = 3; + }