mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 18:10:13 +03:00
update proto 3.5 part 1
This commit is contained in:
@@ -2,18 +2,18 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
|
||||
import "Vector.proto";
|
||||
|
||||
// Name: HILEIPGFAAN
|
||||
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;
|
||||
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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user