update proto part 8

This commit is contained in:
Akbar Yahya
2023-03-07 10:02:26 +08:00
parent dcf7414b7e
commit aaececbf10
104 changed files with 12691 additions and 14569 deletions

View File

@@ -8,17 +8,16 @@ import "Vector.proto";
// Name: FNABEPABCNG
message HomeSceneArrangementInfo {
uint32 comfortValue = 4;
Vector djinnPos = 12;
uint32 comfort_value = 4;
Vector djinn_pos = 12;
bool is_set_born_pos = 10;
repeated HomeFurnitureData Unk3400_CMBCIBBCMOK = 14;
repeated HomeFurnitureData Unk3400_EOHAHHFDAPI = 8;
repeated HomeFurnitureData Unk3300_CMBCIBBCMOK = 14;
repeated HomeFurnitureData Unk3300_EOHAHHFDAPI = 8;
uint32 bgm_id = 11;
Vector born_pos = 1;
repeated HomeBlockArrangementInfo blockArrangementInfoList = 9;
uint32 tmpVersion = 3;
HomeFurnitureData mainHouse = 15;
repeated HomeBlockArrangementInfo block_arrangement_info_list = 9;
uint32 tmp_version = 3;
HomeFurnitureData main_house = 15;
uint32 scene_id = 2;
Vector bornRot = 7;
Vector born_rot = 7;
}