mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 10:00:12 +03:00
Update proto 3.3
This commit is contained in:
@@ -22,14 +22,14 @@ import "Vector.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message TreasureSeelieRegionData {
|
||||
bool is_done = 12;
|
||||
uint32 open_day = 6;
|
||||
uint32 opened_chest_num = 10;
|
||||
float region_radius = 7;
|
||||
bool is_open = 9;
|
||||
uint32 open_time = 8;
|
||||
Vector region_center_pos = 11;
|
||||
uint32 scene_id = 13;
|
||||
uint32 total_chest_num = 15;
|
||||
uint32 region_id = 1;
|
||||
uint32 region_id = 15;
|
||||
bool is_open = 1;
|
||||
uint32 open_time = 11;
|
||||
Vector region_center_pos = 9;
|
||||
uint32 Unk3300_CPHOJNMEDBC = 8;
|
||||
float region_radius = 6;
|
||||
uint32 Unk3300_KGECOIIKJLJ = 5;
|
||||
uint32 Unk3300_AFAMHPCEIKP = 14;
|
||||
bool is_done = 10;
|
||||
uint32 scene_id = 3;
|
||||
}
|
||||
|
Reference in New Issue
Block a user