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:
@@ -22,10 +22,10 @@ import "Vector.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message HomeFurnitureData {
|
||||
uint32 version = 6;
|
||||
int32 parent_furniture_index = 3;
|
||||
uint32 furniture_id = 4;
|
||||
uint32 guid = 9;
|
||||
Vector spawn_rot = 10;
|
||||
Vector spawn_pos = 8;
|
||||
uint32 furniture_id = 8;
|
||||
int32 parent_furniture_index = 15;
|
||||
uint32 guid = 12;
|
||||
Vector spawn_rot = 6;
|
||||
Vector spawn_pos = 2;
|
||||
uint32 version = 11;
|
||||
}
|
||||
|
Reference in New Issue
Block a user