修改名称

master_huanxiang
wangyuan 2019-05-16 16:53:11 +08:00
parent bcbab8834d
commit 8a76db460c
1 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ import "CommonProto.proto";
message GetAdventureStateInfoResponse{
repeated AdventureStateInfo adventureStateInfoList = 1;
optional int32 bossFindNextTime = 2; //boss(boss ADVENTURE_FLUSH_BOSS_REQUEST)
optional int32 nextBossFlushTime = 2; //boss(boss ADVENTURE_FLUSH_BOSS_REQUEST)
optional int32 buyTimsPerDay =3; //
optional int32 dayChallengeTimes =4;//
}
@ -120,7 +120,7 @@ import "CommonProto.proto";
optional FightData fightData =2 ;//
}
message AdventureBoosFlushResponse{
message AdventureBossFlushResponse{
optional AdventureBossSimpleInfo adventureBossSimpleInfo =1 ;
optional int32 nextFlushTime = 2;
}