@@ -11,6 +11,20 @@ message MasterSubscriptionCountBonusReward {
11
11
message MasterSubscriptionCountBonusRewardList {
12
12
repeated MasterSubscriptionCountBonusReward entries = 1 ; // list
13
13
}
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
+ }
14
28
message MasterMusicAchievement {
15
29
optional uint32 musicId = 1 ; // normal type
16
30
optional string achievementType = 2 ; // normal type
@@ -39,6 +53,7 @@ message MasterMusicGetResponse {
39
53
optional string transitionMethod = 18 ; // normal type
40
54
optional uint32 transitionId = 19 ; // normal type
41
55
optional string phonetic = 20 ; // normal type
56
+ optional string musicDataType = 21 ; // normal type
42
57
}
43
58
message MasterMusicListGetResponse {
44
59
repeated MasterMusicGetResponse entries = 1 ; // array
@@ -2402,6 +2417,8 @@ message MasterNewSituationIntroductionDetail {
2402
2417
optional string voiceId = 5 ; // normal type
2403
2418
optional float situationPositionX = 6 ; // normal type
2404
2419
optional string newSituationText = 7 ; // normal type
2420
+ optional string live2dPresetVoice = 8 ; // normal type
2421
+ optional bool isExistLive2dSpecialVoice = 9 ; // normal type
2405
2422
}
2406
2423
message MasterNewSituationIntroduction {
2407
2424
optional uint32 newSituationIntroductionId = 1 ; // normal type
@@ -2501,6 +2518,7 @@ message MasterSubscriptionDetailList {
2501
2518
}
2502
2519
message SuiteMasterGetResponse {
2503
2520
optional MasterSubscriptionCountBonusRewardList masterSubscriptionCountBonusRewardList = 307 ; // sub class
2521
+ optional MasterTimerWordingCollectionMap masterTimerWordingCollectionMap = 309 ; // sub class
2504
2522
optional MasterMusicListGetResponse masterMusicList = 1 ; // sub class
2505
2523
optional MasterMusicDifficultyListGetResponse masterMusicDifficultyList = 2 ; // sub class
2506
2524
optional MasterMultiLiveDifficultyMap masterMultiLiveDifficultyMap = 28 ; // sub class
0 commit comments