mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-13 17:29:26 +03:00
33 lines
1.2 KiB
Protocol Buffer
33 lines
1.2 KiB
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
import "OneoffGatherPointDetectorData.proto";
|
|
import "ClientCollectorData.proto";
|
|
import "WidgetCoolDownData.proto";
|
|
import "AnchorPointData.proto";
|
|
import "LunchBoxData.proto";
|
|
import "LANPHFCMEBN.proto";
|
|
import "SkyCrystalDetectorData.proto";
|
|
import "EPIAFADAJAN.proto";
|
|
import "WidgetSlotData.proto";
|
|
import "WeatherWizardData.proto";
|
|
// 4.7.0 (TODO)
|
|
// CmdId: 9546
|
|
// Obf: IFNFOADFFEL
|
|
message AllWidgetDataNotify {
|
|
repeated OneoffGatherPointDetectorData oneoff_gather_point_detector_data_list = 4;
|
|
repeated ClientCollectorData client_collector_data_list = 9;
|
|
uint32 CMFPEOMAJLM = 10;
|
|
repeated WidgetCoolDownData normalCoolDownDataList = 8;
|
|
repeated AnchorPointData anchor_point_list = 15;
|
|
LunchBoxData lunch_box_data = 11;
|
|
repeated WidgetCoolDownData coolDownGroupDataList = 14;
|
|
LANPHFCMEBN ELIOJBDGIMJ = 12;
|
|
SkyCrystalDetectorData sky_crystal_detector_data = 1;
|
|
repeated uint32 EMPBLGKLCOA = 1790;
|
|
EPIAFADAJAN NNPMMJCEJAO = 1715;
|
|
uint32 HALAOGOBMKJ = 1816;
|
|
repeated WidgetSlotData slot_list = 13;
|
|
repeated uint32 background_active_widget_list = 6;
|
|
WeatherWizardData weather_wizard_data = 2;
|
|
}
|