mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 10:00:12 +03:00
update proto 3.5 part 1
This commit is contained in:
20
proto/TreasureSeelieRegionData.proto
Normal file
20
proto/TreasureSeelieRegionData.proto
Normal file
@@ -0,0 +1,20 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "Vector.proto";
|
||||
|
||||
// Name: FPIPPCDFCNG
|
||||
message TreasureSeelieRegionData {
|
||||
uint32 scene_id = 3;
|
||||
uint32 JEMLKKOCEJO = 12;
|
||||
uint32 region_id = 9;
|
||||
bool is_open = 8;
|
||||
Vector region_center_pos = 5;
|
||||
float region_radius = 4;
|
||||
uint32 LDLHMJKLCCC = 7;
|
||||
uint32 open_time = 10;
|
||||
uint32 GHDEBMECPPJ = 1;
|
||||
bool is_done = 6;
|
||||
}
|
||||
|
Reference in New Issue
Block a user