mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 10:00:12 +03:00
Update proto 3.3
This commit is contained in:
@@ -24,16 +24,16 @@ import "Vector.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message HomeSceneArrangementInfo {
|
||||
Vector born_rot = 4;
|
||||
Vector born_pos = 1;
|
||||
repeated HomeFurnitureData stair_list = 11;
|
||||
repeated HomeFurnitureData door_list = 13;
|
||||
bool is_set_born_pos = 10;
|
||||
repeated HomeBlockArrangementInfo block_arrangement_info_list = 8;
|
||||
uint32 scene_id = 2;
|
||||
uint32 bgm_id = 12;
|
||||
Vector djinn_pos = 9;
|
||||
HomeFurnitureData main_house = 14;
|
||||
uint32 comfort_value = 7;
|
||||
uint32 tmp_version = 5;
|
||||
uint32 comfort_value = 6;
|
||||
repeated HomeBlockArrangementInfo block_arrangement_info_list = 1;
|
||||
bool is_set_born_pos = 4;
|
||||
Vector djinn_pos = 14;
|
||||
Vector born_rot = 10;
|
||||
uint32 bgm_id = 5;
|
||||
Vector born_pos = 11;
|
||||
repeated HomeFurnitureData Unk3300_GCHNAMHBPHG = 2;
|
||||
HomeFurnitureData main_house = 15;
|
||||
uint32 scene_id = 8;
|
||||
repeated HomeFurnitureData Unk3300_HPCHPODNBPH = 9;
|
||||
uint32 tmp_version = 3;
|
||||
}
|
||||
|
Reference in New Issue
Block a user