Skip to content

Commit f4a42ee

Browse files
committed
bang dream proto update 4.7.0
1 parent b6193d8 commit f4a42ee

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

bang/SuiteMaster_gen.proto

+14-1
Original file line numberDiff line numberDiff line change
@@ -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
}
21822183
message 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+
}
23362345
message 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
}
23452358
message uint_MasterEventBoxGacha {
23462359
optional uint32 uint_MasterEventBoxGacha_key = 1; // normal type

bang/version_hash.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6af114b81eef9432539acddd66535d000d34abd81f607e9f4a4ce8cb65cc8d80
1+
92b2a9f1658d5749fedb7d007e90cd766ff55a2c0344b629cff11813102d53a5

0 commit comments

Comments
 (0)