This commit is contained in:
aozhiwei 2020-07-22 17:53:22 +08:00
parent b37c8df72e
commit 316c0a41fa
2 changed files with 9 additions and 0 deletions

View File

@ -41,4 +41,5 @@ enum SMMessageId_e
_SMUiUpdate = 1012;
_SMGameStart = 1013;
_SMSysPiaoMsg = 1014;
_SMShowCountdown = 1015;
}

View File

@ -998,3 +998,11 @@ message SMSysPiaoMsg
optional int32 color = 2; //rgb
optional int32 duration = 3; //
}
//线
message SMShowCountdown
{
optional string msg = 1; //
optional int32 countdown = 2; //(),msg里的%d标识
optional int32 msg_type = 3; //
}