From 8afb90acc018103a246f6d84cc632bca84a6b291 Mon Sep 17 00:00:00 2001 From: gaojie Date: Tue, 22 Jan 2019 09:50:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=89=E8=90=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/CommonProto.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index 2b16234..6d9f0ed 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -92,3 +92,8 @@ option optimize_for = SPEED; optional string id = 1; } + message Drop{ + repeated Item itemlist = 1; + repeated Equip equipId = 2; + repeated Hero Hero = 3; + }