Skip to content

Commit 66763d1

Browse files
committed
bang dream proto update 5.10.0
1 parent 7b16bf1 commit 66763d1

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

bang/SuiteMaster_gen.proto

+11
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@ message MasterGachaExtra {
427427
optional uint32 expiredDays = 6; // nullable
428428
optional string gachaExtraType = 7; // normal type
429429
optional string gachaExtraName = 8; // normal type
430+
optional uint32 paymentMethodId = 9; // normal type
430431
}
431432
message MasterGachaViewLive2d {
432433
optional uint32 gachaId = 1; // normal type
@@ -3475,6 +3476,15 @@ message uint_MasterSpecialLotteryCharacterList {
34753476
message MasterSpecialLotteryCharacterMap {
34763477
repeated uint_MasterSpecialLotteryCharacterList entries = 1; // dictionary
34773478
}
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+
}
34783488
message SuiteMasterGetResponse {
34793489
optional MasterSubscriptionCountBonusRewardList masterSubscriptionCountBonusRewardList = 307; // sub class
34803490
optional MasterTimerWordingCollectionMap masterTimerWordingCollectionMap = 309; // sub class
@@ -3666,4 +3676,5 @@ message SuiteMasterGetResponse {
36663676
optional MasterMedleyEventMap masterMedleyEventMap = 1161; // sub class
36673677
optional MasterMedleyComboRateList masterMedleyComboRateList = 1162; // sub class
36683678
optional MasterSpecialLotteryCharacterMap masterSpecialLotteryCharacterMap = 1170; // sub class
3679+
optional MasterDeckRankInfo masterDeckRankInfo = 1181; // sub class
36693680
}

bang/version_hash.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
73a17d614513d2a29de4e7ff85368818278aceaccc2c8f1fde851931034b2df5
1+
52e6cfba81f91fb770c6a0b76572bfd891a195350319aa1d06c4100b3733d1f6

0 commit comments

Comments
 (0)