GC-Proto/proto/OneoffGatherPointDetectorDa...

18 lines
361 B
Protocol Buffer
Raw Normal View History

2023-02-28 06:08:38 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "Vector.proto";
// Name: KMBIKGFKGNP
message OneoffGatherPointDetectorData {
bool is_all_collected = 13;
uint32 material_id = 15;
uint32 group_id = 1;
bool is_hint_valid = 3;
uint32 hint_radius = 14;
Vector hint_center_pos = 9;
uint32 config_id = 8;
}