mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 02:50:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -23,8 +23,8 @@ import "Vector.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message LunaRiteHintPoint {
|
||||
uint32 area_id = 11;
|
||||
uint32 index = 7;
|
||||
LunaRiteHintPointType type = 2;
|
||||
Vector pos = 10;
|
||||
uint32 index = 8;
|
||||
Vector pos = 3;
|
||||
uint32 area_id = 2;
|
||||
LunaRiteHintPointType type = 15;
|
||||
}
|
||||
|
Reference in New Issue
Block a user