This commit is contained in:
aozhiwei 2021-09-28 08:26:45 +00:00
parent eba160c92c
commit e323c1685a
2 changed files with 6 additions and 0 deletions

View File

@ -24,6 +24,7 @@ enum CMMessageId_e
_CMMatchCancel = 218; _CMMatchCancel = 218;
_CMMatchChoose = 219; _CMMatchChoose = 219;
_CMMatchStartGame = 220; _CMMatchStartGame = 220;
_CMMatchStartGameCancel = 221;
} }
enum SMMessageId_e enum SMMessageId_e

View File

@ -1115,6 +1115,11 @@ message CMMatchStartGame
{ {
} }
//-
message CMMatchCancelStartGame
{
}
//endcmmsg //endcmmsg
//error_code == 0 , //error_code == 0 ,