@@ -427,6 +427,7 @@ message MasterGachaExtra {
427
427
optional uint32 expiredDays = 6 ; // nullable
428
428
optional string gachaExtraType = 7 ; // normal type
429
429
optional string gachaExtraName = 8 ; // normal type
430
+ optional uint32 paymentMethodId = 9 ; // normal type
430
431
}
431
432
message MasterGachaViewLive2d {
432
433
optional uint32 gachaId = 1 ; // normal type
@@ -3475,6 +3476,15 @@ message uint_MasterSpecialLotteryCharacterList {
3475
3476
message MasterSpecialLotteryCharacterMap {
3476
3477
repeated uint_MasterSpecialLotteryCharacterList entries = 1 ; // dictionary
3477
3478
}
3479
+ message MasterDeckRank {
3480
+ optional string rank = 1 ; // normal type
3481
+ optional uint32 level = 2 ; // normal type
3482
+ optional uint32 score = 3 ; // normal type
3483
+ }
3484
+ message MasterDeckRankInfo {
3485
+ repeated MasterDeckRank totalDeckRank = 1 ; // array
3486
+ repeated MasterDeckRank singleDeckRank = 2 ; // array
3487
+ }
3478
3488
message SuiteMasterGetResponse {
3479
3489
optional MasterSubscriptionCountBonusRewardList masterSubscriptionCountBonusRewardList = 307 ; // sub class
3480
3490
optional MasterTimerWordingCollectionMap masterTimerWordingCollectionMap = 309 ; // sub class
@@ -3666,4 +3676,5 @@ message SuiteMasterGetResponse {
3666
3676
optional MasterMedleyEventMap masterMedleyEventMap = 1161 ; // sub class
3667
3677
optional MasterMedleyComboRateList masterMedleyComboRateList = 1162 ; // sub class
3668
3678
optional MasterSpecialLotteryCharacterMap masterSpecialLotteryCharacterMap = 1170 ; // sub class
3679
+ optional MasterDeckRankInfo masterDeckRankInfo = 1181 ; // sub class
3669
3680
}
0 commit comments