Update proto 3.3

This commit is contained in:
Akbar Yahya
2022-12-05 20:02:30 +08:00
parent 9b5321c106
commit 67789137ff
3726 changed files with 95316 additions and 5249 deletions

View File

@@ -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;
}