This commit is contained in:
aozhiwei 2019-03-13 14:36:36 +08:00
parent d41352e6b0
commit 1d4b71a45f
2 changed files with 20 additions and 19 deletions

View File

@ -445,16 +445,6 @@ message SMReConnect
{
}
//
message SMMapInfo
{
optional int32 width = 1; //
optional int32 height = 2; //
optional int32 speed = 3; //
repeated MFPlace places = 4; //
repeated MFObject objects = 5; //
}
//
message CMJoin
{
@ -550,14 +540,6 @@ message CMVoice
//endcmmsg
//
message SMVoiceNotify
{
optional int32 mode = 1; //
optional string account_id = 2; //id
optional string msg = 3; //
}
//
message SMJoinedNotify
{
@ -569,6 +551,16 @@ message SMJoinedNotify
optional bool elo_start = 6;
}
//
message SMMapInfo
{
optional int32 width = 1; //
optional int32 height = 2; //
optional int32 speed = 3; //
repeated MFPlace places = 4; //
repeated MFObject objects = 5; //
}
//
message SMPlayerInfo
{
@ -639,3 +631,11 @@ message SMDisconnectNotify
{
optional string reason = 1; //线
}
//
message SMVoiceNotify
{
optional int32 mode = 1; //
optional string account_id = 2; //id
optional string msg = 3; //
}

View File

@ -13,7 +13,8 @@ message SafeArea
optional int32 level = 2; //
optional int32 rad = 3; //
optional int32 wait_time = 4; //
optional int32 hurt = 5; ///
optional int32 shrink_time = 5; //
optional int32 hurt = 6; ///
}
message Item