update proto 3.3

This commit is contained in:
Akbar Yahya
2022-12-07 12:38:18 +08:00
parent e90d6d4aa3
commit 38986d02a6
11 changed files with 34 additions and 34 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;