mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 19:10:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -23,9 +23,9 @@ import "Vector.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message HomeBlockFieldData {
|
||||
Vector rot = 15;
|
||||
Vector pos = 4;
|
||||
uint32 guid = 9;
|
||||
uint32 furniture_id = 1;
|
||||
repeated HomeBlockSubFieldData sub_field_list = 7;
|
||||
repeated HomeBlockSubFieldData sub_field_list = 4;
|
||||
uint32 guid = 15;
|
||||
Vector pos = 8;
|
||||
uint32 furniture_id = 12;
|
||||
Vector rot = 13;
|
||||
}
|
||||
|
Reference in New Issue
Block a user