master_huanxiang
wangyuan 2019-09-25 18:12:21 +08:00
parent 452b5e51b8
commit abdde1bc35
2 changed files with 13 additions and 0 deletions

View File

@ -43,6 +43,16 @@ import "CommonProto.proto";
}
message PlayWithSbRequest{
optional int32 challengeUid =1;
optional int32 myteamId = 2;
}
message PlayWithSbResponse{
optional FightData fightData =1; //
}

View File

@ -480,6 +480,9 @@ enum MessageType{
POKEMON_ADVANCED_RESPONSE = 11503;
PLAYER_BACKCINFO_INDICATION = 11504;//
PLAY_WITH_SB_REQUEST = 11505; //
PLAY_WITH_SB_RESPONSE = 11506;
// Q 11600
QUESTION_INDICATION = 11600;//