1
This commit is contained in:
parent
5ea6bda761
commit
7c7d8546f2
@ -20,6 +20,7 @@ enum CMMessageId_e
|
||||
_CMAdEnd = 214;
|
||||
_CMGetBoxInfo = 215;
|
||||
_CMOpenBox = 216;
|
||||
_CMExecCommand = 217;
|
||||
}
|
||||
|
||||
enum SMMessageId_e
|
||||
|
@ -899,6 +899,12 @@ message CMMove
|
||||
optional int32 get_on = 36;
|
||||
}
|
||||
|
||||
//执行GM指令
|
||||
message CMExecCommand
|
||||
{
|
||||
optional string cmd = 1; //指令
|
||||
}
|
||||
|
||||
//丢弃道具
|
||||
message CMDropItem
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user