@@ -2178,6 +2178,7 @@ message MasterEventItem {
21782178 optional string description = 5 ; // normal type
21792179 optional string eventItemOverrideName = 6 ; // normal type
21802180 optional string assetBundleName = 7 ; // normal type
2181+ optional string unitName = 8 ; // normal type
21812182}
21822183message uint_MasterEventItem {
21832184 optional uint32 uint_MasterEventItem_key = 1 ; // normal type
@@ -2333,14 +2334,26 @@ message uint_MasterEventBoxGachaDetailList {
23332334 optional uint32 uint_MasterEventBoxGachaDetailList_key = 1 ; // normal type
23342335 optional MasterEventBoxGachaDetailList uint_MasterEventBoxGachaDetailList_value = 2 ; // sub class
23352336}
2337+ message MasterEventBoxGachaLive2d {
2338+ optional uint32 live2dId = 1 ; // normal type
2339+ optional string costumeBundleName = 2 ; // normal type
2340+ }
2341+ message MasterEventBoxGachaLive2dThreshold {
2342+ optional string commonsLive2dCategory = 1 ; // normal type
2343+ optional uint32 threshold = 2 ; // normal type
2344+ }
23362345message MasterEventBoxGacha {
23372346 optional uint32 eventBoxGachaId = 1 ; // normal type
23382347 optional uint32 eventId = 2 ; // normal type
23392348 optional string name = 3 ; // normal type
2340- optional string resourceName = 4 ; // normal type
23412349 optional uint64 publishedAt = 5 ; // normal type
23422350 optional uint64 closedAt = 6 ; // normal type
2351+ optional string rewardItemName = 7 ; // normal type
2352+ optional string rewardBgBundleName = 8 ; // normal type
2353+ optional string assetBundleName = 9 ; // normal type
23432354 repeated uint_MasterEventBoxGachaDetailList detailsMap = 101 ; // dictionary
2355+ repeated MasterEventBoxGachaLive2d live2dList = 102 ; // list
2356+ repeated MasterEventBoxGachaLive2dThreshold thresholdList = 103 ; // list
23442357}
23452358message uint_MasterEventBoxGacha {
23462359 optional uint32 uint_MasterEventBoxGacha_key = 1 ; // normal type
0 commit comments