20 lines
405 B
Protocol Buffer
20 lines
405 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "Vector.proto";
|
|
|
|
// Name: HILEIPGFAAN
|
|
message TreasureMapRegionInfo {
|
|
bool KFBKHLGDFPM = 1;
|
|
uint32 FEJIBKBKDEP = 10;
|
|
uint32 region_radius = 4;
|
|
uint32 start_time = 9;
|
|
bool EGFGPPLNLDD = 7;
|
|
uint32 scene_id = 13;
|
|
uint32 HJCIGCAEBLI = 15;
|
|
uint32 region_id = 6;
|
|
Vector region_center_pos = 8;
|
|
}
|
|
|