mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 11:00:13 +03:00
v3.3.0-fix1
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
syntax = "proto3";
|
||||
|
||||
import "ClientCollectorData.proto";
|
||||
import "OneofGatherPointDetectorData.proto";
|
||||
import "OneoffGatherPointDetectorData.proto";
|
||||
import "SkyCrystalDetectorQuickUseResult.proto";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
@@ -35,7 +35,7 @@ message QuickUseWidgetRsp {
|
||||
uint32 material_id = 11;
|
||||
int32 retcode = 12;
|
||||
oneof param {
|
||||
OneofGatherPointDetectorData detector_data = 14;
|
||||
OneoffGatherPointDetectorData detector_data = 14;
|
||||
ClientCollectorData client_collector_data = 10;
|
||||
SkyCrystalDetectorQuickUseResult sky_crystal_detector_quick_use_result = 172322;
|
||||
}
|
||||
|
Reference in New Issue
Block a user