mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 10:00:12 +03:00
Full sync
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";
|
||||
|
||||
message TreasureSeelieRegionData {
|
||||
bool isDone = 8;
|
||||
uint32 jabbjfmhomi = 9;
|
||||
float regionRadius = 12;
|
||||
uint32 openTime = 5;
|
||||
bool isOpen = 1;
|
||||
Vector regionCenterPos = 6;
|
||||
uint32 hljigeeodbh = 10;
|
||||
uint32 sceneId = 4;
|
||||
uint32 eipilegbijp = 3;
|
||||
uint32 regionId = 13;
|
||||
}
|
Reference in New Issue
Block a user