mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 10:00:12 +03:00
update proto part 8
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user