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";
2023-04-11 11:18:47 +03:00
// Name: JEFLHCMKIFB
2023-02-28 06:08:38 +03:00
message OneoffGatherPointDetectorData {
2023-04-11 11:18:47 +03:00
Vector hint_center_pos = 4;
bool is_hint_valid = 11;
uint32 config_id = 10;
bool is_all_collected = 5;
uint32 hint_radius = 1;
uint32 group_id = 7;
uint32 material_id = 14;
2023-02-28 06:08:38 +03:00
}