GC-Proto/proto/OneoffGatherPointDetectorDa...

16 lines
376 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "Vector.proto";
// 4.7.0
// Obf: JBLBNFJPLEJ
message OneoffGatherPointDetectorData {
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;
}