This commit is contained in:
aozhiwei 2021-04-16 15:34:46 +08:00
parent 5ea6bda761
commit 7c7d8546f2
2 changed files with 7 additions and 0 deletions

View File

@ -20,6 +20,7 @@ enum CMMessageId_e
_CMAdEnd = 214;
_CMGetBoxInfo = 215;
_CMOpenBox = 216;
_CMExecCommand = 217;
}
enum SMMessageId_e

View File

@ -899,6 +899,12 @@ message CMMove
optional int32 get_on = 36;
}
//GM指令
message CMExecCommand
{
optional string cmd = 1; //
}
//
message CMDropItem
{