2022-11-06 15:30:21 +03:00
|
|
|
syntax = "proto3";
|
2023-02-02 04:57:20 +03:00
|
|
|
|
2023-01-28 18:50:00 +03:00
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
2022-11-06 15:30:21 +03:00
|
|
|
|
2023-02-28 06:08:38 +03:00
|
|
|
import "AnchorPointData.proto";
|
|
|
|
import "ClientCollectorData.proto";
|
|
|
|
import "LunchBoxData.proto";
|
|
|
|
import "OneoffGatherPointDetectorData.proto";
|
2022-11-06 15:51:40 +03:00
|
|
|
import "SkyCrystalDetectorData.proto";
|
2022-12-05 15:02:30 +03:00
|
|
|
import "WeatherWizardData.proto";
|
2022-11-06 15:30:21 +03:00
|
|
|
import "WidgetCoolDownData.proto";
|
|
|
|
import "WidgetSlotData.proto";
|
2023-01-28 18:50:00 +03:00
|
|
|
|
2023-02-28 06:08:38 +03:00
|
|
|
// Name: OMFAFJLJDPM
|
|
|
|
// CmdId: 4300
|
2022-11-06 15:30:21 +03:00
|
|
|
message AllWidgetDataNotify {
|
2023-02-28 06:08:38 +03:00
|
|
|
repeated WidgetCoolDownData LCFJGCFMBPH = 7;
|
|
|
|
LunchBoxData lunch_box_data = 10;
|
|
|
|
repeated OneoffGatherPointDetectorData oneoff_gather_point_detector_data_list = 9;
|
|
|
|
repeated ClientCollectorData client_collector_data_list = 12;
|
|
|
|
WeatherWizardData weather_wizard_data = 15;
|
|
|
|
repeated WidgetCoolDownData PNKCMCMHCPL = 13;
|
|
|
|
repeated WidgetSlotData slot_list = 4;
|
|
|
|
uint32 next_anchor_point_usable_time = 8;
|
|
|
|
SkyCrystalDetectorData sky_crystal_detector_data = 3;
|
|
|
|
repeated AnchorPointData anchor_point_list = 14;
|
|
|
|
repeated uint32 background_active_widget_list = 5;
|
2022-11-06 15:30:21 +03:00
|
|
|
}
|
2023-02-28 06:08:38 +03:00
|
|
|
|