mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-07-31 17:44:11 +03:00
Update proto 3.3
This commit is contained in:
@@ -22,8 +22,8 @@ import "Vector.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message SkyCrystalDetectorData {
|
||||
bool is_hint_valid = 3;
|
||||
Vector hint_center_pos = 8;
|
||||
uint32 group_id = 6;
|
||||
uint32 config_id = 9;
|
||||
bool is_hint_valid = 1;
|
||||
uint32 group_id = 5;
|
||||
Vector hint_center_pos = 12;
|
||||
uint32 config_id = 7;
|
||||
}
|
||||
|
Reference in New Issue
Block a user