From 092f55ccf753b05152104c8f1fc70d030d59a298 Mon Sep 17 00:00:00 2001 From: lvxinran Date: Thu, 26 Sep 2019 11:21:19 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B8=A2=E4=BA=BAindication?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/Family.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/Family.proto b/protos/Family.proto index 0e7e2a1..9c1babd 100644 --- a/protos/Family.proto +++ b/protos/Family.proto @@ -307,6 +307,6 @@ import "CommonProto.proto"; optional string name = 1; } //踢出玩家给indication - message kickOutIndication{ + message KickOutIndication{ optional int32 uid = 1; }