抽卡必出添加

master_huanxiang
lvxinran 2021-06-08 16:04:08 +08:00
parent de2d2a0e2a
commit 68becb2670
2 changed files with 3 additions and 1 deletions

View File

@ -40,6 +40,7 @@ import "CommonProto.proto";
message HeroRandResponse{ message HeroRandResponse{
optional Drop drop =1 ; optional Drop drop =1 ;
optional Drop extraBox = 2 ;// optional Drop extraBox = 2 ;//
optional int32 mustCount = 3;//
} }
@ -375,7 +376,7 @@ import "CommonProto.proto";
message ReplacePrupleMansionSealResponse{ message ReplacePrupleMansionSealResponse{
repeated PurpleMansionSeal sealList = 1; repeated PurpleMansionSeal sealList = 1;
}; }
// //
message PurpleMansionSealIndication{ message PurpleMansionSealIndication{

View File

@ -80,6 +80,7 @@ import "CommonProto.proto";
optional int32 dailyredpack = 40;// optional int32 dailyredpack = 40;//
optional int32 practiceLevel = 41;// optional int32 practiceLevel = 41;//
repeated PurpleMansionSeal sealList = 42;// repeated PurpleMansionSeal sealList = 42;//
optional int32 randomCount = 43;//
} }