2023-02-28 06:08:38 +03:00
|
|
|
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
2023-05-23 13:12:42 +03:00
|
|
|
import "Vector.proto";
|
2024-07-08 14:40:31 +03:00
|
|
|
// 4.7.0
|
|
|
|
// Obf: JBLBNFJPLEJ
|
2023-02-28 06:08:38 +03:00
|
|
|
message OneoffGatherPointDetectorData {
|
2024-07-08 14:40:31 +03:00
|
|
|
uint32 config_id = 11;
|
|
|
|
bool is_hint_valid = 8;
|
|
|
|
Vector hint_center_pos = 4;
|
|
|
|
uint32 hint_radius = 1; // 6
|
|
|
|
uint32 material_id = 2;
|
|
|
|
uint32 group_id = 7;
|
|
|
|
//uint32 HJMMAOMEHOL = 15;
|
|
|
|
bool is_all_collected = 13;
|
2023-02-28 06:08:38 +03:00
|
|
|
}
|