master_huanxiang
wangyuan 2019-08-30 10:42:12 +08:00
parent bb99c92e91
commit 5f34029c2c
2 changed files with 8 additions and 0 deletions

View File

@ -540,6 +540,10 @@ enum MessageType{
SIGN_IN_REQUEST = 11827; //
SIGN_IN_RESPONSE =11828;
SCENE_GAME_OVER_READY_INDICATION = 11829 ; //
SCENE_GAME_OVER_INDICATION = 11830; //
// T 11900

View File

@ -27,4 +27,8 @@ message BroadMsgIndication{
repeated ActorEffectBufferInfo ActorEffectBufferInfo =2;
repeated int32 removeBufferId =3; // buffer
repeated int32 removeActorId = 4 ;//
}
message SceneEndIndication{
}