2022-05-12 08:06:59 +00:00
|
|
|
syntax = "proto3";
|
|
|
|
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
2022-05-28 06:58:12 +00:00
|
|
|
//import "AHCELAJGOLN.proto";
|
2022-05-12 08:06:59 +00:00
|
|
|
import "ClientCollectorData.proto";
|
2022-05-28 06:58:12 +00:00
|
|
|
import "OneoffGatherPointDetectorData.proto";
|
2022-05-12 08:06:59 +00:00
|
|
|
|
2022-05-28 06:58:12 +00:00
|
|
|
// CmdId: 4252
|
|
|
|
// EnetChannelId: 0
|
|
|
|
// EnetIsReliable: true
|
2022-05-12 08:06:59 +00:00
|
|
|
message QuickUseWidgetRsp {
|
2022-05-28 06:58:12 +00:00
|
|
|
int32 retcode = 9;
|
|
|
|
uint32 material_id = 1;
|
|
|
|
oneof ELHGGAPPEBG {
|
|
|
|
OneoffGatherPointDetectorData detector_data = 11;
|
|
|
|
ClientCollectorData client_collector_data = 3;
|
|
|
|
//AHCELAJGOLN sky_crystal_detector_quick_use_result = 32767;
|
2022-05-12 08:06:59 +00:00
|
|
|
}
|
|
|
|
}
|