v3.3.0-fix1

This commit is contained in:
Akbar Yahya
2022-12-07 11:07:41 +08:00
parent cf717aa6a0
commit b8bb921079
17 changed files with 46 additions and 46 deletions

View File

@@ -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;