mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-07-30 17:14:11 +03:00
update proto 3.3
This commit is contained in:
@@ -20,7 +20,7 @@ syntax = "proto3";
|
||||
import "AnchorPointData.proto";
|
||||
import "ClientCollectorData.proto";
|
||||
import "LunchBoxData.proto";
|
||||
import "OneofGatherPointDetectorData.proto";
|
||||
import "OneoffGatherPointDetectorData.proto";
|
||||
import "SkyCrystalDetectorData.proto";
|
||||
import "WeatherWizardData.proto";
|
||||
import "WidgetCoolDownData.proto";
|
||||
@@ -39,7 +39,7 @@ message AllWidgetDataNotify {
|
||||
|
||||
uint32 next_anchor_point_usable_time = 5;
|
||||
LunchBoxData lunch_box_data = 1;
|
||||
repeated OneofGatherPointDetectorData oneof_gather_point_detector_data_list = 14;
|
||||
repeated OneoffGatherPointDetectorData oneoff_gather_point_detector_data_list = 14;
|
||||
repeated WidgetSlotData slot_list = 6;
|
||||
repeated uint32 background_active_widget_list = 9;
|
||||
repeated WidgetCoolDownData cool_down_group_data_list = 3;
|
||||
|
Reference in New Issue
Block a user