mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-07-31 17:44:11 +03:00
sync 4.0 v1 (66b3744)
This commit is contained in:
@@ -17,10 +17,10 @@
|
||||
syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
import "Vector.proto";
|
||||
// Obf: HDIPMHHKDFC
|
||||
// Obf: CGPNNBOBEKN
|
||||
message SkyCrystalDetectorData {
|
||||
bool is_hint_valid = 6;
|
||||
Vector hint_center_pos = 3;
|
||||
uint32 config_id = 12;
|
||||
uint32 group_id = 14;
|
||||
uint32 group_id = 10;
|
||||
uint32 config_id = 11;
|
||||
Vector hint_center_pos = 9;
|
||||
bool is_hint_valid = 2;
|
||||
}
|
||||
|
Reference in New Issue
Block a user