master_huanxiang
zhangshanxue 2019-09-26 11:02:51 +08:00
commit 4175b75d04
3 changed files with 19 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

@ -484,6 +484,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;//

View File

@ -126,6 +126,12 @@ import "CommonProto.proto";
message WorkTechnologyLevelRequest{
optional int32 id = 1;//
optional int32 targetLevel = 2;//
}
message WorkTechnologyLevelResponse{
optional int32 id = 1;//
optional int32 targetLevel = 2;//
}
message WorkTechnologyResetRequest{