2023-05-23 09:48:59 +03:00
|
|
|
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "SkyCrystalDetectorData.proto";
|
2024-07-08 14:40:31 +03:00
|
|
|
// 4.7.0
|
|
|
|
// Obf: LOEMJEIFCPM
|
2023-05-23 13:12:42 +03:00
|
|
|
message SkyCrystalDetectorQuickUseResult {
|
2024-07-08 14:40:31 +03:00
|
|
|
SkyCrystalDetectorData sky_crystal_detector_data = 4;
|
|
|
|
int32 retcode = 13;
|
2023-05-23 09:48:59 +03:00
|
|
|
}
|