更新状态

master_huanxiang
wangyuan 2019-08-12 16:21:45 +08:00
parent 4df16edaeb
commit 7ecb94bddd
2 changed files with 7 additions and 0 deletions

View File

@ -534,6 +534,9 @@ enum MessageType{
UPDATE_BAG_INDICATION = 12008; //
UPDATE_STATE_REQUEST = 12009; //
UPDATE_STATE_RESPONSE = 12010;
// V 12100
VIEW_FIGHTREPLAY_REQUEST = 12100; //
VIEW_FIGHTREPLAY_RESPONSE = 12101;

View File

@ -461,3 +461,7 @@ import "CommonProto.proto";
}
message UpdateStateRequest{
optional int32 type = 1; // 1 :
}