mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 11:00:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -22,9 +22,9 @@ import "Vector.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message HomeFurnitureSuiteData {
|
||||
bool is_allow_summon = 10;
|
||||
uint32 suite_id = 6;
|
||||
Vector spawn_pos = 8;
|
||||
uint32 guid = 13;
|
||||
repeated int32 included_furniture_index_list = 1;
|
||||
bool is_allow_summon = 4;
|
||||
uint32 suite_id = 3;
|
||||
uint32 guid = 5;
|
||||
Vector spawn_pos = 9;
|
||||
repeated int32 included_furniture_index_list = 11;
|
||||
}
|
||||
|
Reference in New Issue
Block a user