Update 3.2

This commit is contained in:
Akbar Yahya
2022-11-06 20:51:40 +08:00
parent f5fd0cbe69
commit dfe18ccb7d
1153 changed files with 13690 additions and 5671 deletions

View File

@@ -21,7 +21,7 @@ import "AnchorPointData.proto";
import "ClientCollectorData.proto";
import "LunchBoxData.proto";
import "OneofGatherPointDetectorData.proto";
import "Unk2700_CCEOEOHLAPK.proto";
import "SkyCrystalDetectorData.proto";
import "WidgetCoolDownData.proto";
import "WidgetSlotData.proto";
@@ -31,7 +31,7 @@ option java_package = "emu.grasscutter.net.proto";
// EnetChannelId: 0
// EnetIsReliable: true
message AllWidgetDataNotify {
repeated uint32 Unk3000_CNNFGFBBBFP = 11;
repeated uint32 background_active_widget_list = 11;
LunchBoxData lunch_box_data = 1;
repeated WidgetCoolDownData cool_down_group_data_list = 13;
repeated AnchorPointData anchor_point_list = 3;
@@ -40,5 +40,5 @@ message AllWidgetDataNotify {
repeated ClientCollectorData client_collector_data_list = 4;
repeated OneofGatherPointDetectorData oneof_gather_point_detector_data_list = 15;
repeated WidgetCoolDownData normal_cool_down_data_list = 9;
Unk2700_CCEOEOHLAPK Unk2700_COIELIGEACL = 12;
SkyCrystalDetectorData sky_crystal_detector_data = 12;
}