18 lines
383 B
Protocol Buffer
18 lines
383 B
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
|
|
import "Vector.proto";
|
|
message TreasureMapRegionInfo {
|
|
uint32 Unk3300_LKEMEDPMIGM = 5;
|
|
uint32 Unk3300_MNEKJILFHOA = 12;
|
|
uint32 startTime = 6;
|
|
uint32 sceneId = 1;
|
|
uint32 regionId = 14;
|
|
uint32 regionRadius = 8;
|
|
bool Unk3300_HHBHLPHLHIL = 15;
|
|
bool Unk3300_NIBJOAJLCJI = 2;
|
|
Vector regionCenterPos = 13;
|
|
}
|