2022-11-06 15:30:21 +03:00
|
|
|
syntax = "proto3";
|
2023-01-28 18:50:00 +03:00
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
2023-05-23 13:12:42 +03:00
|
|
|
import "OneoffGatherPointDetectorData.proto";
|
|
|
|
import "ClientCollectorData.proto";
|
|
|
|
import "SkyCrystalDetectorQuickUseResult.proto";
|
2024-07-08 14:40:31 +03:00
|
|
|
// 4.7.0
|
|
|
|
// CmdId: 22155
|
|
|
|
// Obf: MIMKEJBMGGH
|
2022-11-06 15:30:21 +03:00
|
|
|
message QuickUseWidgetRsp {
|
2024-07-08 14:40:31 +03:00
|
|
|
int32 retcode = 3;
|
|
|
|
uint32 material_id = 10;
|
2023-05-23 09:48:59 +03:00
|
|
|
oneof param {
|
2024-07-08 14:40:31 +03:00
|
|
|
OneoffGatherPointDetectorData detector_data = 7;
|
|
|
|
ClientCollectorData client_collector_data = 14;
|
|
|
|
SkyCrystalDetectorQuickUseResult sky_crystal_detector_quick_use_result = 207036;
|
2023-05-23 09:48:59 +03:00
|
|
|
}
|
2022-11-06 15:30:21 +03:00
|
|
|
}
|