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; }