Skip to content

Commit 9cb1a39

Browse files
committed
bang dream proto update 3.6.0
1 parent 7b34fa2 commit 9cb1a39

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

bang/SuiteMaster_gen.proto

+18
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,20 @@ message MasterSubscriptionCountBonusReward {
1111
message MasterSubscriptionCountBonusRewardList {
1212
repeated MasterSubscriptionCountBonusReward entries = 1; // list
1313
}
14+
message MasterTimerWordingCollection {
15+
optional uint32 id = 1; // normal type
16+
optional string name = 2; // normal type
17+
optional string wording = 3; // normal type
18+
optional uint32 startAt = 4; // normal type
19+
optional uint32 endAt = 5; // normal type
20+
}
21+
message uint_MasterTimerWordingCollection {
22+
optional uint32 uint_MasterTimerWordingCollection_key = 1; // normal type
23+
optional MasterTimerWordingCollection uint_MasterTimerWordingCollection_value = 2; // sub class
24+
}
25+
message MasterTimerWordingCollectionMap {
26+
repeated uint_MasterTimerWordingCollection entries = 1; // dictionary
27+
}
1428
message MasterMusicAchievement {
1529
optional uint32 musicId = 1; // normal type
1630
optional string achievementType = 2; // normal type
@@ -39,6 +53,7 @@ message MasterMusicGetResponse {
3953
optional string transitionMethod = 18; // normal type
4054
optional uint32 transitionId = 19; // normal type
4155
optional string phonetic = 20; // normal type
56+
optional string musicDataType = 21; // normal type
4257
}
4358
message MasterMusicListGetResponse {
4459
repeated MasterMusicGetResponse entries = 1; // array
@@ -2402,6 +2417,8 @@ message MasterNewSituationIntroductionDetail {
24022417
optional string voiceId = 5; // normal type
24032418
optional float situationPositionX = 6; // normal type
24042419
optional string newSituationText = 7; // normal type
2420+
optional string live2dPresetVoice = 8; // normal type
2421+
optional bool isExistLive2dSpecialVoice = 9; // normal type
24052422
}
24062423
message MasterNewSituationIntroduction {
24072424
optional uint32 newSituationIntroductionId = 1; // normal type
@@ -2501,6 +2518,7 @@ message MasterSubscriptionDetailList {
25012518
}
25022519
message SuiteMasterGetResponse {
25032520
optional MasterSubscriptionCountBonusRewardList masterSubscriptionCountBonusRewardList = 307; // sub class
2521+
optional MasterTimerWordingCollectionMap masterTimerWordingCollectionMap = 309; // sub class
25042522
optional MasterMusicListGetResponse masterMusicList = 1; // sub class
25052523
optional MasterMusicDifficultyListGetResponse masterMusicDifficultyList = 2; // sub class
25062524
optional MasterMultiLiveDifficultyMap masterMultiLiveDifficultyMap = 28; // sub class

0 commit comments

Comments
 (0)