From 5af41c768f5ff001910f708ff96a5cea593cd9ae Mon Sep 17 00:00:00 2001 From: Steven Medeiros Melo <63684299+stevenmelo588@users.noreply.github.com> Date: Thu, 20 Jul 2023 00:59:45 -0400 Subject: [PATCH] Created The Animals Blueprint Created Files + Animal AI Controller + Animal BP Master + A new Test world Modified Files * Modified the AI Controller (Will be renamed BP_Enemy_AI_Controller) Deletes Files - No Files were deleted --- Config/DefaultEngine.ini | 4 ++-- Content/AI/ABP_Manny_TEST.uasset | 3 +++ Content/AI/Allies/Blueprints/BP_AlliesMaster.uasset | 4 ++-- Content/AI/Animals/BPM_Animals.uasset | 3 +++ Content/AI/Animals/BPM_Animals_ChildTEST.uasset | 3 +++ Content/AI/BPM_AI.uasset | 4 ++-- Content/AI/BP_AI_Controller.uasset | 4 ++-- Content/AI/BP_Ally_AI_Controller.uasset | 3 +++ Content/AI/BP_Animal_AI_Controller.uasset | 3 +++ Content/AI/BP_MyTPS.uasset | 4 ++-- Content/AI/E_AIType.uasset | 4 ++-- Content/AI/E_EnemyType.uasset | 4 ++-- Content/AI/S_AIStats.uasset | 2 +- .../Crow/Animations/ANIM_Crow_DeathGrounded.uasset | 3 +++ .../Crow/Animations/ANIM_Crow_DeathHitTheGround.uasset | 3 +++ .../Crow/Animations/ANIM_Crow_EatSomething.uasset | 3 +++ .../Crow/Animations/ANIM_Crow_Falling.uasset | 3 +++ .../AnimalVarietyPack/Crow/Animations/ANIM_Crow_Fly.uasset | 3 +++ .../Crow/Animations/ANIM_Crow_FlyingAttack.uasset | 3 +++ .../AnimalVarietyPack/Crow/Animations/ANIM_Crow_Glide.uasset | 3 +++ .../AnimalVarietyPack/Crow/Animations/ANIM_Crow_Hop.uasset | 3 +++ .../AnimalVarietyPack/Crow/Animations/ANIM_Crow_Hop_RM.uasset | 3 +++ .../Crow/Animations/ANIM_Crow_IdleLookAround.uasset | 3 +++ .../Crow/Animations/ANIM_Crow_IdleScratchWing.uasset | 3 +++ .../Crow/Animations/ANIM_Crow_IdleStretchWings.uasset | 3 +++ .../Crow/Animations/ANIM_Crow_InAirDeathGoToFall.uasset | 3 +++ .../Crow/Animations/ANIM_Crow_Landing.uasset | 3 +++ .../Crow/Animations/ANIM_Crow_TakeOff.uasset | 3 +++ .../AnimalVarietyPack/Crow/Animations/ANIM_Crow_Walk.uasset | 3 +++ .../Crow/Animations/ANIM_Crow_Walk_RM.uasset | 3 +++ Content/AnimalVarietyPack/Crow/Maps/Overview.umap | 3 +++ Content/AnimalVarietyPack/Crow/Materials/M_Crow.uasset | 3 +++ Content/AnimalVarietyPack/Crow/Meshes/SK_Crow.uasset | 3 +++ .../AnimalVarietyPack/Crow/Meshes/SK_Crow_PhysicsAsset.uasset | 3 +++ Content/AnimalVarietyPack/Crow/Meshes/SK_Crow_Skeleton.uasset | 3 +++ .../AnimalVarietyPack/Crow/Textures/T_Crow_BaseColor.uasset | 3 +++ Content/AnimalVarietyPack/Crow/Textures/T_Crow_Nml.uasset | 3 +++ .../Crow/Textures/T_Crow_OcclusionRoughnessMetallic.uasset | 3 +++ .../AnimalVarietyPack/Crow/Textures/T_Crow_Specular.uasset | 3 +++ .../DeerStagAndDoe/Animations/ANIM_DeerDoe_Death.uasset | 3 +++ .../DeerStagAndDoe/Animations/ANIM_DeerDoe_GetHit.uasset | 3 +++ .../DeerStagAndDoe/Animations/ANIM_DeerDoe_GoToRest.uasset | 3 +++ .../DeerStagAndDoe/Animations/ANIM_DeerDoe_GrazeOnce.uasset | 3 +++ .../DeerStagAndDoe/Animations/ANIM_DeerDoe_IdleBreathe.uasset | 3 +++ .../DeerStagAndDoe/Animations/ANIM_DeerDoe_IdleChew.uasset | 3 +++ .../DeerStagAndDoe/Animations/ANIM_DeerDoe_IdleGraze.uasset | 3 +++ .../Animations/ANIM_DeerDoe_IdleGraze_Montage.uasset | 3 +++ .../Animations/ANIM_DeerDoe_IdleLookAround.uasset | 3 +++ .../DeerStagAndDoe/Animations/ANIM_DeerDoe_IdleRest.uasset | 3 +++ .../DeerStagAndDoe/Animations/ANIM_DeerDoe_IdleSleep.uasset | 3 +++ .../Animations/ANIM_DeerDoe_RestToGoBackUp.uasset | 3 +++ .../DeerStagAndDoe/Animations/ANIM_DeerDoe_Run.uasset | 3 +++ .../DeerStagAndDoe/Animations/ANIM_DeerDoe_Run_RM.uasset | 3 +++ .../Animations/ANIM_DeerDoe_SleepToGoBackUp.uasset | 3 +++ .../DeerStagAndDoe/Animations/ANIM_DeerDoe_Walk.uasset | 3 +++ .../DeerStagAndDoe/Animations/ANIM_DeerDoe_WalkGraze.uasset | 3 +++ .../Animations/ANIM_DeerDoe_WalkGraze_RM.uasset | 3 +++ .../DeerStagAndDoe/Animations/ANIM_DeerDoe_WalkTurnL.uasset | 3 +++ .../Animations/ANIM_DeerDoe_WalkTurnL_RM.uasset | 3 +++ .../DeerStagAndDoe/Animations/ANIM_DeerDoe_WalkTurnR.uasset | 3 +++ .../Animations/ANIM_DeerDoe_WalkTurnR_RM.uasset | 3 +++ .../DeerStagAndDoe/Animations/ANIM_DeerDoe_Walk_RM.uasset | 3 +++ .../Animations/ANIM_DeerStag_AntlersAttack.uasset | 3 +++ .../Animations/ANIM_DeerStag_AntlersComboAttack.uasset | 3 +++ .../Animations/ANIM_DeerStag_AntlersComboAttack_RM.uasset | 3 +++ .../DeerStagAndDoe/Animations/ANIM_DeerStag_Death.uasset | 3 +++ .../DeerStagAndDoe/Animations/ANIM_DeerStag_GetHit.uasset | 3 +++ .../DeerStagAndDoe/Animations/ANIM_DeerStag_GoToRest.uasset | 3 +++ .../DeerStagAndDoe/Animations/ANIM_DeerStag_GrazeOnce.uasset | 3 +++ .../Animations/ANIM_DeerStag_IdleBreathe.uasset | 3 +++ .../DeerStagAndDoe/Animations/ANIM_DeerStag_IdleChew.uasset | 3 +++ .../DeerStagAndDoe/Animations/ANIM_DeerStag_IdleGraze.uasset | 3 +++ .../Animations/ANIM_DeerStag_IdleLookAround.uasset | 3 +++ .../DeerStagAndDoe/Animations/ANIM_DeerStag_Rest.uasset | 3 +++ .../Animations/ANIM_DeerStag_RestToGoBackUp.uasset | 3 +++ .../DeerStagAndDoe/Animations/ANIM_DeerStag_Run.uasset | 3 +++ .../DeerStagAndDoe/Animations/ANIM_DeerStag_Run_RM.uasset | 3 +++ .../DeerStagAndDoe/Animations/ANIM_DeerStag_Sleep.uasset | 3 +++ .../Animations/ANIM_DeerStag_SleepToGoBackUp.uasset | 3 +++ .../DeerStagAndDoe/Animations/ANIM_DeerStag_Walk.uasset | 3 +++ .../Animations/ANIM_DeerStag_WalkGraze_RM.uasset | 3 +++ .../DeerStagAndDoe/Animations/ANIM_DeerStag_WalkTurnL.uasset | 3 +++ .../Animations/ANIM_DeerStag_WalkTurnL_RM.uasset | 3 +++ .../DeerStagAndDoe/Animations/ANIM_DeerStag_WalkTurnR.uasset | 3 +++ .../Animations/ANIM_DeerStag_WalkTurnR_RM.uasset | 3 +++ .../DeerStagAndDoe/Animations/ANIM_DeerStag_Walk_RM.uasset | 3 +++ .../DeerStagAndDoe/Animations/BS_DeerDoe.uasset | 3 +++ Content/AnimalVarietyPack/DeerStagAndDoe/Maps/Overview.umap | 3 +++ .../DeerStagAndDoe/Materials/M_DeerDoe.uasset | 3 +++ .../DeerStagAndDoe/Materials/M_DeerDoeFur.uasset | 3 +++ .../DeerStagAndDoe/Materials/M_DeerStag.uasset | 3 +++ .../DeerStagAndDoe/Materials/M_DeerStagFur.uasset | 3 +++ .../DeerStagAndDoe/Meshes/ABP_AnimalAI_DeerDoe.uasset | 3 +++ .../DeerStagAndDoe/Meshes/ABP_AnimalAI_DeerStag.uasset | 3 +++ .../AnimalVarietyPack/DeerStagAndDoe/Meshes/SK_DeerDoe.uasset | 3 +++ .../DeerStagAndDoe/Meshes/SK_DeerDoe_PhysicsAsset.uasset | 3 +++ .../DeerStagAndDoe/Meshes/SK_DeerDoe_Skeleton.uasset | 3 +++ .../DeerStagAndDoe/Meshes/SK_DeerStag.uasset | 3 +++ .../DeerStagAndDoe/Meshes/SK_DeerStag_PhysicsAsset.uasset | 3 +++ .../DeerStagAndDoe/Meshes/SK_DeerStag_Skeleton.uasset | 3 +++ .../DeerStagAndDoe/Textures/T_DeeDoe_BaseColor.uasset | 3 +++ .../DeerStagAndDoe/Textures/T_DeeDoe_Nml.uasset | 3 +++ .../Textures/T_DeerDoe_OcclusionRoughnessMetallic.uasset | 3 +++ .../DeerStagAndDoe/Textures/T_Stag_BaseColor.uasset | 3 +++ .../DeerStagAndDoe/Textures/T_Stag_Nml.uasset | 3 +++ .../Textures/T_Stag_OcclusionRoughnessMetllic.uasset | 3 +++ .../DeerStagAndDoe/Textures/T_Stag_Specular.uasset | 3 +++ Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_Bite.uasset | 3 +++ .../AnimalVarietyPack/Fox/Animations/ANIM_Fox_Death.uasset | 3 +++ .../Fox/Animations/ANIM_Fox_GetHitFront.uasset | 3 +++ .../Fox/Animations/ANIM_Fox_GetHitLeft.uasset | 3 +++ .../Fox/Animations/ANIM_Fox_GetHitRight.uasset | 3 +++ .../AnimalVarietyPack/Fox/Animations/ANIM_Fox_GoToRest.uasset | 3 +++ .../Fox/Animations/ANIM_Fox_IdleAggressive.uasset | 3 +++ .../Fox/Animations/ANIM_Fox_IdleBreathe.uasset | 3 +++ .../Fox/Animations/ANIM_Fox_IdleLookAround.uasset | 3 +++ .../AnimalVarietyPack/Fox/Animations/ANIM_Fox_JumpBite.uasset | 3 +++ .../Fox/Animations/ANIM_Fox_JumpBite_RM.uasset | 3 +++ .../Fox/Animations/ANIM_Fox_RestToGoBackUp.uasset | 3 +++ .../AnimalVarietyPack/Fox/Animations/ANIM_Fox_Resting.uasset | 3 +++ Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_Run.uasset | 3 +++ .../AnimalVarietyPack/Fox/Animations/ANIM_Fox_RunBite.uasset | 3 +++ .../Fox/Animations/ANIM_Fox_RunBite_RM.uasset | 3 +++ .../AnimalVarietyPack/Fox/Animations/ANIM_Fox_RunTurnL.uasset | 3 +++ .../Fox/Animations/ANIM_Fox_RunTurnL_RM.uasset | 3 +++ .../AnimalVarietyPack/Fox/Animations/ANIM_Fox_RunTurnR.uasset | 3 +++ .../Fox/Animations/ANIM_Fox_RunTurnR_RM.uasset | 3 +++ .../AnimalVarietyPack/Fox/Animations/ANIM_Fox_Run_RM.uasset | 3 +++ .../AnimalVarietyPack/Fox/Animations/ANIM_Fox_Sleeping.uasset | 3 +++ Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_Walk.uasset | 3 +++ .../Fox/Animations/ANIM_Fox_WalkTurnL.uasset | 3 +++ .../Fox/Animations/ANIM_Fox_WalkTurnL_RM.uasset | 3 +++ .../Fox/Animations/ANIM_Fox_WalkTurnR.uasset | 3 +++ .../Fox/Animations/ANIM_Fox_WalkTurnR_RM.uasset | 3 +++ .../AnimalVarietyPack/Fox/Animations/ANIM_Fox_Walk_RM.uasset | 3 +++ Content/AnimalVarietyPack/Fox/Maps/Overview.umap | 3 +++ Content/AnimalVarietyPack/Fox/Materials/M_Fox.uasset | 3 +++ Content/AnimalVarietyPack/Fox/Materials/M_FoxFur.uasset | 3 +++ Content/AnimalVarietyPack/Fox/Meshes/SK_Fox.uasset | 3 +++ .../AnimalVarietyPack/Fox/Meshes/SK_Fox_PhysicsAsset.uasset | 3 +++ Content/AnimalVarietyPack/Fox/Meshes/SK_Fox_Skeleton.uasset | 3 +++ Content/AnimalVarietyPack/Fox/Textures/T_Fox_BaseColor.uasset | 3 +++ Content/AnimalVarietyPack/Fox/Textures/T_Fox_Nml.uasset | 3 +++ .../Fox/Textures/T_Fox_OcclusionRoughnessMetallic.uasset | 3 +++ Content/AnimalVarietyPack/Fox/Textures/T_Fox_Specular.uasset | 3 +++ Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_Chew.uasset | 3 +++ .../Pig/Animations/ANIM_Pig_ComboAttackForward.uasset | 3 +++ .../Pig/Animations/ANIM_Pig_ComboAttackForward_RM.uasset | 3 +++ .../AnimalVarietyPack/Pig/Animations/ANIM_Pig_Death.uasset | 3 +++ .../AnimalVarietyPack/Pig/Animations/ANIM_Pig_GetHit.uasset | 3 +++ .../AnimalVarietyPack/Pig/Animations/ANIM_Pig_GoBackUp.uasset | 3 +++ .../AnimalVarietyPack/Pig/Animations/ANIM_Pig_GoToRest.uasset | 3 +++ .../Pig/Animations/ANIM_Pig_IdleBreathe.uasset | 3 +++ .../Pig/Animations/ANIM_Pig_IdleLookAround.uasset | 3 +++ .../Pig/Animations/ANIM_Pig_JumpAttack.uasset | 3 +++ .../Pig/Animations/ANIM_Pig_JumpAttack_RM.uasset | 3 +++ Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_Rest.uasset | 3 +++ Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_Run.uasset | 3 +++ .../AnimalVarietyPack/Pig/Animations/ANIM_Pig_RunTurnL.uasset | 3 +++ .../Pig/Animations/ANIM_Pig_RunTurnL_RM.uasset | 3 +++ .../AnimalVarietyPack/Pig/Animations/ANIM_Pig_RunTurnR.uasset | 3 +++ .../Pig/Animations/ANIM_Pig_RunTurnR_RM.uasset | 3 +++ .../AnimalVarietyPack/Pig/Animations/ANIM_Pig_Run_RM.uasset | 3 +++ .../Pig/Animations/ANIM_Pig_SniffleforFood.uasset | 3 +++ Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_Walk.uasset | 3 +++ .../Pig/Animations/ANIM_Pig_WalkTurnL.uasset | 3 +++ .../Pig/Animations/ANIM_Pig_WalkTurnL_RM.uasset | 3 +++ .../Pig/Animations/ANIM_Pig_WalkTurnR.uasset | 3 +++ .../Pig/Animations/ANIM_Pig_WalkTurnR_RM.uasset | 3 +++ .../AnimalVarietyPack/Pig/Animations/ANIM_Pig_Walk_RM.uasset | 3 +++ .../AnimalVarietyPack/Pig/Animations/ANIM_Pig_attack.uasset | 3 +++ Content/AnimalVarietyPack/Pig/Maps/Overview.umap | 3 +++ Content/AnimalVarietyPack/Pig/Materials/M_Pig.uasset | 3 +++ Content/AnimalVarietyPack/Pig/Materials/M_PigDirty.uasset | 3 +++ Content/AnimalVarietyPack/Pig/Materials/M_PigHair.uasset | 3 +++ Content/AnimalVarietyPack/Pig/Materials/M_PigHairDirty.uasset | 3 +++ Content/AnimalVarietyPack/Pig/Meshes/SK_Pig.uasset | 3 +++ .../AnimalVarietyPack/Pig/Meshes/SK_Pig_PhysicsAsset.uasset | 3 +++ Content/AnimalVarietyPack/Pig/Meshes/SK_Pig_Skeleton.uasset | 3 +++ .../Pig/Textures/T_PigDirty_BaseColor.uasset | 3 +++ Content/AnimalVarietyPack/Pig/Textures/T_PigDirty_Nml.uasset | 3 +++ .../Pig/Textures/T_PigDirty_OcclusionRoughnessMetallic.uasset | 3 +++ Content/AnimalVarietyPack/Pig/Textures/T_Pig_BaseColor.uasset | 3 +++ Content/AnimalVarietyPack/Pig/Textures/T_Pig_Nml.uasset | 3 +++ .../Pig/Textures/T_Pig_OcclusionRoughnessMetallic.uasset | 3 +++ Content/AnimalVarietyPack/Pig/Textures/T_Pig_Specular.uasset | 3 +++ .../AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_Bite.uasset | 3 +++ .../AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_Death.uasset | 3 +++ .../Wolf/Animations/ANIM_Wolf_GetHitFront.uasset | 3 +++ .../Wolf/Animations/ANIM_Wolf_GetHitLeft.uasset | 3 +++ .../Wolf/Animations/ANIM_Wolf_GetHitRight.uasset | 3 +++ .../Wolf/Animations/ANIM_Wolf_GoToRest.uasset | 3 +++ .../AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_Howl.uasset | 3 +++ .../Wolf/Animations/ANIM_Wolf_IdleAggressive.uasset | 3 +++ .../Wolf/Animations/ANIM_Wolf_IdleBreathe.uasset | 3 +++ .../Wolf/Animations/ANIM_Wolf_IdleLookAround.uasset | 3 +++ .../Wolf/Animations/ANIM_Wolf_JumpBite.uasset | 3 +++ .../Wolf/Animations/ANIM_Wolf_JumpBite_RM.uasset | 3 +++ .../AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_Rest.uasset | 3 +++ .../Wolf/Animations/ANIM_Wolf_RestToGoBackUp.uasset | 3 +++ .../AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_Run.uasset | 3 +++ .../Wolf/Animations/ANIM_Wolf_RunBite.uasset | 3 +++ .../Wolf/Animations/ANIM_Wolf_RunBite_RM.uasset | 3 +++ .../Wolf/Animations/ANIM_Wolf_RunTurnL.uasset | 3 +++ .../Wolf/Animations/ANIM_Wolf_RunTurnL_RM.uasset | 3 +++ .../Wolf/Animations/ANIM_Wolf_RunTurnR.uasset | 3 +++ .../Wolf/Animations/ANIM_Wolf_RunTurnR_RM.uasset | 3 +++ .../AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_Run_RM.uasset | 3 +++ .../AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_Sleep.uasset | 3 +++ .../AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_Walk.uasset | 3 +++ .../Wolf/Animations/ANIM_Wolf_WalkTurnL.uasset | 3 +++ .../Wolf/Animations/ANIM_Wolf_WalkTurnL_RM.uasset | 3 +++ .../Wolf/Animations/ANIM_Wolf_WalkTurnR.uasset | 3 +++ .../Wolf/Animations/ANIM_Wolf_WalkTurnR_RM.uasset | 3 +++ .../Wolf/Animations/ANIM_Wolf_Walk_RM.uasset | 3 +++ Content/AnimalVarietyPack/Wolf/Maps/Overview.umap | 3 +++ Content/AnimalVarietyPack/Wolf/Materials/M_Wolf.uasset | 3 +++ Content/AnimalVarietyPack/Wolf/Materials/M_WolfArctic.uasset | 3 +++ Content/AnimalVarietyPack/Wolf/Materials/M_WolfDark.uasset | 3 +++ Content/AnimalVarietyPack/Wolf/Materials/M_WolfFur.uasset | 3 +++ .../AnimalVarietyPack/Wolf/Materials/M_WolfFurArctic.uasset | 3 +++ Content/AnimalVarietyPack/Wolf/Materials/M_WolfFurDark.uasset | 3 +++ Content/AnimalVarietyPack/Wolf/Meshes/SK_Wolf.uasset | 3 +++ .../AnimalVarietyPack/Wolf/Meshes/SK_Wolf_PhysicsAsset.uasset | 3 +++ Content/AnimalVarietyPack/Wolf/Meshes/SK_Wolf_Skeleton.uasset | 3 +++ .../Wolf/Textures/T_WolfArctic_BaseColorAlpha.uasset | 3 +++ .../Wolf/Textures/T_WolfDark_BaseColorAlpha.uasset | 3 +++ .../AnimalVarietyPack/Wolf/Textures/T_WolfDark_Illum.uasset | 3 +++ .../Wolf/Textures/T_Wolf_BaseColorAlpha.uasset | 3 +++ Content/AnimalVarietyPack/Wolf/Textures/T_Wolf_Nml.uasset | 3 +++ .../Wolf/Textures/T_Wolf_OcclusionRoughnessMetallic.uasset | 3 +++ .../AnimalVarietyPack/Wolf/Textures/T_Wolf_Specular.uasset | 3 +++ Content/Characters/Mannequins/Animations/ABP_Manny.uasset | 4 ++-- Content/DT_Lighting.uasset | 3 +++ Content/Developers/Steven/Collections/TEST_World.umap | 3 +++ .../FarmAnimalSounds/Animals/Birds/cue/Bird_1_01_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Birds/cue/Bird_1_02_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Birds/cue/Bird_1_03_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Birds/cue/Bird_1_04_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Birds/cue/Bird_2_01_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Birds/cue/Bird_2_02_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Birds/cue/Bird_3_01_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Birds/cue/Bird_3_02_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Birds/cue/Bird_3_03_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Birds/cue/Bird_3_04_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Birds/cue/Bird_3_05_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Birds/cue/Bird_3_06_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Birds/cue/Bird_4_01_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Birds/cue/Bird_4_02_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Birds/cue/Bird_4_03_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Birds/cue/Bird_4_04_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Birds/cue/Bird_5_01_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Birds/cue/Bird_5_02_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Birds/cue/Bird_5_03_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Birds/cue/Bird_5_04_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Birds/cue/Bird_5_05_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Birds/cue/Bird_6_01_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Birds/cue/Bird_6_02_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Birds/cue/Bird_6_03_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Birds/cue/Bird_7_01_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Birds/cue/Bird_7_02_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Birds/cue/Bird_8_01_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Birds/cue/Bird_8_02_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Birds/wav/Bird_1_01.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Birds/wav/Bird_1_02.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Birds/wav/Bird_1_03.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Birds/wav/Bird_1_04.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Birds/wav/Bird_2_01.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Birds/wav/Bird_2_02.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Birds/wav/Bird_3_01.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Birds/wav/Bird_3_02.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Birds/wav/Bird_3_03.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Birds/wav/Bird_3_04.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Birds/wav/Bird_3_05.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Birds/wav/Bird_3_06.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Birds/wav/Bird_4_01.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Birds/wav/Bird_4_02.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Birds/wav/Bird_4_03.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Birds/wav/Bird_4_04.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Birds/wav/Bird_5_01.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Birds/wav/Bird_5_02.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Birds/wav/Bird_5_03.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Birds/wav/Bird_5_04.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Birds/wav/Bird_5_05.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Birds/wav/Bird_6_01.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Birds/wav/Bird_6_02.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Birds/wav/Bird_6_03.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Birds/wav/Bird_7_01.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Birds/wav/Bird_7_02.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Birds/wav/Bird_8_01.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Birds/wav/Bird_8_02.uasset | 3 +++ .../FarmAnimalSounds/Animals/Cat/cue/Cat_Hiss_01_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Cat/cue/Cat_Hiss_02_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Cat/cue/Cat_Hiss_03_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Cat/cue/Cat_Hiss_04_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Cat/cue/Cat_Hiss_05_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_01_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_02_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_03_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_04_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_05_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_06_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_07_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_08_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_09_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_10_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_11_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_12_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_13_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Cat/cue/Cat_Purr_01_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Cat/cue/Cat_Purr_02_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Cat/cue/Cat_Purr_03_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Cat/cue/Cat_Purr_04_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Cat/cue/Cat_Purr_05_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Cat/cue/Cat_Purr_06_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Cat/cue/Cat_Scream_01_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Cat/cue/Cat_Scream_02_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Cat/cue/Cat_Scream_03_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_01_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_02_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_03_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_04_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_05_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_06_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_07_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_08_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_09_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_10_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Hiss_01.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Hiss_02.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Hiss_03.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Hiss_04.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Hiss_05.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_01.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_02.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_03.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_04.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_05.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_06.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_07.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_08.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_09.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_10.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_11.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_12.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_13.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Purr_01.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Purr_02.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Purr_03.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Purr_04.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Purr_05.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Purr_06.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Scream_01.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Scream_02.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Scream_03.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_01.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_02.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_03.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_04.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_05.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_06.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_07.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_08.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_09.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_10.uasset | 3 +++ .../Animals/Chicken/cue/Chicken_01_Cue.uasset | 3 +++ .../Animals/Chicken/cue/Chicken_02_Cue.uasset | 3 +++ .../Animals/Chicken/cue/Chicken_03_Cue.uasset | 3 +++ .../Animals/Chicken/cue/Chicken_04_Cue.uasset | 3 +++ .../Animals/Chicken/cue/Chicken_05_Cue.uasset | 3 +++ .../Animals/Chicken/cue/Chicken_06_Cue.uasset | 3 +++ .../Animals/Chicken/cue/Chicken_07_Cue.uasset | 3 +++ .../Animals/Chicken/cue/Chicken_08_Cue.uasset | 3 +++ .../Animals/Chicken/cue/Chicken_09_Cue.uasset | 3 +++ .../Animals/Chicken/cue/Chicken_10_Cue.uasset | 3 +++ .../Animals/Chicken/cue/Chicken_11_Cue.uasset | 3 +++ .../Animals/Chicken/cue/Chicken_12_Cue.uasset | 3 +++ .../Animals/Chicken/cue/Chicken_Cluck_01_Cue.uasset | 3 +++ .../Animals/Chicken/cue/Chicken_Cluck_02_Cue.uasset | 3 +++ .../Animals/Chicken/cue/Chicken_Cluck_03_Cue.uasset | 3 +++ .../Animals/Chicken/cue/Chicken_Cluck_04_Cue.uasset | 3 +++ .../Animals/Chicken/cue/Chicken_Cluck_05_Cue.uasset | 3 +++ .../Animals/Chicken/cue/Chicken_Wings_01_Cue.uasset | 3 +++ .../Animals/Chicken/cue/Chicken_Wings_02_Cue.uasset | 3 +++ .../Animals/Chicken/cue/Chicken_Wings_03_Cue.uasset | 3 +++ .../Animals/Chicken/cue/Chicken_Wings_04_Cue.uasset | 3 +++ .../Animals/Chicken/cue/Chicken_Wings_05_Cue.uasset | 3 +++ .../Animals/Chicken/cue/Chicken_Wings_06_Cue.uasset | 3 +++ .../Animals/Chicken/cue/Cockerel_01_Cue.uasset | 3 +++ .../Animals/Chicken/cue/Cockerel_02_Cue.uasset | 3 +++ .../Animals/Chicken/cue/Cockerel_03_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Chicken/wav/Chicken_01.uasset | 3 +++ .../FarmAnimalSounds/Animals/Chicken/wav/Chicken_02.uasset | 3 +++ .../FarmAnimalSounds/Animals/Chicken/wav/Chicken_03.uasset | 3 +++ .../FarmAnimalSounds/Animals/Chicken/wav/Chicken_04.uasset | 3 +++ .../FarmAnimalSounds/Animals/Chicken/wav/Chicken_05.uasset | 3 +++ .../FarmAnimalSounds/Animals/Chicken/wav/Chicken_06.uasset | 3 +++ .../FarmAnimalSounds/Animals/Chicken/wav/Chicken_07.uasset | 3 +++ .../FarmAnimalSounds/Animals/Chicken/wav/Chicken_08.uasset | 3 +++ .../FarmAnimalSounds/Animals/Chicken/wav/Chicken_09.uasset | 3 +++ .../FarmAnimalSounds/Animals/Chicken/wav/Chicken_10.uasset | 3 +++ .../FarmAnimalSounds/Animals/Chicken/wav/Chicken_11.uasset | 3 +++ .../FarmAnimalSounds/Animals/Chicken/wav/Chicken_12.uasset | 3 +++ .../Animals/Chicken/wav/Chicken_Cluck_01.uasset | 3 +++ .../Animals/Chicken/wav/Chicken_Cluck_02.uasset | 3 +++ .../Animals/Chicken/wav/Chicken_Cluck_03.uasset | 3 +++ .../Animals/Chicken/wav/Chicken_Cluck_04.uasset | 3 +++ .../Animals/Chicken/wav/Chicken_Cluck_05.uasset | 3 +++ .../Animals/Chicken/wav/Chicken_Wings_01.uasset | 3 +++ .../Animals/Chicken/wav/Chicken_Wings_02.uasset | 3 +++ .../Animals/Chicken/wav/Chicken_Wings_03.uasset | 3 +++ .../Animals/Chicken/wav/Chicken_Wings_04.uasset | 3 +++ .../Animals/Chicken/wav/Chicken_Wings_05.uasset | 3 +++ .../Animals/Chicken/wav/Chicken_Wings_06.uasset | 3 +++ .../FarmAnimalSounds/Animals/Chicken/wav/Cockerel_01.uasset | 3 +++ .../FarmAnimalSounds/Animals/Chicken/wav/Cockerel_02.uasset | 3 +++ .../FarmAnimalSounds/Animals/Chicken/wav/Cockerel_03.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cow/cue/Cow_01_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cow/cue/Cow_02_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cow/cue/Cow_03_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cow/cue/Cow_04_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cow/cue/Cow_05_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cow/cue/Cow_06_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cow/cue/Cow_07_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cow/cue/Cow_08_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cow/cue/Cow_09_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cow/cue/Cow_10_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cow/cue/Cow_11_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cow/cue/Cow_12_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cow/cue/Cow_13_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cow/wav/Cow_01.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cow/wav/Cow_02.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cow/wav/Cow_03.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cow/wav/Cow_04.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cow/wav/Cow_05.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cow/wav/Cow_06.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cow/wav/Cow_07.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cow/wav/Cow_08.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cow/wav/Cow_09.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cow/wav/Cow_10.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cow/wav/Cow_11.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cow/wav/Cow_12.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Cow/wav/Cow_13.uasset | 3 +++ .../FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_01_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_02_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_03_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_04_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_05_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_06_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_07_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_08_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_09_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_10_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_11_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_12_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_13_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_14_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_15_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_16_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_17_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_18_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_19_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_20_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_21_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_22_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_01_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_02_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_03_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_04_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_05_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_06_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_07_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_08_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_09_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_10_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_01_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_02_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_03_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_04_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_05_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_06_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_07_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_08_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_09_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_10_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_11_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Dog/cue/Dog_Whine_01_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Dog/cue/Dog_Whine_02_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Dog/cue/Dog_Whine_03_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Dog/cue/Dog_Whine_04_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Dog/cue/Dog_Whine_05_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Dog/cue/Dog_Whine_06_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Dog/cue/Dog_Whine_07_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_01.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_02.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_03.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_04.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_05.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_06.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_07.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_08.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_09.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_10.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_11.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_12.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_13.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_14.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_15.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_16.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_17.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_18.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_19.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_20.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_21.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_22.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_01.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_02.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_03.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_04.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_05.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_06.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_07.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_08.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_09.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_10.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_01.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_02.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_03.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_04.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_05.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_06.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_07.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_08.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_09.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_10.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_11.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Whine_01.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Whine_02.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Whine_03.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Whine_04.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Whine_05.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Whine_06.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Whine_07.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Duck/cue/Duck_01_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Duck/cue/Duck_02_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Duck/cue/Duck_03_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Duck/cue/Duck_04_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Duck/cue/Duck_05_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Duck/cue/Duck_06_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Duck/cue/Duck_07_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Duck/cue/Duck_08_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Duck/cue/Duck_09_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Duck/cue/Duck_10_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Duck/cue/Duck_11_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Duck/cue/Duck_12_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Duck/cue/Duck_13_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Duck/cue/Duck_14_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Duck/cue/Duck_15_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Duck/cue/Duck_16_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Duck/cue/Duck_17_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Duck/cue/Duck_18_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Duck/wav/Duck_01.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Duck/wav/Duck_02.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Duck/wav/Duck_03.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Duck/wav/Duck_04.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Duck/wav/Duck_05.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Duck/wav/Duck_06.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Duck/wav/Duck_07.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Duck/wav/Duck_08.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Duck/wav/Duck_09.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Duck/wav/Duck_10.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Duck/wav/Duck_11.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Duck/wav/Duck_12.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Duck/wav/Duck_13.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Duck/wav/Duck_14.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Duck/wav/Duck_15.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Duck/wav/Duck_16.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Duck/wav/Duck_17.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Duck/wav/Duck_18.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Frog/cue/Frog_01_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Frog/cue/Frog_02_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Frog/cue/Frog_03_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Frog/cue/Frog_04_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Frog/cue/Frog_05_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Frog/wav/Frog_01.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Frog/wav/Frog_02.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Frog/wav/Frog_03.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Frog/wav/Frog_04.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Frog/wav/Frog_05.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Goat/cue/Goat_01_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Goat/cue/Goat_02_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Goat/cue/Goat_03_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Goat/cue/Goat_04_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Goat/cue/Goat_05_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Goat/cue/Goat_06_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Goat/cue/Goat_07_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Goat/cue/Goat_08_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Goat/cue/Goat_Baby_01_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Goat/cue/Goat_Baby_02_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Goat/cue/Goat_Baby_03_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Goat/wav/Goat_01.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Goat/wav/Goat_02.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Goat/wav/Goat_03.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Goat/wav/Goat_04.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Goat/wav/Goat_05.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Goat/wav/Goat_06.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Goat/wav/Goat_07.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Goat/wav/Goat_08.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Goat/wav/Goat_Baby_01.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Goat/wav/Goat_Baby_02.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Goat/wav/Goat_Baby_03.uasset | 3 +++ .../FarmAnimalSounds/Animals/Goose/cue/Goose_01_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Goose/cue/Goose_02_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Goose/cue/Goose_03_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Goose/cue/Goose_04_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Goose/cue/Goose_05_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Goose/cue/Goose_06_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Goose/cue/Goose_07_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Goose/cue/Goose_08_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Goose/cue/Goose_09_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Goose/cue/Goose_10_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Goose/cue/Goose_11_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Goose/cue/Goose_12_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Goose/cue/Goose_13_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Goose/cue/Goose_14_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Goose/cue/Goose_15_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Goose/cue/Goose_16_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Goose/cue/Goose_17_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Goose/cue/Goose_18_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Goose/cue/Goose_19_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Goose/cue/Goose_20_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Goose/cue/Goose_21_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Goose/cue/Goose_22_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Goose/cue/Goose_23_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Goose/cue/Goose_24_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Goose/cue/Goose_25_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Goose/cue/Goose_26_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Goose/cue/Goose_27_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Goose/cue/Goose_28_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Goose/cue/Goose_29_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Goose/cue/Goose_30_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Goose/cue/Goose_31_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Goose/wav/Goose_01.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Goose/wav/Goose_02.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Goose/wav/Goose_03.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Goose/wav/Goose_04.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Goose/wav/Goose_05.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Goose/wav/Goose_06.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Goose/wav/Goose_07.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Goose/wav/Goose_08.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Goose/wav/Goose_09.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Goose/wav/Goose_10.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Goose/wav/Goose_11.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Goose/wav/Goose_12.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Goose/wav/Goose_13.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Goose/wav/Goose_14.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Goose/wav/Goose_15.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Goose/wav/Goose_16.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Goose/wav/Goose_17.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Goose/wav/Goose_18.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Goose/wav/Goose_19.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Goose/wav/Goose_20.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Goose/wav/Goose_21.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Goose/wav/Goose_22.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Goose/wav/Goose_23.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Goose/wav/Goose_24.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Goose/wav/Goose_25.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Goose/wav/Goose_26.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Goose/wav/Goose_27.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Goose/wav/Goose_28.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Goose/wav/Goose_29.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Goose/wav/Goose_30.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Goose/wav/Goose_31.uasset | 3 +++ .../Animals/Gosling/cue/Gosling_01_Cue.uasset | 3 +++ .../Animals/Gosling/cue/Gosling_02_Cue.uasset | 3 +++ .../Animals/Gosling/cue/Gosling_03_Cue.uasset | 3 +++ .../Animals/Gosling/cue/Gosling_04_Cue.uasset | 3 +++ .../Animals/Gosling/cue/Gosling_05_Cue.uasset | 3 +++ .../Animals/Gosling/cue/Gosling_06_Cue.uasset | 3 +++ .../Animals/Gosling/cue/Gosling_07_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Gosling/wav/Gosling_01.uasset | 3 +++ .../FarmAnimalSounds/Animals/Gosling/wav/Gosling_02.uasset | 3 +++ .../FarmAnimalSounds/Animals/Gosling/wav/Gosling_03.uasset | 3 +++ .../FarmAnimalSounds/Animals/Gosling/wav/Gosling_04.uasset | 3 +++ .../FarmAnimalSounds/Animals/Gosling/wav/Gosling_05.uasset | 3 +++ .../FarmAnimalSounds/Animals/Gosling/wav/Gosling_06.uasset | 3 +++ .../FarmAnimalSounds/Animals/Gosling/wav/Gosling_07.uasset | 3 +++ .../Animals/Horse/cue/Horse_Eating_01_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Eating_02_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Eating_03_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Eating_04_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Eating_05_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Eating_06_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Eating_07_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Eating_08_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Eating_09_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Eating_10_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Eating_11_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Eating_12_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Eating_13_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Eating_14_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Eating_15_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Neigh_01_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Neigh_02_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Neigh_03_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Neigh_04_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Neigh_05_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Neigh_06_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Neigh_07_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Neigh_08_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Neigh_09_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Neigh_10_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Neigh_11_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Neigh_12_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Neigh_13_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Neigh_14_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Nicker_01_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Nicker_02_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Nicker_03_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Nicker_04_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Nicker_05_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Nicker_06_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Nicker_07_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Nicker_08_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Nicker_09_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Nicker_10_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Nicker_11_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Screech_01_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Screech_02_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Screech_03_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Screech_04_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Screech_05_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Screech_06_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Screech_07_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Snort_01_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Snort_02_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Snort_03_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Snort_04_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Snort_05_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Snort_06_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Snort_07_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Snort_08_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Snort_09_Cue.uasset | 3 +++ .../Animals/Horse/cue/Horse_Snort_10_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_01.uasset | 3 +++ .../FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_02.uasset | 3 +++ .../FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_03.uasset | 3 +++ .../FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_04.uasset | 3 +++ .../FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_05.uasset | 3 +++ .../FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_06.uasset | 3 +++ .../FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_07.uasset | 3 +++ .../FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_08.uasset | 3 +++ .../FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_09.uasset | 3 +++ .../FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_10.uasset | 3 +++ .../FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_11.uasset | 3 +++ .../FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_12.uasset | 3 +++ .../FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_13.uasset | 3 +++ .../FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_14.uasset | 3 +++ .../FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_15.uasset | 3 +++ .../FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_01.uasset | 3 +++ .../FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_02.uasset | 3 +++ .../FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_03.uasset | 3 +++ .../FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_04.uasset | 3 +++ .../FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_05.uasset | 3 +++ .../FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_06.uasset | 3 +++ .../FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_07.uasset | 3 +++ .../FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_08.uasset | 3 +++ .../FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_09.uasset | 3 +++ .../FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_10.uasset | 3 +++ .../FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_11.uasset | 3 +++ .../FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_12.uasset | 3 +++ .../FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_13.uasset | 3 +++ .../FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_14.uasset | 3 +++ .../FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_01.uasset | 3 +++ .../FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_02.uasset | 3 +++ .../FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_03.uasset | 3 +++ .../FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_04.uasset | 3 +++ .../FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_05.uasset | 3 +++ .../FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_06.uasset | 3 +++ .../FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_07.uasset | 3 +++ .../FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_08.uasset | 3 +++ .../FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_09.uasset | 3 +++ .../FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_10.uasset | 3 +++ .../FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_11.uasset | 3 +++ .../Animals/Horse/wav/Horse_Screech_01.uasset | 3 +++ .../Animals/Horse/wav/Horse_Screech_02.uasset | 3 +++ .../Animals/Horse/wav/Horse_Screech_03.uasset | 3 +++ .../Animals/Horse/wav/Horse_Screech_04.uasset | 3 +++ .../Animals/Horse/wav/Horse_Screech_05.uasset | 3 +++ .../Animals/Horse/wav/Horse_Screech_06.uasset | 3 +++ .../Animals/Horse/wav/Horse_Screech_07.uasset | 3 +++ .../FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_01.uasset | 3 +++ .../FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_02.uasset | 3 +++ .../FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_03.uasset | 3 +++ .../FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_04.uasset | 3 +++ .../FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_05.uasset | 3 +++ .../FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_06.uasset | 3 +++ .../FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_07.uasset | 3 +++ .../FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_08.uasset | 3 +++ .../FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_09.uasset | 3 +++ .../FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_10.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Owl/cue/Owl_1_01_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Owl/cue/Owl_1_02_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Owl/cue/Owl_1_03_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Owl/cue/Owl_1_04_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Owl/cue/Owl_2_01_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Owl/cue/Owl_2_02_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Owl/cue/Owl_3_01_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Owl/cue/Owl_3_02_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Owl/wav/Owl_1_01.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Owl/wav/Owl_1_02.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Owl/wav/Owl_1_03.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Owl/wav/Owl_1_04.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Owl/wav/Owl_2_01.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Owl/wav/Owl_2_02.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Owl/wav/Owl_3_01.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Owl/wav/Owl_3_02.uasset | 3 +++ .../Animals/Peacock/cue/Peacock_01_Cue.uasset | 3 +++ .../Animals/Peacock/cue/Peacock_02_Cue.uasset | 3 +++ .../Animals/Peacock/cue/Peacock_03_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Peacock/wav/Peacock_01.uasset | 3 +++ .../FarmAnimalSounds/Animals/Peacock/wav/Peacock_02.uasset | 3 +++ .../FarmAnimalSounds/Animals/Peacock/wav/Peacock_03.uasset | 3 +++ .../FarmAnimalSounds/Animals/Pig/cue/Pig_Eating_01_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Pig/cue/Pig_Eating_02_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Pig/cue/Pig_Eating_03_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Pig/cue/Pig_Eating_04_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Pig/cue/Pig_Eating_05_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_01_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_02_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_03_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_04_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_05_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_06_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_07_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_08_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_09_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_10_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_11_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_01_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_02_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_03_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_04_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_05_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_06_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_07_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_08_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_09_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Eating_01.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Eating_02.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Eating_03.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Eating_04.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Eating_05.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_01.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_02.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_03.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_04.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_05.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_06.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_07.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_08.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_09.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_10.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_11.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_01.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_02.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_03.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_04.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_05.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_06.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_07.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_08.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_09.uasset | 3 +++ .../FarmAnimalSounds/Animals/Sheep/cue/Sheep_01_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Sheep/cue/Sheep_02_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Sheep/cue/Sheep_03_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Sheep/cue/Sheep_04_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Sheep/cue/Sheep_05_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Sheep/cue/Sheep_06_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Sheep/cue/Sheep_07_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Sheep/cue/Sheep_08_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Sheep/cue/Sheep_09_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Sheep/cue/Sheep_10_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Sheep/cue/Sheep_11_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Sheep/cue/Sheep_12_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_01.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_02.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_03.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_04.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_05.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_06.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_07.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_08.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_09.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_10.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_11.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_12.uasset | 3 +++ .../Animals/Swan/cue/Black_Swan_01_Cue.uasset | 3 +++ .../Animals/Swan/cue/Black_Swan_02_Cue.uasset | 3 +++ .../Animals/Swan/cue/Black_Swan_03_Cue.uasset | 3 +++ .../Animals/Swan/cue/Black_Swan_04_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Swan/cue/Swan_01_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Swan/cue/Swan_02_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Swan/cue/Swan_03_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Swan/cue/Swan_04_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Swan/cue/Swan_05_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Swan/cue/Swan_06_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Swan/cue/Swan_07_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Swan/cue/Swan_08_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Swan/cue/Swan_09_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Swan/cue/Swan_10_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Swan/cue/Swan_11_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Swan/cue/Swan_12_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Swan/cue/Swan_13_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Swan/cue/Swan_14_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Swan/cue/Swan_15_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Swan/cue/Swan_16_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Swan/cue/Swan_17_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Swan/wav/Black_Swan_01.uasset | 3 +++ .../FarmAnimalSounds/Animals/Swan/wav/Black_Swan_02.uasset | 3 +++ .../FarmAnimalSounds/Animals/Swan/wav/Black_Swan_03.uasset | 3 +++ .../FarmAnimalSounds/Animals/Swan/wav/Black_Swan_04.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Swan/wav/Swan_01.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Swan/wav/Swan_02.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Swan/wav/Swan_03.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Swan/wav/Swan_04.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Swan/wav/Swan_05.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Swan/wav/Swan_06.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Swan/wav/Swan_07.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Swan/wav/Swan_08.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Swan/wav/Swan_09.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Swan/wav/Swan_10.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Swan/wav/Swan_11.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Swan/wav/Swan_12.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Swan/wav/Swan_13.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Swan/wav/Swan_14.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Swan/wav/Swan_15.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Swan/wav/Swan_16.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Swan/wav/Swan_17.uasset | 3 +++ .../FarmAnimalSounds/Animals/Turkey/cue/Turkey_01_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Turkey/cue/Turkey_02_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Turkey/cue/Turkey_03_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Turkey/cue/Turkey_04_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Turkey/cue/Turkey_05_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Turkey/cue/Turkey_06_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Turkey/cue/Turkey_07_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Turkey/cue/Turkey_08_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Turkey/cue/Turkey_09_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Turkey/cue/Turkey_10_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Turkey/cue/Turkey_11_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Turkey/cue/Turkey_12_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Turkey/cue/Turkey_13_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Turkey/cue/Turkey_14_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Turkey/cue/Turkey_15_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Turkey/cue/Turkey_16_Cue.uasset | 3 +++ .../FarmAnimalSounds/Animals/Turkey/cue/Turkey_17_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_01.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_02.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_03.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_04.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_05.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_06.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_07.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_08.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_09.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_10.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_11.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_12.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_13.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_14.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_15.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_16.uasset | 3 +++ Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_17.uasset | 3 +++ Content/FarmAnimalSounds/Bonus/cue/Forest_Loop_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Bonus/cue/Rain_Light_1_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Bonus/cue/Rain_Moderate_1_Cue.uasset | 3 +++ .../FarmAnimalSounds/Bonus/cue/Stream_Calm_Loop_1_Cue.uasset | 3 +++ .../Bonus/cue/Stream_Moderate_Loop_1_Cue.uasset | 3 +++ Content/FarmAnimalSounds/Bonus/wav/Forest_Loop.uasset | 3 +++ Content/FarmAnimalSounds/Bonus/wav/Rain_Light_1.uasset | 3 +++ Content/FarmAnimalSounds/Bonus/wav/Rain_Moderate_1.uasset | 3 +++ Content/FarmAnimalSounds/Bonus/wav/Stream_Calm_Loop_1.uasset | 3 +++ .../FarmAnimalSounds/Bonus/wav/Stream_Moderate_Loop_1.uasset | 3 +++ Content/Maps/OpenWorldMap.umap | 3 +++ Content/Maps/OpenWorldMap_HLODLayer_Instanced.uasset | 3 +++ Content/Maps/OpenWorldMap_HLODLayer_Merged.uasset | 3 +++ Content/Tets.uasset | 3 +++ Content/ThirdPerson/Maps/ThirdPersonMap.umap | 4 ++-- Content/ThirdPerson/Maps/WorldMap.umap | 2 +- .../Maps/OpenWorldMap/0/1V/WMP6J9UDRF8QIJ623SR02J.uasset | 3 +++ .../Maps/OpenWorldMap/1/9R/2M3R2KVK61EVC8ZWD1399I.uasset | 3 +++ .../Maps/OpenWorldMap/1/BW/WJQDBDNES4PEQ5A15E8PGY.uasset | 3 +++ .../Maps/OpenWorldMap/2/LQ/2NODAMEN0CE2FTPB9LRMWE.uasset | 3 +++ .../Maps/OpenWorldMap/5/62/YGKFI5O19WD7M0SUEFDGYJ.uasset | 3 +++ .../Maps/OpenWorldMap/6/SQ/G3YEYIGLONMTUE3P2GX85J.uasset | 3 +++ .../Maps/OpenWorldMap/7/PA/ZRKBDLVXBGR0K2E8IU1XRO.uasset | 3 +++ .../Maps/OpenWorldMap/B/6B/04AH1JVXEX5SL0XJ0GV8BX.uasset | 3 +++ .../Maps/OpenWorldMap/B/CD/L9295WHGZDVP9BS0MACBYM.uasset | 3 +++ .../Maps/OpenWorldMap/D/34/TP0EH5DGAW77ZTGELEPWQJ.uasset | 3 +++ .../Maps/ThirdPersonMap/0/43/HYQWORMY4JDQ5X3OKZXFLC.uasset | 4 ++-- .../Maps/ThirdPersonMap/0/7H/GOUY0HRZ40JKER99QGJL8E.uasset | 3 +++ .../Maps/ThirdPersonMap/0/FG/C9C8NKPQ680JETAE5ROTT1.uasset | 4 ++-- .../Maps/ThirdPersonMap/2/SL/WS2QSQ4UXAWIZ8SNP3YJBN.uasset | 3 +++ .../Maps/ThirdPersonMap/3/M3/7JQC72ZY37QM4IT43WD5CW.uasset | 4 ++-- .../Maps/ThirdPersonMap/3/P3/O43ETCZTFMLWWH1CJ941H2.uasset | 4 ++-- .../Maps/ThirdPersonMap/4/60/5PI42YRDC8HSSG6BVV2GRR.uasset | 4 ++-- .../Maps/ThirdPersonMap/5/11/IM858T68EBXCBX1T2FNR96.uasset | 4 ++-- .../Maps/ThirdPersonMap/5/9Q/U98KGKQ41NJYFOGFQM8ZDY.uasset | 4 ++-- .../Maps/ThirdPersonMap/5/QO/CO9MG7REJF8N8AQFYRCI06.uasset | 4 ++-- .../Maps/ThirdPersonMap/6/CZ/K2YM0JIRZ78IHGM8W2QBAF.uasset | 4 ++-- .../Maps/ThirdPersonMap/6/FE/46ZF63P8QSFM8VHWB98DHJ.uasset | 3 +++ .../Maps/ThirdPersonMap/6/HF/9H7TKAXH9DD8KI3TIXGI2I.uasset | 4 ++-- .../Maps/ThirdPersonMap/6/NC/UUYHDUFQAXTRRN4RVOPIUF.uasset | 4 ++-- .../Maps/ThirdPersonMap/6/XB/9VVR39MG0K7W5GQIEFE7SO.uasset | 4 ++-- .../Maps/ThirdPersonMap/6/YO/NG2R9BPZVA7ZDN0Z4VSTG6.uasset | 4 ++-- .../Maps/ThirdPersonMap/8/3J/6B9RJI3FDPCETRKXUXCQ4C.uasset | 4 ++-- .../Maps/ThirdPersonMap/8/LY/DXO7N97WV3UY93E5UEGI7P.uasset | 3 +++ .../Maps/ThirdPersonMap/9/U7/H8YL2PPHZPBTI74SUD0RNL.uasset | 4 ++-- .../Maps/ThirdPersonMap/A/16/Q7Y1URWWFS0TXGWUTO3S61.uasset | 4 ++-- .../Maps/ThirdPersonMap/A/17/6LXV4Y6DE3LUT705XNU4DZ.uasset | 4 ++-- .../Maps/ThirdPersonMap/A/MS/MRHJREJ6H7USQYWF1KO8F6.uasset | 4 ++-- .../Maps/ThirdPersonMap/A/NM/VWJPNRBNJJZ55NM9N0APE2.uasset | 3 +++ .../Maps/ThirdPersonMap/B/4D/BBOCKSZY1GVHTFRX0PR0O8.uasset | 4 ++-- .../Maps/ThirdPersonMap/B/8K/1IKKDYS7RULH8FRYRPPF04.uasset | 4 ++-- .../Maps/ThirdPersonMap/B/EA/9BWDWCNL7OZT2HTML9LK1Y.uasset | 4 ++-- .../Maps/ThirdPersonMap/B/FB/8RB55FM1HBEUVO4IOQC4YN.uasset | 4 ++-- .../Maps/ThirdPersonMap/B/QE/INR0RXBQDLXNK8S3NXU33H.uasset | 3 +++ .../Maps/ThirdPersonMap/C/QF/BY1DA5CRGQSAMOTK8RA8KR.uasset | 4 ++-- .../Maps/ThirdPersonMap/C/YT/CQR16QFDKKEYP53M51TV4F.uasset | 4 ++-- .../Maps/ThirdPersonMap/D/0G/JNKFA4X9LRMSF343ESPF6Q.uasset | 4 ++-- .../Maps/ThirdPersonMap/D/3V/NMHOKL5LGQDOAAG00FUMZR.uasset | 4 ++-- .../Maps/ThirdPersonMap/D/TG/OAA0UFHHQ56VORFI8WT2XR.uasset | 3 +++ .../Maps/ThirdPersonMap/E/PZ/N9NQJ1VY69SIRW18W20B0U.uasset | 3 +++ .../Maps/OpenWorldMap/E/LZ/ZXEU6P2JATOUL9NCUP5QUC.uasset | 3 +++ 1034 files changed, 3063 insertions(+), 72 deletions(-) create mode 100644 Content/AI/ABP_Manny_TEST.uasset create mode 100644 Content/AI/Animals/BPM_Animals.uasset create mode 100644 Content/AI/Animals/BPM_Animals_ChildTEST.uasset create mode 100644 Content/AI/BP_Ally_AI_Controller.uasset create mode 100644 Content/AI/BP_Animal_AI_Controller.uasset create mode 100644 Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_DeathGrounded.uasset create mode 100644 Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_DeathHitTheGround.uasset create mode 100644 Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_EatSomething.uasset create mode 100644 Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_Falling.uasset create mode 100644 Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_Fly.uasset create mode 100644 Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_FlyingAttack.uasset create mode 100644 Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_Glide.uasset create mode 100644 Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_Hop.uasset create mode 100644 Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_Hop_RM.uasset create mode 100644 Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_IdleLookAround.uasset create mode 100644 Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_IdleScratchWing.uasset create mode 100644 Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_IdleStretchWings.uasset create mode 100644 Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_InAirDeathGoToFall.uasset create mode 100644 Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_Landing.uasset create mode 100644 Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_TakeOff.uasset create mode 100644 Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_Walk.uasset create mode 100644 Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_Walk_RM.uasset create mode 100644 Content/AnimalVarietyPack/Crow/Maps/Overview.umap create mode 100644 Content/AnimalVarietyPack/Crow/Materials/M_Crow.uasset create mode 100644 Content/AnimalVarietyPack/Crow/Meshes/SK_Crow.uasset create mode 100644 Content/AnimalVarietyPack/Crow/Meshes/SK_Crow_PhysicsAsset.uasset create mode 100644 Content/AnimalVarietyPack/Crow/Meshes/SK_Crow_Skeleton.uasset create mode 100644 Content/AnimalVarietyPack/Crow/Textures/T_Crow_BaseColor.uasset create mode 100644 Content/AnimalVarietyPack/Crow/Textures/T_Crow_Nml.uasset create mode 100644 Content/AnimalVarietyPack/Crow/Textures/T_Crow_OcclusionRoughnessMetallic.uasset create mode 100644 Content/AnimalVarietyPack/Crow/Textures/T_Crow_Specular.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_Death.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_GetHit.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_GoToRest.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_GrazeOnce.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_IdleBreathe.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_IdleChew.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_IdleGraze.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_IdleGraze_Montage.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_IdleLookAround.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_IdleRest.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_IdleSleep.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_RestToGoBackUp.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_Run.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_Run_RM.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_SleepToGoBackUp.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_Walk.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_WalkGraze.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_WalkGraze_RM.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_WalkTurnL.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_WalkTurnL_RM.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_WalkTurnR.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_WalkTurnR_RM.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_Walk_RM.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_AntlersAttack.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_AntlersComboAttack.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_AntlersComboAttack_RM.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_Death.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_GetHit.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_GoToRest.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_GrazeOnce.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_IdleBreathe.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_IdleChew.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_IdleGraze.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_IdleLookAround.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_Rest.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_RestToGoBackUp.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_Run.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_Run_RM.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_Sleep.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_SleepToGoBackUp.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_Walk.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_WalkGraze_RM.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_WalkTurnL.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_WalkTurnL_RM.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_WalkTurnR.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_WalkTurnR_RM.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_Walk_RM.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Animations/BS_DeerDoe.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Maps/Overview.umap create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Materials/M_DeerDoe.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Materials/M_DeerDoeFur.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Materials/M_DeerStag.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Materials/M_DeerStagFur.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Meshes/ABP_AnimalAI_DeerDoe.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Meshes/ABP_AnimalAI_DeerStag.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Meshes/SK_DeerDoe.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Meshes/SK_DeerDoe_PhysicsAsset.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Meshes/SK_DeerDoe_Skeleton.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Meshes/SK_DeerStag.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Meshes/SK_DeerStag_PhysicsAsset.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Meshes/SK_DeerStag_Skeleton.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Textures/T_DeeDoe_BaseColor.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Textures/T_DeeDoe_Nml.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Textures/T_DeerDoe_OcclusionRoughnessMetallic.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Textures/T_Stag_BaseColor.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Textures/T_Stag_Nml.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Textures/T_Stag_OcclusionRoughnessMetllic.uasset create mode 100644 Content/AnimalVarietyPack/DeerStagAndDoe/Textures/T_Stag_Specular.uasset create mode 100644 Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_Bite.uasset create mode 100644 Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_Death.uasset create mode 100644 Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_GetHitFront.uasset create mode 100644 Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_GetHitLeft.uasset create mode 100644 Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_GetHitRight.uasset create mode 100644 Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_GoToRest.uasset create mode 100644 Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_IdleAggressive.uasset create mode 100644 Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_IdleBreathe.uasset create mode 100644 Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_IdleLookAround.uasset create mode 100644 Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_JumpBite.uasset create mode 100644 Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_JumpBite_RM.uasset create mode 100644 Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_RestToGoBackUp.uasset create mode 100644 Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_Resting.uasset create mode 100644 Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_Run.uasset create mode 100644 Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_RunBite.uasset create mode 100644 Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_RunBite_RM.uasset create mode 100644 Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_RunTurnL.uasset create mode 100644 Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_RunTurnL_RM.uasset create mode 100644 Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_RunTurnR.uasset create mode 100644 Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_RunTurnR_RM.uasset create mode 100644 Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_Run_RM.uasset create mode 100644 Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_Sleeping.uasset create mode 100644 Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_Walk.uasset create mode 100644 Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_WalkTurnL.uasset create mode 100644 Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_WalkTurnL_RM.uasset create mode 100644 Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_WalkTurnR.uasset create mode 100644 Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_WalkTurnR_RM.uasset create mode 100644 Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_Walk_RM.uasset create mode 100644 Content/AnimalVarietyPack/Fox/Maps/Overview.umap create mode 100644 Content/AnimalVarietyPack/Fox/Materials/M_Fox.uasset create mode 100644 Content/AnimalVarietyPack/Fox/Materials/M_FoxFur.uasset create mode 100644 Content/AnimalVarietyPack/Fox/Meshes/SK_Fox.uasset create mode 100644 Content/AnimalVarietyPack/Fox/Meshes/SK_Fox_PhysicsAsset.uasset create mode 100644 Content/AnimalVarietyPack/Fox/Meshes/SK_Fox_Skeleton.uasset create mode 100644 Content/AnimalVarietyPack/Fox/Textures/T_Fox_BaseColor.uasset create mode 100644 Content/AnimalVarietyPack/Fox/Textures/T_Fox_Nml.uasset create mode 100644 Content/AnimalVarietyPack/Fox/Textures/T_Fox_OcclusionRoughnessMetallic.uasset create mode 100644 Content/AnimalVarietyPack/Fox/Textures/T_Fox_Specular.uasset create mode 100644 Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_Chew.uasset create mode 100644 Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_ComboAttackForward.uasset create mode 100644 Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_ComboAttackForward_RM.uasset create mode 100644 Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_Death.uasset create mode 100644 Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_GetHit.uasset create mode 100644 Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_GoBackUp.uasset create mode 100644 Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_GoToRest.uasset create mode 100644 Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_IdleBreathe.uasset create mode 100644 Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_IdleLookAround.uasset create mode 100644 Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_JumpAttack.uasset create mode 100644 Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_JumpAttack_RM.uasset create mode 100644 Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_Rest.uasset create mode 100644 Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_Run.uasset create mode 100644 Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_RunTurnL.uasset create mode 100644 Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_RunTurnL_RM.uasset create mode 100644 Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_RunTurnR.uasset create mode 100644 Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_RunTurnR_RM.uasset create mode 100644 Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_Run_RM.uasset create mode 100644 Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_SniffleforFood.uasset create mode 100644 Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_Walk.uasset create mode 100644 Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_WalkTurnL.uasset create mode 100644 Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_WalkTurnL_RM.uasset create mode 100644 Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_WalkTurnR.uasset create mode 100644 Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_WalkTurnR_RM.uasset create mode 100644 Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_Walk_RM.uasset create mode 100644 Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_attack.uasset create mode 100644 Content/AnimalVarietyPack/Pig/Maps/Overview.umap create mode 100644 Content/AnimalVarietyPack/Pig/Materials/M_Pig.uasset create mode 100644 Content/AnimalVarietyPack/Pig/Materials/M_PigDirty.uasset create mode 100644 Content/AnimalVarietyPack/Pig/Materials/M_PigHair.uasset create mode 100644 Content/AnimalVarietyPack/Pig/Materials/M_PigHairDirty.uasset create mode 100644 Content/AnimalVarietyPack/Pig/Meshes/SK_Pig.uasset create mode 100644 Content/AnimalVarietyPack/Pig/Meshes/SK_Pig_PhysicsAsset.uasset create mode 100644 Content/AnimalVarietyPack/Pig/Meshes/SK_Pig_Skeleton.uasset create mode 100644 Content/AnimalVarietyPack/Pig/Textures/T_PigDirty_BaseColor.uasset create mode 100644 Content/AnimalVarietyPack/Pig/Textures/T_PigDirty_Nml.uasset create mode 100644 Content/AnimalVarietyPack/Pig/Textures/T_PigDirty_OcclusionRoughnessMetallic.uasset create mode 100644 Content/AnimalVarietyPack/Pig/Textures/T_Pig_BaseColor.uasset create mode 100644 Content/AnimalVarietyPack/Pig/Textures/T_Pig_Nml.uasset create mode 100644 Content/AnimalVarietyPack/Pig/Textures/T_Pig_OcclusionRoughnessMetallic.uasset create mode 100644 Content/AnimalVarietyPack/Pig/Textures/T_Pig_Specular.uasset create mode 100644 Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_Bite.uasset create mode 100644 Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_Death.uasset create mode 100644 Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_GetHitFront.uasset create mode 100644 Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_GetHitLeft.uasset create mode 100644 Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_GetHitRight.uasset create mode 100644 Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_GoToRest.uasset create mode 100644 Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_Howl.uasset create mode 100644 Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_IdleAggressive.uasset create mode 100644 Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_IdleBreathe.uasset create mode 100644 Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_IdleLookAround.uasset create mode 100644 Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_JumpBite.uasset create mode 100644 Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_JumpBite_RM.uasset create mode 100644 Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_Rest.uasset create mode 100644 Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_RestToGoBackUp.uasset create mode 100644 Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_Run.uasset create mode 100644 Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_RunBite.uasset create mode 100644 Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_RunBite_RM.uasset create mode 100644 Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_RunTurnL.uasset create mode 100644 Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_RunTurnL_RM.uasset create mode 100644 Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_RunTurnR.uasset create mode 100644 Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_RunTurnR_RM.uasset create mode 100644 Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_Run_RM.uasset create mode 100644 Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_Sleep.uasset create mode 100644 Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_Walk.uasset create mode 100644 Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_WalkTurnL.uasset create mode 100644 Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_WalkTurnL_RM.uasset create mode 100644 Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_WalkTurnR.uasset create mode 100644 Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_WalkTurnR_RM.uasset create mode 100644 Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_Walk_RM.uasset create mode 100644 Content/AnimalVarietyPack/Wolf/Maps/Overview.umap create mode 100644 Content/AnimalVarietyPack/Wolf/Materials/M_Wolf.uasset create mode 100644 Content/AnimalVarietyPack/Wolf/Materials/M_WolfArctic.uasset create mode 100644 Content/AnimalVarietyPack/Wolf/Materials/M_WolfDark.uasset create mode 100644 Content/AnimalVarietyPack/Wolf/Materials/M_WolfFur.uasset create mode 100644 Content/AnimalVarietyPack/Wolf/Materials/M_WolfFurArctic.uasset create mode 100644 Content/AnimalVarietyPack/Wolf/Materials/M_WolfFurDark.uasset create mode 100644 Content/AnimalVarietyPack/Wolf/Meshes/SK_Wolf.uasset create mode 100644 Content/AnimalVarietyPack/Wolf/Meshes/SK_Wolf_PhysicsAsset.uasset create mode 100644 Content/AnimalVarietyPack/Wolf/Meshes/SK_Wolf_Skeleton.uasset create mode 100644 Content/AnimalVarietyPack/Wolf/Textures/T_WolfArctic_BaseColorAlpha.uasset create mode 100644 Content/AnimalVarietyPack/Wolf/Textures/T_WolfDark_BaseColorAlpha.uasset create mode 100644 Content/AnimalVarietyPack/Wolf/Textures/T_WolfDark_Illum.uasset create mode 100644 Content/AnimalVarietyPack/Wolf/Textures/T_Wolf_BaseColorAlpha.uasset create mode 100644 Content/AnimalVarietyPack/Wolf/Textures/T_Wolf_Nml.uasset create mode 100644 Content/AnimalVarietyPack/Wolf/Textures/T_Wolf_OcclusionRoughnessMetallic.uasset create mode 100644 Content/AnimalVarietyPack/Wolf/Textures/T_Wolf_Specular.uasset create mode 100644 Content/DT_Lighting.uasset create mode 100644 Content/Developers/Steven/Collections/TEST_World.umap create mode 100644 Content/FarmAnimalSounds/Animals/Birds/cue/Bird_1_01_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/cue/Bird_1_02_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/cue/Bird_1_03_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/cue/Bird_1_04_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/cue/Bird_2_01_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/cue/Bird_2_02_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/cue/Bird_3_01_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/cue/Bird_3_02_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/cue/Bird_3_03_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/cue/Bird_3_04_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/cue/Bird_3_05_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/cue/Bird_3_06_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/cue/Bird_4_01_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/cue/Bird_4_02_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/cue/Bird_4_03_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/cue/Bird_4_04_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/cue/Bird_5_01_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/cue/Bird_5_02_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/cue/Bird_5_03_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/cue/Bird_5_04_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/cue/Bird_5_05_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/cue/Bird_6_01_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/cue/Bird_6_02_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/cue/Bird_6_03_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/cue/Bird_7_01_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/cue/Bird_7_02_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/cue/Bird_8_01_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/cue/Bird_8_02_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/wav/Bird_1_01.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/wav/Bird_1_02.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/wav/Bird_1_03.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/wav/Bird_1_04.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/wav/Bird_2_01.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/wav/Bird_2_02.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/wav/Bird_3_01.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/wav/Bird_3_02.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/wav/Bird_3_03.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/wav/Bird_3_04.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/wav/Bird_3_05.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/wav/Bird_3_06.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/wav/Bird_4_01.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/wav/Bird_4_02.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/wav/Bird_4_03.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/wav/Bird_4_04.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/wav/Bird_5_01.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/wav/Bird_5_02.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/wav/Bird_5_03.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/wav/Bird_5_04.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/wav/Bird_5_05.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/wav/Bird_6_01.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/wav/Bird_6_02.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/wav/Bird_6_03.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/wav/Bird_7_01.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/wav/Bird_7_02.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/wav/Bird_8_01.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Birds/wav/Bird_8_02.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Hiss_01_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Hiss_02_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Hiss_03_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Hiss_04_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Hiss_05_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_01_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_02_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_03_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_04_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_05_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_06_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_07_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_08_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_09_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_10_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_11_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_12_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_13_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Purr_01_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Purr_02_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Purr_03_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Purr_04_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Purr_05_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Purr_06_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Scream_01_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Scream_02_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Scream_03_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_01_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_02_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_03_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_04_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_05_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_06_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_07_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_08_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_09_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_10_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Hiss_01.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Hiss_02.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Hiss_03.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Hiss_04.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Hiss_05.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_01.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_02.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_03.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_04.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_05.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_06.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_07.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_08.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_09.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_10.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_11.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_12.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_13.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Purr_01.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Purr_02.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Purr_03.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Purr_04.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Purr_05.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Purr_06.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Scream_01.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Scream_02.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Scream_03.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_01.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_02.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_03.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_04.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_05.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_06.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_07.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_08.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_09.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_10.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_01_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_02_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_03_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_04_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_05_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_06_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_07_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_08_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_09_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_10_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_11_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_12_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Cluck_01_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Cluck_02_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Cluck_03_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Cluck_04_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Cluck_05_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Wings_01_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Wings_02_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Wings_03_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Wings_04_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Wings_05_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Wings_06_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/cue/Cockerel_01_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/cue/Cockerel_02_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/cue/Cockerel_03_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_01.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_02.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_03.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_04.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_05.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_06.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_07.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_08.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_09.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_10.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_11.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_12.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Cluck_01.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Cluck_02.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Cluck_03.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Cluck_04.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Cluck_05.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Wings_01.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Wings_02.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Wings_03.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Wings_04.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Wings_05.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Wings_06.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/wav/Cockerel_01.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/wav/Cockerel_02.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Chicken/wav/Cockerel_03.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cow/cue/Cow_01_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cow/cue/Cow_02_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cow/cue/Cow_03_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cow/cue/Cow_04_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cow/cue/Cow_05_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cow/cue/Cow_06_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cow/cue/Cow_07_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cow/cue/Cow_08_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cow/cue/Cow_09_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cow/cue/Cow_10_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cow/cue/Cow_11_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cow/cue/Cow_12_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cow/cue/Cow_13_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cow/wav/Cow_01.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cow/wav/Cow_02.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cow/wav/Cow_03.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cow/wav/Cow_04.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cow/wav/Cow_05.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cow/wav/Cow_06.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cow/wav/Cow_07.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cow/wav/Cow_08.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cow/wav/Cow_09.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cow/wav/Cow_10.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cow/wav/Cow_11.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cow/wav/Cow_12.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Cow/wav/Cow_13.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_01_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_02_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_03_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_04_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_05_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_06_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_07_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_08_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_09_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_10_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_11_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_12_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_13_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_14_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_15_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_16_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_17_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_18_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_19_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_20_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_21_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_22_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_01_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_02_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_03_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_04_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_05_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_06_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_07_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_08_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_09_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_10_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_01_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_02_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_03_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_04_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_05_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_06_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_07_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_08_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_09_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_10_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_11_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Whine_01_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Whine_02_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Whine_03_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Whine_04_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Whine_05_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Whine_06_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Whine_07_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_01.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_02.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_03.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_04.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_05.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_06.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_07.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_08.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_09.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_10.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_11.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_12.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_13.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_14.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_15.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_16.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_17.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_18.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_19.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_20.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_21.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_22.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_01.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_02.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_03.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_04.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_05.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_06.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_07.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_08.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_09.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_10.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_01.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_02.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_03.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_04.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_05.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_06.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_07.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_08.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_09.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_10.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_11.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Whine_01.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Whine_02.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Whine_03.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Whine_04.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Whine_05.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Whine_06.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Whine_07.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Duck/cue/Duck_01_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Duck/cue/Duck_02_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Duck/cue/Duck_03_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Duck/cue/Duck_04_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Duck/cue/Duck_05_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Duck/cue/Duck_06_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Duck/cue/Duck_07_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Duck/cue/Duck_08_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Duck/cue/Duck_09_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Duck/cue/Duck_10_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Duck/cue/Duck_11_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Duck/cue/Duck_12_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Duck/cue/Duck_13_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Duck/cue/Duck_14_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Duck/cue/Duck_15_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Duck/cue/Duck_16_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Duck/cue/Duck_17_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Duck/cue/Duck_18_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Duck/wav/Duck_01.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Duck/wav/Duck_02.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Duck/wav/Duck_03.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Duck/wav/Duck_04.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Duck/wav/Duck_05.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Duck/wav/Duck_06.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Duck/wav/Duck_07.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Duck/wav/Duck_08.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Duck/wav/Duck_09.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Duck/wav/Duck_10.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Duck/wav/Duck_11.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Duck/wav/Duck_12.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Duck/wav/Duck_13.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Duck/wav/Duck_14.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Duck/wav/Duck_15.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Duck/wav/Duck_16.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Duck/wav/Duck_17.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Duck/wav/Duck_18.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Frog/cue/Frog_01_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Frog/cue/Frog_02_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Frog/cue/Frog_03_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Frog/cue/Frog_04_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Frog/cue/Frog_05_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Frog/wav/Frog_01.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Frog/wav/Frog_02.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Frog/wav/Frog_03.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Frog/wav/Frog_04.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Frog/wav/Frog_05.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goat/cue/Goat_01_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goat/cue/Goat_02_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goat/cue/Goat_03_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goat/cue/Goat_04_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goat/cue/Goat_05_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goat/cue/Goat_06_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goat/cue/Goat_07_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goat/cue/Goat_08_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goat/cue/Goat_Baby_01_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goat/cue/Goat_Baby_02_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goat/cue/Goat_Baby_03_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goat/wav/Goat_01.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goat/wav/Goat_02.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goat/wav/Goat_03.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goat/wav/Goat_04.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goat/wav/Goat_05.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goat/wav/Goat_06.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goat/wav/Goat_07.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goat/wav/Goat_08.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goat/wav/Goat_Baby_01.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goat/wav/Goat_Baby_02.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goat/wav/Goat_Baby_03.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/cue/Goose_01_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/cue/Goose_02_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/cue/Goose_03_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/cue/Goose_04_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/cue/Goose_05_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/cue/Goose_06_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/cue/Goose_07_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/cue/Goose_08_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/cue/Goose_09_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/cue/Goose_10_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/cue/Goose_11_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/cue/Goose_12_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/cue/Goose_13_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/cue/Goose_14_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/cue/Goose_15_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/cue/Goose_16_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/cue/Goose_17_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/cue/Goose_18_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/cue/Goose_19_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/cue/Goose_20_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/cue/Goose_21_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/cue/Goose_22_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/cue/Goose_23_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/cue/Goose_24_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/cue/Goose_25_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/cue/Goose_26_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/cue/Goose_27_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/cue/Goose_28_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/cue/Goose_29_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/cue/Goose_30_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/cue/Goose_31_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/wav/Goose_01.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/wav/Goose_02.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/wav/Goose_03.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/wav/Goose_04.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/wav/Goose_05.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/wav/Goose_06.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/wav/Goose_07.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/wav/Goose_08.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/wav/Goose_09.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/wav/Goose_10.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/wav/Goose_11.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/wav/Goose_12.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/wav/Goose_13.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/wav/Goose_14.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/wav/Goose_15.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/wav/Goose_16.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/wav/Goose_17.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/wav/Goose_18.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/wav/Goose_19.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/wav/Goose_20.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/wav/Goose_21.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/wav/Goose_22.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/wav/Goose_23.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/wav/Goose_24.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/wav/Goose_25.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/wav/Goose_26.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/wav/Goose_27.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/wav/Goose_28.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/wav/Goose_29.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/wav/Goose_30.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Goose/wav/Goose_31.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Gosling/cue/Gosling_01_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Gosling/cue/Gosling_02_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Gosling/cue/Gosling_03_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Gosling/cue/Gosling_04_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Gosling/cue/Gosling_05_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Gosling/cue/Gosling_06_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Gosling/cue/Gosling_07_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_01.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_02.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_03.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_04.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_05.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_06.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_07.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_01_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_02_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_03_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_04_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_05_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_06_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_07_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_08_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_09_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_10_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_11_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_12_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_13_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_14_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_15_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_01_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_02_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_03_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_04_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_05_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_06_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_07_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_08_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_09_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_10_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_11_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_12_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_13_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_14_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_01_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_02_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_03_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_04_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_05_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_06_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_07_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_08_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_09_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_10_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_11_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Screech_01_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Screech_02_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Screech_03_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Screech_04_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Screech_05_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Screech_06_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Screech_07_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Snort_01_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Snort_02_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Snort_03_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Snort_04_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Snort_05_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Snort_06_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Snort_07_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Snort_08_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Snort_09_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Snort_10_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_01.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_02.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_03.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_04.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_05.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_06.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_07.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_08.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_09.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_10.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_11.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_12.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_13.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_14.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_15.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_01.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_02.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_03.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_04.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_05.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_06.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_07.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_08.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_09.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_10.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_11.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_12.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_13.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_14.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_01.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_02.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_03.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_04.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_05.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_06.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_07.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_08.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_09.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_10.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_11.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_01.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_02.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_03.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_04.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_05.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_06.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_07.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_01.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_02.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_03.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_04.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_05.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_06.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_07.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_08.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_09.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_10.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Owl/cue/Owl_1_01_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Owl/cue/Owl_1_02_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Owl/cue/Owl_1_03_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Owl/cue/Owl_1_04_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Owl/cue/Owl_2_01_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Owl/cue/Owl_2_02_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Owl/cue/Owl_3_01_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Owl/cue/Owl_3_02_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Owl/wav/Owl_1_01.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Owl/wav/Owl_1_02.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Owl/wav/Owl_1_03.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Owl/wav/Owl_1_04.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Owl/wav/Owl_2_01.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Owl/wav/Owl_2_02.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Owl/wav/Owl_3_01.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Owl/wav/Owl_3_02.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Peacock/cue/Peacock_01_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Peacock/cue/Peacock_02_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Peacock/cue/Peacock_03_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Peacock/wav/Peacock_01.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Peacock/wav/Peacock_02.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Peacock/wav/Peacock_03.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Eating_01_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Eating_02_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Eating_03_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Eating_04_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Eating_05_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_01_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_02_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_03_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_04_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_05_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_06_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_07_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_08_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_09_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_10_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_11_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_01_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_02_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_03_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_04_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_05_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_06_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_07_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_08_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_09_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Eating_01.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Eating_02.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Eating_03.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Eating_04.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Eating_05.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_01.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_02.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_03.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_04.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_05.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_06.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_07.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_08.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_09.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_10.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_11.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_01.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_02.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_03.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_04.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_05.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_06.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_07.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_08.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_09.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_01_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_02_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_03_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_04_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_05_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_06_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_07_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_08_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_09_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_10_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_11_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_12_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_01.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_02.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_03.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_04.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_05.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_06.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_07.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_08.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_09.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_10.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_11.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_12.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Swan/cue/Black_Swan_01_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Swan/cue/Black_Swan_02_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Swan/cue/Black_Swan_03_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Swan/cue/Black_Swan_04_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Swan/cue/Swan_01_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Swan/cue/Swan_02_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Swan/cue/Swan_03_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Swan/cue/Swan_04_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Swan/cue/Swan_05_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Swan/cue/Swan_06_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Swan/cue/Swan_07_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Swan/cue/Swan_08_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Swan/cue/Swan_09_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Swan/cue/Swan_10_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Swan/cue/Swan_11_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Swan/cue/Swan_12_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Swan/cue/Swan_13_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Swan/cue/Swan_14_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Swan/cue/Swan_15_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Swan/cue/Swan_16_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Swan/cue/Swan_17_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Swan/wav/Black_Swan_01.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Swan/wav/Black_Swan_02.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Swan/wav/Black_Swan_03.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Swan/wav/Black_Swan_04.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Swan/wav/Swan_01.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Swan/wav/Swan_02.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Swan/wav/Swan_03.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Swan/wav/Swan_04.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Swan/wav/Swan_05.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Swan/wav/Swan_06.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Swan/wav/Swan_07.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Swan/wav/Swan_08.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Swan/wav/Swan_09.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Swan/wav/Swan_10.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Swan/wav/Swan_11.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Swan/wav/Swan_12.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Swan/wav/Swan_13.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Swan/wav/Swan_14.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Swan/wav/Swan_15.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Swan/wav/Swan_16.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Swan/wav/Swan_17.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_01_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_02_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_03_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_04_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_05_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_06_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_07_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_08_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_09_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_10_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_11_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_12_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_13_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_14_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_15_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_16_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_17_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_01.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_02.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_03.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_04.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_05.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_06.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_07.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_08.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_09.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_10.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_11.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_12.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_13.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_14.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_15.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_16.uasset create mode 100644 Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_17.uasset create mode 100644 Content/FarmAnimalSounds/Bonus/cue/Forest_Loop_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Bonus/cue/Rain_Light_1_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Bonus/cue/Rain_Moderate_1_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Bonus/cue/Stream_Calm_Loop_1_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Bonus/cue/Stream_Moderate_Loop_1_Cue.uasset create mode 100644 Content/FarmAnimalSounds/Bonus/wav/Forest_Loop.uasset create mode 100644 Content/FarmAnimalSounds/Bonus/wav/Rain_Light_1.uasset create mode 100644 Content/FarmAnimalSounds/Bonus/wav/Rain_Moderate_1.uasset create mode 100644 Content/FarmAnimalSounds/Bonus/wav/Stream_Calm_Loop_1.uasset create mode 100644 Content/FarmAnimalSounds/Bonus/wav/Stream_Moderate_Loop_1.uasset create mode 100644 Content/Maps/OpenWorldMap.umap create mode 100644 Content/Maps/OpenWorldMap_HLODLayer_Instanced.uasset create mode 100644 Content/Maps/OpenWorldMap_HLODLayer_Merged.uasset create mode 100644 Content/Tets.uasset create mode 100644 Content/__ExternalActors__/Maps/OpenWorldMap/0/1V/WMP6J9UDRF8QIJ623SR02J.uasset create mode 100644 Content/__ExternalActors__/Maps/OpenWorldMap/1/9R/2M3R2KVK61EVC8ZWD1399I.uasset create mode 100644 Content/__ExternalActors__/Maps/OpenWorldMap/1/BW/WJQDBDNES4PEQ5A15E8PGY.uasset create mode 100644 Content/__ExternalActors__/Maps/OpenWorldMap/2/LQ/2NODAMEN0CE2FTPB9LRMWE.uasset create mode 100644 Content/__ExternalActors__/Maps/OpenWorldMap/5/62/YGKFI5O19WD7M0SUEFDGYJ.uasset create mode 100644 Content/__ExternalActors__/Maps/OpenWorldMap/6/SQ/G3YEYIGLONMTUE3P2GX85J.uasset create mode 100644 Content/__ExternalActors__/Maps/OpenWorldMap/7/PA/ZRKBDLVXBGR0K2E8IU1XRO.uasset create mode 100644 Content/__ExternalActors__/Maps/OpenWorldMap/B/6B/04AH1JVXEX5SL0XJ0GV8BX.uasset create mode 100644 Content/__ExternalActors__/Maps/OpenWorldMap/B/CD/L9295WHGZDVP9BS0MACBYM.uasset create mode 100644 Content/__ExternalActors__/Maps/OpenWorldMap/D/34/TP0EH5DGAW77ZTGELEPWQJ.uasset create mode 100644 Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/0/7H/GOUY0HRZ40JKER99QGJL8E.uasset create mode 100644 Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/2/SL/WS2QSQ4UXAWIZ8SNP3YJBN.uasset create mode 100644 Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/FE/46ZF63P8QSFM8VHWB98DHJ.uasset create mode 100644 Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/8/LY/DXO7N97WV3UY93E5UEGI7P.uasset create mode 100644 Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/A/NM/VWJPNRBNJJZ55NM9N0APE2.uasset create mode 100644 Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/B/QE/INR0RXBQDLXNK8S3NXU33H.uasset create mode 100644 Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/D/TG/OAA0UFHHQ56VORFI8WT2XR.uasset create mode 100644 Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/E/PZ/N9NQJ1VY69SIRW18W20B0U.uasset create mode 100644 Content/__ExternalObjects__/Maps/OpenWorldMap/E/LZ/ZXEU6P2JATOUL9NCUP5QUC.uasset diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index 77ac22d..e273799 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -4,7 +4,7 @@ +EditProfiles=(Name="Trigger",CustomResponses=((Channel=Projectile, Response=ECR_Ignore))) [/Script/EngineSettings.GameMapsSettings] -EditorStartupMap=/Game/ThirdPerson/Maps/WorldMap.WorldMap +EditorStartupMap=/Game/Developers/Steven/Collections/TEST_World.TEST_World LocalMapOptions= TransitionMap= bUseSplitscreen=True @@ -29,7 +29,7 @@ r.SkinCache.CompileShaders=True r.DefaultFeature.AutoExposure.Method=0 [/Script/WindowsTargetPlatform.WindowsTargetSettings] -DefaultGraphicsRHI=DefaultGraphicsRHI_DX12 +DefaultGraphicsRHI=DefaultGraphicsRHI_DX11 -D3D12TargetedShaderFormats=PCD3D_SM5 +D3D12TargetedShaderFormats=PCD3D_SM6 -D3D11TargetedShaderFormats=PCD3D_SM5 diff --git a/Content/AI/ABP_Manny_TEST.uasset b/Content/AI/ABP_Manny_TEST.uasset new file mode 100644 index 0000000..7997a57 --- /dev/null +++ b/Content/AI/ABP_Manny_TEST.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46eaca178f9bca0c18b9abe36b7e8bb6e7b54e909810382c3ba9c4759c79cf27 +size 357820 diff --git a/Content/AI/Allies/Blueprints/BP_AlliesMaster.uasset b/Content/AI/Allies/Blueprints/BP_AlliesMaster.uasset index d0fd60c..e024a97 100644 --- a/Content/AI/Allies/Blueprints/BP_AlliesMaster.uasset +++ b/Content/AI/Allies/Blueprints/BP_AlliesMaster.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:550b2fee962e6bba19ac16067eaeb3d49cc5a57b6a74b59a77a7164185672330 -size 34280 +oid sha256:6f00abe5d73ae71d5ffe25ba160227d4d218678249f5dbcb508c6e8e54dba12e +size 34281 diff --git a/Content/AI/Animals/BPM_Animals.uasset b/Content/AI/Animals/BPM_Animals.uasset new file mode 100644 index 0000000..3d70d9f --- /dev/null +++ b/Content/AI/Animals/BPM_Animals.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7606e86f54ac5fbaf9cb14c62c2fb06286fe7c3353445d55aa694209474545e2 +size 50883 diff --git a/Content/AI/Animals/BPM_Animals_ChildTEST.uasset b/Content/AI/Animals/BPM_Animals_ChildTEST.uasset new file mode 100644 index 0000000..7d4713e --- /dev/null +++ b/Content/AI/Animals/BPM_Animals_ChildTEST.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01e93518f9e02ef65ebcaba0e07729a65ded89d7c1ef595ca185836b6ea3df65 +size 42783 diff --git a/Content/AI/BPM_AI.uasset b/Content/AI/BPM_AI.uasset index ea311db..d89359b 100644 --- a/Content/AI/BPM_AI.uasset +++ b/Content/AI/BPM_AI.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:97ac1094167a0db91ccfb564144826ad7adc36124b7a657c99aebc1880298dc0 -size 186660 +oid sha256:f2be25c73d3b98569c9f9a9b24d22184f1adcbdeebd92fa685d3e97047918b10 +size 291381 diff --git a/Content/AI/BP_AI_Controller.uasset b/Content/AI/BP_AI_Controller.uasset index ae9637d..c835b53 100644 --- a/Content/AI/BP_AI_Controller.uasset +++ b/Content/AI/BP_AI_Controller.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ced4b3af0582369124cb0037f75ec117c93525f8aa7b72a3b9b4438d4b8f1c19 -size 307018 +oid sha256:53b782eea296f829d9c923a0d581614162f48303eae8f3d9ddbd99b772888367 +size 319799 diff --git a/Content/AI/BP_Ally_AI_Controller.uasset b/Content/AI/BP_Ally_AI_Controller.uasset new file mode 100644 index 0000000..72ae8a9 --- /dev/null +++ b/Content/AI/BP_Ally_AI_Controller.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ab57d17b85d9f84685475824666c125178fd4bc70f62cf4cf1aeb2ee3576d50 +size 23832 diff --git a/Content/AI/BP_Animal_AI_Controller.uasset b/Content/AI/BP_Animal_AI_Controller.uasset new file mode 100644 index 0000000..f5a3222 --- /dev/null +++ b/Content/AI/BP_Animal_AI_Controller.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf47d49e18ab19f87a4e3518ab2b51caf7809f1463ed78f1f2ffb659caa8b901 +size 238584 diff --git a/Content/AI/BP_MyTPS.uasset b/Content/AI/BP_MyTPS.uasset index 852e5e9..0dcc59f 100644 --- a/Content/AI/BP_MyTPS.uasset +++ b/Content/AI/BP_MyTPS.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b446d7bf74c643afcfcaffba34f1afed6bc0148e9ef66f5e54d9eea01fdfd221 -size 131793 +oid sha256:287a19f578e049824a9e3f325474e6a9c309c1c8f422f14527be73aed073ae7c +size 131830 diff --git a/Content/AI/E_AIType.uasset b/Content/AI/E_AIType.uasset index f0d635a..fdeba35 100644 --- a/Content/AI/E_AIType.uasset +++ b/Content/AI/E_AIType.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:385c2f2972f5bf214dc65b929be1db4876dd914a74901399373b11de8602add0 -size 2202 +oid sha256:738b36767429c0c9a9c1ba2aef78a0f43e13c4dd80760f29b49b0d3d9fbf35bd +size 2523 diff --git a/Content/AI/E_EnemyType.uasset b/Content/AI/E_EnemyType.uasset index 558654c..8b92a73 100644 --- a/Content/AI/E_EnemyType.uasset +++ b/Content/AI/E_EnemyType.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:25866ca57517ded6748f625660f80793085a9623259066c07254d0df3fedfc5a -size 2576 +oid sha256:dfdfa7967c89ae4c653b3c61fb820ca2b15eeb4253432837e7c659dfd088b6c1 +size 2902 diff --git a/Content/AI/S_AIStats.uasset b/Content/AI/S_AIStats.uasset index ffc6c10..67bc3c2 100644 --- a/Content/AI/S_AIStats.uasset +++ b/Content/AI/S_AIStats.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:30b227822bbb96d05b9f36dfaea58d67a83981a5c8a2d5c9d2671b5bff589c4d +oid sha256:b374dfa6214fdcd060d48d664c9e9f89d5ff1fed289de69982e56deb90175d8e size 6209 diff --git a/Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_DeathGrounded.uasset b/Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_DeathGrounded.uasset new file mode 100644 index 0000000..4b01c3c --- /dev/null +++ b/Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_DeathGrounded.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97c7326d4576cd0c0df33fcb8a810af2b64fd606e13af9212cf7ce78ddf6c8c4 +size 108832 diff --git a/Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_DeathHitTheGround.uasset b/Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_DeathHitTheGround.uasset new file mode 100644 index 0000000..7b566b1 --- /dev/null +++ b/Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_DeathHitTheGround.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d777d0d070c45fe6aa1840a9ba4e0ace4cfee4d1f3d04f3871daac8da4cd1003 +size 95221 diff --git a/Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_EatSomething.uasset b/Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_EatSomething.uasset new file mode 100644 index 0000000..cece03a --- /dev/null +++ b/Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_EatSomething.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2022725fb40c559d58b86551c0ba5c8086a95fc80f8dcd4a02ef78956cbd99b1 +size 108392 diff --git a/Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_Falling.uasset b/Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_Falling.uasset new file mode 100644 index 0000000..d685f78 --- /dev/null +++ b/Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_Falling.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c04278fab7fb3f7268b7ddc51559e2e2d167cfc0c8e5781503b5fd4dac7b433 +size 103583 diff --git a/Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_Fly.uasset b/Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_Fly.uasset new file mode 100644 index 0000000..103db86 --- /dev/null +++ b/Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_Fly.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c74501ec53f21e3e9543e64064b6b7a9adceb414ba0ad66bba1dfb9919978181 +size 97772 diff --git a/Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_FlyingAttack.uasset b/Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_FlyingAttack.uasset new file mode 100644 index 0000000..d628647 --- /dev/null +++ b/Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_FlyingAttack.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67a84a5265841cd2a17422f1b99c8bce6f1dbced5efc1c05c9e48616120eabbb +size 119449 diff --git a/Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_Glide.uasset b/Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_Glide.uasset new file mode 100644 index 0000000..4f676f6 --- /dev/null +++ b/Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_Glide.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f576020ed338969c3646aad9b7599a3542a25d889958cd4b44464fe362502d1 +size 86969 diff --git a/Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_Hop.uasset b/Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_Hop.uasset new file mode 100644 index 0000000..5fa0ab7 --- /dev/null +++ b/Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_Hop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dc28ed2df7215c4ef2ed53e5ea11e60e9fe6a342dd571f59943366c78c62906 +size 97440 diff --git a/Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_Hop_RM.uasset b/Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_Hop_RM.uasset new file mode 100644 index 0000000..c4ffdf7 --- /dev/null +++ b/Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_Hop_RM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddb053ff18954bf2f25175a9be78c12bcb2254bdf6cdce7dba16f67f04129503 +size 97613 diff --git a/Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_IdleLookAround.uasset b/Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_IdleLookAround.uasset new file mode 100644 index 0000000..8ea0c73 --- /dev/null +++ b/Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_IdleLookAround.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9d27f22c70685a3112e097c3e672dc2c0d0a27eaff4e787a099710bfc05e0cf +size 108136 diff --git a/Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_IdleScratchWing.uasset b/Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_IdleScratchWing.uasset new file mode 100644 index 0000000..c60cbf1 --- /dev/null +++ b/Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_IdleScratchWing.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3faa7301c2ffaf23d25ee59d119e6ccc37cdfc189d8a57e0225acc40d3714ed9 +size 95822 diff --git a/Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_IdleStretchWings.uasset b/Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_IdleStretchWings.uasset new file mode 100644 index 0000000..5013127 --- /dev/null +++ b/Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_IdleStretchWings.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0f8ab8880f4bec088c1fbc81339773a90f37873621dcbb67bb3620c32c99701 +size 99187 diff --git a/Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_InAirDeathGoToFall.uasset b/Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_InAirDeathGoToFall.uasset new file mode 100644 index 0000000..dda1455 --- /dev/null +++ b/Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_InAirDeathGoToFall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a40ba60695b3cdab378bf300c08ce1eb1c7f6ae2e77226784413ddcb638432b5 +size 112511 diff --git a/Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_Landing.uasset b/Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_Landing.uasset new file mode 100644 index 0000000..d319718 --- /dev/null +++ b/Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_Landing.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d92ed106354b3413325e6da67912f044d5afefeae2d8287e0b39351c8083147 +size 110078 diff --git a/Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_TakeOff.uasset b/Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_TakeOff.uasset new file mode 100644 index 0000000..45bc534 --- /dev/null +++ b/Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_TakeOff.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59f448d9022fff38d51b737e905e3ff6e2675f6b704b89a2bd3a30fdc27e9974 +size 127144 diff --git a/Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_Walk.uasset b/Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_Walk.uasset new file mode 100644 index 0000000..7210678 --- /dev/null +++ b/Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_Walk.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4efc3101fd71962007be59677d296ca433ffdf01de59de74c8b42874bda395e +size 97045 diff --git a/Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_Walk_RM.uasset b/Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_Walk_RM.uasset new file mode 100644 index 0000000..587a117 --- /dev/null +++ b/Content/AnimalVarietyPack/Crow/Animations/ANIM_Crow_Walk_RM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f970337e3f678cc7c8ded63fb8c07527d1e2a11877b0b6950d541b2c1130130 +size 97208 diff --git a/Content/AnimalVarietyPack/Crow/Maps/Overview.umap b/Content/AnimalVarietyPack/Crow/Maps/Overview.umap new file mode 100644 index 0000000..d559906 --- /dev/null +++ b/Content/AnimalVarietyPack/Crow/Maps/Overview.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54d2cae2b189ec53afca1ade175aa42a3c1b783e1f707526d316d021c4c339e3 +size 981251 diff --git a/Content/AnimalVarietyPack/Crow/Materials/M_Crow.uasset b/Content/AnimalVarietyPack/Crow/Materials/M_Crow.uasset new file mode 100644 index 0000000..ecabc0a --- /dev/null +++ b/Content/AnimalVarietyPack/Crow/Materials/M_Crow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dba460ba0b85271a80fa6741cd140687e08599296c8b486d7aec67899036fed1 +size 120718 diff --git a/Content/AnimalVarietyPack/Crow/Meshes/SK_Crow.uasset b/Content/AnimalVarietyPack/Crow/Meshes/SK_Crow.uasset new file mode 100644 index 0000000..009cda6 --- /dev/null +++ b/Content/AnimalVarietyPack/Crow/Meshes/SK_Crow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94dd754a1320752472ac059e7d9209dd4825b987fd23f66ee97c335291d4ea41 +size 350444 diff --git a/Content/AnimalVarietyPack/Crow/Meshes/SK_Crow_PhysicsAsset.uasset b/Content/AnimalVarietyPack/Crow/Meshes/SK_Crow_PhysicsAsset.uasset new file mode 100644 index 0000000..58867cc --- /dev/null +++ b/Content/AnimalVarietyPack/Crow/Meshes/SK_Crow_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1ff9498723d6068019feae5e3985810b85314dfe8c5757c56b2c66ce6a663d3 +size 29926 diff --git a/Content/AnimalVarietyPack/Crow/Meshes/SK_Crow_Skeleton.uasset b/Content/AnimalVarietyPack/Crow/Meshes/SK_Crow_Skeleton.uasset new file mode 100644 index 0000000..de47f17 --- /dev/null +++ b/Content/AnimalVarietyPack/Crow/Meshes/SK_Crow_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a12335d9b2603309e5dd514151b9bfb21ac225881792e8ab90f18d96ae40f1f +size 11116 diff --git a/Content/AnimalVarietyPack/Crow/Textures/T_Crow_BaseColor.uasset b/Content/AnimalVarietyPack/Crow/Textures/T_Crow_BaseColor.uasset new file mode 100644 index 0000000..033f7df --- /dev/null +++ b/Content/AnimalVarietyPack/Crow/Textures/T_Crow_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b70abba60be25e2beb212f852c1aa11f7cdcd85ab0556e173df5941b6aa94d6 +size 4960704 diff --git a/Content/AnimalVarietyPack/Crow/Textures/T_Crow_Nml.uasset b/Content/AnimalVarietyPack/Crow/Textures/T_Crow_Nml.uasset new file mode 100644 index 0000000..4b0b780 --- /dev/null +++ b/Content/AnimalVarietyPack/Crow/Textures/T_Crow_Nml.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9aac6cfe78334b706f5a9cb5726049b02d03665d4693aee292b9f0956c0d978 +size 7568794 diff --git a/Content/AnimalVarietyPack/Crow/Textures/T_Crow_OcclusionRoughnessMetallic.uasset b/Content/AnimalVarietyPack/Crow/Textures/T_Crow_OcclusionRoughnessMetallic.uasset new file mode 100644 index 0000000..cbda0bc --- /dev/null +++ b/Content/AnimalVarietyPack/Crow/Textures/T_Crow_OcclusionRoughnessMetallic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38a4125bf69d9fd3a980357f85b89ee5f3075d71bf7aa0dc95e5e8c82632d08d +size 9362671 diff --git a/Content/AnimalVarietyPack/Crow/Textures/T_Crow_Specular.uasset b/Content/AnimalVarietyPack/Crow/Textures/T_Crow_Specular.uasset new file mode 100644 index 0000000..f17c432 --- /dev/null +++ b/Content/AnimalVarietyPack/Crow/Textures/T_Crow_Specular.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66ef95e752d1da3115a9c17d84deae2b9df308615577ff4ecf8d796f073677e2 +size 3532 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_Death.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_Death.uasset new file mode 100644 index 0000000..75d6800 --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_Death.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e95970923a76835fedef5ad9489e5cee5cc907afa4aca36c241d5a1042085cc0 +size 146167 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_GetHit.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_GetHit.uasset new file mode 100644 index 0000000..565c27b --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_GetHit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e9e94852768a75f7c9e51a54621414568f953c3da891023fd791fa70c4eb0a0 +size 111872 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_GoToRest.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_GoToRest.uasset new file mode 100644 index 0000000..3021ebe --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_GoToRest.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd1e6919559bd4aebf9414193e43fdc9460907c49d22c73aa2b83577883d04d8 +size 123606 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_GrazeOnce.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_GrazeOnce.uasset new file mode 100644 index 0000000..73a307c --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_GrazeOnce.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4450c69e96147e5a32a8af4434770806b77facb9067bfe9f1391c85aa492c1a6 +size 143230 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_IdleBreathe.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_IdleBreathe.uasset new file mode 100644 index 0000000..a25e547 --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_IdleBreathe.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8650ab78f9dd36958a8811712b5d4fd00f4834eb737cbc5b5bb36080da54301c +size 126884 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_IdleChew.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_IdleChew.uasset new file mode 100644 index 0000000..3d3d04d --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_IdleChew.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da7c102cafd32727a011dd3d6e25fafdcdbcc1a46980b6a28b3ebfe1b9f8cf15 +size 126686 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_IdleGraze.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_IdleGraze.uasset new file mode 100644 index 0000000..4b8d24c --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_IdleGraze.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0322d0f138221d2ed57ae7f900857d1370999c1b863a8db952452ac13b5cb13 +size 109938 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_IdleGraze_Montage.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_IdleGraze_Montage.uasset new file mode 100644 index 0000000..f717484 --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_IdleGraze_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d16a3f63689a1f5a0ffd6455951527ec3cf56623367bdb071d8ba6a732a8c61e +size 8512 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_IdleLookAround.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_IdleLookAround.uasset new file mode 100644 index 0000000..06b5564 --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_IdleLookAround.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78b2b1dcf453b01ac6a60a539f1376cad909d1ed944b33858430059b65e8cf07 +size 209751 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_IdleRest.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_IdleRest.uasset new file mode 100644 index 0000000..2779744 --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_IdleRest.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6835fa8cd4542ce6eb8d1b508a245cfc63b7ebbf11450b5a0c2db862c2c22dc5 +size 111350 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_IdleSleep.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_IdleSleep.uasset new file mode 100644 index 0000000..fcda456 --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_IdleSleep.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d6f502cfd70c76fe8d91f802705435486463fc8337f401151b0336c669b132a +size 102993 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_RestToGoBackUp.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_RestToGoBackUp.uasset new file mode 100644 index 0000000..4b12c2a --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_RestToGoBackUp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77229012ae321a931be1050a7437f1d5ed322709e395d404141c0f74fe539653 +size 124930 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_Run.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_Run.uasset new file mode 100644 index 0000000..5627df0 --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_Run.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c6993b80a30744bd26bf0308426de9f7f40e9806b7d63604e7b03dfd624e02a +size 113976 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_Run_RM.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_Run_RM.uasset new file mode 100644 index 0000000..5078a00 --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_Run_RM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a5ac5d7fe129519c2c481e7af98fb8e334ce50afb15292623fe4fd40e018d6b +size 45594 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_SleepToGoBackUp.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_SleepToGoBackUp.uasset new file mode 100644 index 0000000..ce4fab4 --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_SleepToGoBackUp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29a43a72bd2ea1c9b85a47eace7769e944fc5f14e93d516fdc7c0dd38e56df65 +size 124839 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_Walk.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_Walk.uasset new file mode 100644 index 0000000..d29c085 --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_Walk.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d18110437a9d56bfb4e779ac36b5aa06d3c65ee39118fd5dbcc5439c29d5ab25 +size 117050 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_WalkGraze.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_WalkGraze.uasset new file mode 100644 index 0000000..0652e9a --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_WalkGraze.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:324ea790de80d212db86e0791ba0cd785750c2022fb2fee32fa44b1fdaa79f64 +size 114504 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_WalkGraze_RM.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_WalkGraze_RM.uasset new file mode 100644 index 0000000..0537c5d --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_WalkGraze_RM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebcd7c623225e963da0a5290342059124068ee2d48f3deeb10b5191b6c2eeafc +size 114688 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_WalkTurnL.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_WalkTurnL.uasset new file mode 100644 index 0000000..d66bc76 --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_WalkTurnL.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f3d49aa1a51eb8a74d7d36d4a5df443b3ea36ee759c879b9bd8991c2e8f7bc2 +size 115265 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_WalkTurnL_RM.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_WalkTurnL_RM.uasset new file mode 100644 index 0000000..a8bb182 --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_WalkTurnL_RM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a64595a3b797c11db3e4f0132bdaa9d1e3082a3b5db8add945f594c95271d263 +size 52991 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_WalkTurnR.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_WalkTurnR.uasset new file mode 100644 index 0000000..99d9233 --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_WalkTurnR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aa205d973adef95376858a1b338eeae3e5e0d4d1af298adfbdc2fec3ce836c9 +size 117424 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_WalkTurnR_RM.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_WalkTurnR_RM.uasset new file mode 100644 index 0000000..8e4610a --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_WalkTurnR_RM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cb0dc6fbfa4c06512bc5cd281b7b825c454ec4aaa840520e260a5749796a89e +size 53177 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_Walk_RM.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_Walk_RM.uasset new file mode 100644 index 0000000..6109e6b --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerDoe_Walk_RM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87b201db6312f70b8083f8b3f29f0a33bbf3023a547fc71d344b84337cc09217 +size 53061 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_AntlersAttack.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_AntlersAttack.uasset new file mode 100644 index 0000000..5b81081 --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_AntlersAttack.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:105e80c4b64014a8a30a927a996ab09a3ac0474a43251d841e8e074a73db40f2 +size 117280 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_AntlersComboAttack.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_AntlersComboAttack.uasset new file mode 100644 index 0000000..cd03c6d --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_AntlersComboAttack.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:431f1c1a3db67f5a4ba130eea4db62772aa1aa929c019d22e32533bce3b1ee79 +size 135153 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_AntlersComboAttack_RM.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_AntlersComboAttack_RM.uasset new file mode 100644 index 0000000..2181a77 --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_AntlersComboAttack_RM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32651a0ff76f5454313a26239215c4eb247e25b0ca66cd2764ad5855e61ad1b2 +size 135912 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_Death.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_Death.uasset new file mode 100644 index 0000000..7be3d6e --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_Death.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1d466c5890e2e39ee0bf0897dbe17be82440d8ef92739b90d2c86754a456350 +size 148651 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_GetHit.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_GetHit.uasset new file mode 100644 index 0000000..3f10b14 --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_GetHit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:004ece18cdae734484416d8ff82d10deb345a65fc44cf62d85f708fe744c79d7 +size 115688 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_GoToRest.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_GoToRest.uasset new file mode 100644 index 0000000..0cf9040 --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_GoToRest.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8368019fa5ac34a4e8f09474123a7a383b8386859ac0eb4a16bb2f757e877879 +size 127619 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_GrazeOnce.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_GrazeOnce.uasset new file mode 100644 index 0000000..249d017 --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_GrazeOnce.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34653d7fd3039eb9e53d375b87f95910bba5fee1b04c2b3c776bc5a9399da334 +size 145057 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_IdleBreathe.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_IdleBreathe.uasset new file mode 100644 index 0000000..d6ce040 --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_IdleBreathe.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6b07dc098ee155d907f100554435ffc052107fce7f88d3dce90dc23c90e9578 +size 130673 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_IdleChew.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_IdleChew.uasset new file mode 100644 index 0000000..3ae0379 --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_IdleChew.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0160bdc4ce0637883009e516ff06481e6c5806aa9b6450508b639d73e64c3a9a +size 130061 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_IdleGraze.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_IdleGraze.uasset new file mode 100644 index 0000000..901b38c --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_IdleGraze.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a795233abbb0013770a2940bcbc423332d1012c30ff035cd57efcce0a2bd9d2 +size 111850 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_IdleLookAround.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_IdleLookAround.uasset new file mode 100644 index 0000000..46e7d4a --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_IdleLookAround.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1fa9cbb1b91711c82de0c7ed38cbda950022c80bc7ced530d1b35f5bdb8746a +size 210413 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_Rest.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_Rest.uasset new file mode 100644 index 0000000..2bbc71d --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_Rest.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3efb9beaa29699aba57104714f5d0579babc3793b1acb83ec36bb9f260802e7 +size 117884 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_RestToGoBackUp.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_RestToGoBackUp.uasset new file mode 100644 index 0000000..0431118 --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_RestToGoBackUp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d63a91c2a01133727957cf06d0f8a2766d7228b6c6a38db3827f602e6280e25 +size 127892 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_Run.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_Run.uasset new file mode 100644 index 0000000..6e8bf29 --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_Run.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3b3a7771d4a2b61560a76c90862ec75f4d2f3a4a9864a44b34dcc19408c02e6 +size 118278 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_Run_RM.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_Run_RM.uasset new file mode 100644 index 0000000..6c5e985 --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_Run_RM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c65abc0b90a3fe095f94721d622178cc3c900f49d8132c68c8465654ebf4e3a +size 45808 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_Sleep.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_Sleep.uasset new file mode 100644 index 0000000..331cb71 --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_Sleep.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b00775bd93780addda5c4e2634175d23d6020a2e19419136a4d8f9aa4ed2b10 +size 104700 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_SleepToGoBackUp.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_SleepToGoBackUp.uasset new file mode 100644 index 0000000..070fa8d --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_SleepToGoBackUp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e4ef977f063f5c8ad31f102ff203fb797c88ff90a1117168fa03d5290dcfb5d +size 127874 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_Walk.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_Walk.uasset new file mode 100644 index 0000000..6a15709 --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_Walk.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0074cbde44a469a45563b952aae9bf2f62117e5853db9b47adcf529e07990bbd +size 120813 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_WalkGraze_RM.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_WalkGraze_RM.uasset new file mode 100644 index 0000000..9600169 --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_WalkGraze_RM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72123933f8971f060b8009db17447a8e3eb3a68e80fed0bd081f525ec017c90c +size 115858 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_WalkTurnL.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_WalkTurnL.uasset new file mode 100644 index 0000000..427df99 --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_WalkTurnL.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e4ff0570b10447b35c1fb3d8b1e2bc5f2976720cda5ec13ddaf16c4c099a4c6 +size 119129 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_WalkTurnL_RM.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_WalkTurnL_RM.uasset new file mode 100644 index 0000000..6b54512 --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_WalkTurnL_RM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:348f60512980bb6bf5f151d47118893b46725f2eff9367362efd74e88aa6caa4 +size 119687 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_WalkTurnR.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_WalkTurnR.uasset new file mode 100644 index 0000000..a92c6ab --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_WalkTurnR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c53aa6ea6aee91543a3194cfce82399a9287829c178e342c9bc24ca2538b6b50 +size 122427 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_WalkTurnR_RM.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_WalkTurnR_RM.uasset new file mode 100644 index 0000000..5396f39 --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_WalkTurnR_RM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11ba48a80aff1bfc06d4926027d4bde96a00c200edf7761e9113c2734d39da30 +size 123268 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_Walk_RM.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_Walk_RM.uasset new file mode 100644 index 0000000..3f9da17 --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_Walk_RM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80f4038e9a8bfd45ad217c7b01d6915a7d27fdc73bbe0bd7f7b2e2dfd6ec4900 +size 121192 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/BS_DeerDoe.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/BS_DeerDoe.uasset new file mode 100644 index 0000000..0e46a6d --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/BS_DeerDoe.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f36e60888a29a20f7489d8d7ffbdff6b0f3be78fb14375d26960fcb413c8bb5c +size 10177 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Maps/Overview.umap b/Content/AnimalVarietyPack/DeerStagAndDoe/Maps/Overview.umap new file mode 100644 index 0000000..ad9ed15 --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Maps/Overview.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa85d9d0f9a60963017921bcf063eaa0cae1aa72301b25743a107fddc9f0d3b4 +size 1002736 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Materials/M_DeerDoe.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Materials/M_DeerDoe.uasset new file mode 100644 index 0000000..652e3d7 --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Materials/M_DeerDoe.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ee8a29dd2a6ed9f8af0dc83381e0b60fac2fe5a215c8055b7e65a10b4f3e28e +size 131532 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Materials/M_DeerDoeFur.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Materials/M_DeerDoeFur.uasset new file mode 100644 index 0000000..72821b4 --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Materials/M_DeerDoeFur.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b0e57e4a2d36ad1bda443b9a066b8aff0f1fb2430cc801db74d8f36ce9ca177 +size 132406 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Materials/M_DeerStag.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Materials/M_DeerStag.uasset new file mode 100644 index 0000000..5c36f1c --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Materials/M_DeerStag.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f799c3de55789525ac95345b2698f617895cef3b6d2898586e46962123012a7e +size 133180 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Materials/M_DeerStagFur.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Materials/M_DeerStagFur.uasset new file mode 100644 index 0000000..37ba647 --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Materials/M_DeerStagFur.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e45b51bc5c58ae9841a1f29e73c85145978936b508141827037948f602a9ee39 +size 135461 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Meshes/ABP_AnimalAI_DeerDoe.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Meshes/ABP_AnimalAI_DeerDoe.uasset new file mode 100644 index 0000000..6199aaa --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Meshes/ABP_AnimalAI_DeerDoe.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af508a0439a25c13ed5e1c6818b17b8414d67dbd590a7b9927ef63a29e4e98b7 +size 229360 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Meshes/ABP_AnimalAI_DeerStag.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Meshes/ABP_AnimalAI_DeerStag.uasset new file mode 100644 index 0000000..ded43a6 --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Meshes/ABP_AnimalAI_DeerStag.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0da1fde9c3ec6ec6cdba55fcee445c9cd1ec73b5e4a5eede13a3b8136fb3ea1a +size 30686 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Meshes/SK_DeerDoe.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Meshes/SK_DeerDoe.uasset new file mode 100644 index 0000000..78ecbd6 --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Meshes/SK_DeerDoe.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b96479dae959b4b0fa46ebf046ad8ee17421f6ab09f367f4d40f5782f2460236 +size 2992241 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Meshes/SK_DeerDoe_PhysicsAsset.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Meshes/SK_DeerDoe_PhysicsAsset.uasset new file mode 100644 index 0000000..101b1bc --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Meshes/SK_DeerDoe_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f3557b258ad872fdb5e58a36eab05b8378b973411c3fff043963e673041620a +size 41169 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Meshes/SK_DeerDoe_Skeleton.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Meshes/SK_DeerDoe_Skeleton.uasset new file mode 100644 index 0000000..21b77a7 --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Meshes/SK_DeerDoe_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de3f0dba7fa0da78c1c34b2e0d736b3f8f9a5b56aaef26b6a8d9d76ac062ee13 +size 6711 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Meshes/SK_DeerStag.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Meshes/SK_DeerStag.uasset new file mode 100644 index 0000000..6932f8a --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Meshes/SK_DeerStag.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9c49e49ad33c5e2397f3dbe312df754cd80bbbfd58025f005b237e71c89b855 +size 3456271 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Meshes/SK_DeerStag_PhysicsAsset.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Meshes/SK_DeerStag_PhysicsAsset.uasset new file mode 100644 index 0000000..75a2f2a --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Meshes/SK_DeerStag_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9f253adf17634382df0fe728d7bff97444fa081943e1d2441368d08904d13dd +size 41179 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Meshes/SK_DeerStag_Skeleton.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Meshes/SK_DeerStag_Skeleton.uasset new file mode 100644 index 0000000..0d137d8 --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Meshes/SK_DeerStag_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc690ac150841c7224ed276c0daabbcf9cc87470e0e326179ccd49c4b0dfadc5 +size 6540 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Textures/T_DeeDoe_BaseColor.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Textures/T_DeeDoe_BaseColor.uasset new file mode 100644 index 0000000..6c3b4b5 --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Textures/T_DeeDoe_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:322fa92d2e9bb865c66d3b2b25eff03497ffe703b163356f9119dd24ea0ce0f6 +size 20198231 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Textures/T_DeeDoe_Nml.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Textures/T_DeeDoe_Nml.uasset new file mode 100644 index 0000000..ae7bd0d --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Textures/T_DeeDoe_Nml.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f763baa25837619af32db63c2998e6abc2fb3f692fd53cd48813d4c803fa274 +size 18442904 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Textures/T_DeerDoe_OcclusionRoughnessMetallic.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Textures/T_DeerDoe_OcclusionRoughnessMetallic.uasset new file mode 100644 index 0000000..8f2c358 --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Textures/T_DeerDoe_OcclusionRoughnessMetallic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:424442868024f62a7c863066535e6572f136318d48e8da81ec69c73fc8dc19f5 +size 25157998 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Textures/T_Stag_BaseColor.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Textures/T_Stag_BaseColor.uasset new file mode 100644 index 0000000..885e14c --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Textures/T_Stag_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:964db6cef79f23d0ca58f7e89b6a349d9c8f2c9126484580a6af10dea90d113c +size 25426850 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Textures/T_Stag_Nml.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Textures/T_Stag_Nml.uasset new file mode 100644 index 0000000..03c4f1e --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Textures/T_Stag_Nml.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:799f39905f35a0ad21a3eff757f6569bec73e59d1dabdc734658661bdfcbc1e8 +size 27561447 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Textures/T_Stag_OcclusionRoughnessMetllic.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Textures/T_Stag_OcclusionRoughnessMetllic.uasset new file mode 100644 index 0000000..1c8f414 --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Textures/T_Stag_OcclusionRoughnessMetllic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72d3d9da7904abb8348d2674afa7a69a8494d06ee7e629a7ab3469ed3bcbee38 +size 30051293 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Textures/T_Stag_Specular.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Textures/T_Stag_Specular.uasset new file mode 100644 index 0000000..c9d042c --- /dev/null +++ b/Content/AnimalVarietyPack/DeerStagAndDoe/Textures/T_Stag_Specular.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:153d20d9c5da90b554d006bba4cefa2e965bf9ce77f124f06c752cfe29d4e3c3 +size 3456 diff --git a/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_Bite.uasset b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_Bite.uasset new file mode 100644 index 0000000..1ec6dc0 --- /dev/null +++ b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_Bite.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c36512242867d2dcf34f00c3a1d754602488da6a93676572f768048579563b9f +size 102506 diff --git a/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_Death.uasset b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_Death.uasset new file mode 100644 index 0000000..9afb5af --- /dev/null +++ b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_Death.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa33deb6858706b31ccd940fe14b663de08630230137419f4040652e69962d8c +size 129729 diff --git a/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_GetHitFront.uasset b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_GetHitFront.uasset new file mode 100644 index 0000000..12327c6 --- /dev/null +++ b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_GetHitFront.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65597f395624f6ceb614329e02fb26c33e059746b36740d21c2a660207c8e1d5 +size 102715 diff --git a/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_GetHitLeft.uasset b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_GetHitLeft.uasset new file mode 100644 index 0000000..5450ec3 --- /dev/null +++ b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_GetHitLeft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b1eac8eb82f89f304da4a8ff3f86c4988cdb62ba2117d34819070954043f3f8 +size 102818 diff --git a/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_GetHitRight.uasset b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_GetHitRight.uasset new file mode 100644 index 0000000..caa0fb4 --- /dev/null +++ b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_GetHitRight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfcf7add46f783518182181bcc188f8362f7f38e667d7231b21597e704fbdccf +size 102672 diff --git a/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_GoToRest.uasset b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_GoToRest.uasset new file mode 100644 index 0000000..bcb4a0b --- /dev/null +++ b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_GoToRest.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9bd773f12cf7f5ad73aea6fc50b7f20ac4ee515c3588fdfd26d784fee98358d +size 111548 diff --git a/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_IdleAggressive.uasset b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_IdleAggressive.uasset new file mode 100644 index 0000000..82a0a2b --- /dev/null +++ b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_IdleAggressive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f666dd95f5bf719f562801341c63f68e154d53e4c7e7f0c8137d105c433f7526 +size 112936 diff --git a/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_IdleBreathe.uasset b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_IdleBreathe.uasset new file mode 100644 index 0000000..f7096dc --- /dev/null +++ b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_IdleBreathe.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abe9c55ce118395059dd29dbdfd9fe6bd750383a3ac11da9586fef49501afee6 +size 122246 diff --git a/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_IdleLookAround.uasset b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_IdleLookAround.uasset new file mode 100644 index 0000000..350445c --- /dev/null +++ b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_IdleLookAround.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7d18b2b9726dfb82225ef17c27b01e0ef4ec2a393d8d2a174dd480ace4afc09 +size 256140 diff --git a/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_JumpBite.uasset b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_JumpBite.uasset new file mode 100644 index 0000000..4153c3c --- /dev/null +++ b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_JumpBite.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecf42d4bbb48c556443d4fe664fd9c55dd083582ca2aed65aedc511c17dfc07b +size 107154 diff --git a/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_JumpBite_RM.uasset b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_JumpBite_RM.uasset new file mode 100644 index 0000000..348e105 --- /dev/null +++ b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_JumpBite_RM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b06c8da007969efa1a7e8ce8e8c90a42f64e6dcf14b3903b2b21db83e1ae223 +size 107639 diff --git a/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_RestToGoBackUp.uasset b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_RestToGoBackUp.uasset new file mode 100644 index 0000000..1c5cef2 --- /dev/null +++ b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_RestToGoBackUp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c765d6c922e55c83d5e3163078fff652e5ea423a57b337aa98dd7c4c4efd51d9 +size 122222 diff --git a/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_Resting.uasset b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_Resting.uasset new file mode 100644 index 0000000..bd644b7 --- /dev/null +++ b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_Resting.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:407dee8cef10437c8cedc201f1cc3bc4b48a45d20665dce52c7cb3e0b06e3ea3 +size 104780 diff --git a/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_Run.uasset b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_Run.uasset new file mode 100644 index 0000000..593dea4 --- /dev/null +++ b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_Run.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a41c8ae63c427a52850f96d9edbcb5fdd32900975b30360ba1b35311ddfb0716 +size 100576 diff --git a/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_RunBite.uasset b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_RunBite.uasset new file mode 100644 index 0000000..d45adf5 --- /dev/null +++ b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_RunBite.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b095cf26dd968513e2f5369da2b0166cbc66b96f8cbefcf80080ae8d92f0c01 +size 101293 diff --git a/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_RunBite_RM.uasset b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_RunBite_RM.uasset new file mode 100644 index 0000000..b05d896 --- /dev/null +++ b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_RunBite_RM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8e2ee7824a19275f61a8b317aa4562551328d14399515f95b6f9d09b1adfd34 +size 101557 diff --git a/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_RunTurnL.uasset b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_RunTurnL.uasset new file mode 100644 index 0000000..44d5e4c --- /dev/null +++ b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_RunTurnL.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfb68f774bd6980d0bac8600f60b2877a6f003fe256a956b6439cb8baa214450 +size 100122 diff --git a/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_RunTurnL_RM.uasset b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_RunTurnL_RM.uasset new file mode 100644 index 0000000..43161dc --- /dev/null +++ b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_RunTurnL_RM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ee05c823fb788e1851cce8b8269b9307c3cf5c13c8081916f438b0ec0e3fa67 +size 99513 diff --git a/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_RunTurnR.uasset b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_RunTurnR.uasset new file mode 100644 index 0000000..3b2f636 --- /dev/null +++ b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_RunTurnR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8f5c1eedd55b3ca1068e3f75d2327807c61cb9fbff06842153f8e15af677953 +size 100919 diff --git a/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_RunTurnR_RM.uasset b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_RunTurnR_RM.uasset new file mode 100644 index 0000000..1a9b046 --- /dev/null +++ b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_RunTurnR_RM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31838ea9c3b1662a6411a4cf91174576fdb0eafac5528757d7b2e4122b9ecaec +size 102024 diff --git a/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_Run_RM.uasset b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_Run_RM.uasset new file mode 100644 index 0000000..49a2752 --- /dev/null +++ b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_Run_RM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e56ba6c9f2494a481b969d27025481f317d799ed76fd210a884a0568e71b9ef2 +size 100769 diff --git a/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_Sleeping.uasset b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_Sleeping.uasset new file mode 100644 index 0000000..988e438 --- /dev/null +++ b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_Sleeping.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05d5e3d23ca1d2eef596e2a5aa7cfdde7aa512bf564317fd1e68ccc5ff5c2de7 +size 98214 diff --git a/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_Walk.uasset b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_Walk.uasset new file mode 100644 index 0000000..a2007eb --- /dev/null +++ b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_Walk.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e0d3ac0def73945328a214e06a9b4d3ff0e4eace0c193aa9475ac5d8bd1725a +size 110237 diff --git a/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_WalkTurnL.uasset b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_WalkTurnL.uasset new file mode 100644 index 0000000..f1d1c51 --- /dev/null +++ b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_WalkTurnL.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f47b6f8b4704d7abd3079dd33d1d67e3cfc9e9c53491669525636f1672728daf +size 108782 diff --git a/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_WalkTurnL_RM.uasset b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_WalkTurnL_RM.uasset new file mode 100644 index 0000000..a4998ea --- /dev/null +++ b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_WalkTurnL_RM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d00414a60859ad53761d2f4d813530d06b5ebc2ed5c5ea9d5625a7bac0281e70 +size 110298 diff --git a/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_WalkTurnR.uasset b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_WalkTurnR.uasset new file mode 100644 index 0000000..80dd290 --- /dev/null +++ b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_WalkTurnR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdf8ccf16263ec70ff8cdedd28424e2aa8fd75d7c237102474563b1e86c096d0 +size 110751 diff --git a/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_WalkTurnR_RM.uasset b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_WalkTurnR_RM.uasset new file mode 100644 index 0000000..0ef72ac --- /dev/null +++ b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_WalkTurnR_RM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5604460bd2e3993af1706b6af102ab78be6f7d5f50f16560e4c76acbdffee7d +size 113235 diff --git a/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_Walk_RM.uasset b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_Walk_RM.uasset new file mode 100644 index 0000000..0136149 --- /dev/null +++ b/Content/AnimalVarietyPack/Fox/Animations/ANIM_Fox_Walk_RM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:723f3f525a46bbc20ce84839ba843bb633c37b5567acbabc6c33fab8d85e3b74 +size 110636 diff --git a/Content/AnimalVarietyPack/Fox/Maps/Overview.umap b/Content/AnimalVarietyPack/Fox/Maps/Overview.umap new file mode 100644 index 0000000..467bfe5 --- /dev/null +++ b/Content/AnimalVarietyPack/Fox/Maps/Overview.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:170d3805b54e883d299e35dfab1b1ae67ba56bc995a1c1c8ce9100b946b00278 +size 994403 diff --git a/Content/AnimalVarietyPack/Fox/Materials/M_Fox.uasset b/Content/AnimalVarietyPack/Fox/Materials/M_Fox.uasset new file mode 100644 index 0000000..80761a6 --- /dev/null +++ b/Content/AnimalVarietyPack/Fox/Materials/M_Fox.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c14caa776ef4724dfeb7931ebb2b41858f5b044775c4a8e7e8e93915740bf222 +size 135757 diff --git a/Content/AnimalVarietyPack/Fox/Materials/M_FoxFur.uasset b/Content/AnimalVarietyPack/Fox/Materials/M_FoxFur.uasset new file mode 100644 index 0000000..f312f13 --- /dev/null +++ b/Content/AnimalVarietyPack/Fox/Materials/M_FoxFur.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90b1c2ae4dff6cfbe493f30893b08cd4e6ae8e0c8dd0171463a59174b56f8f45 +size 137477 diff --git a/Content/AnimalVarietyPack/Fox/Meshes/SK_Fox.uasset b/Content/AnimalVarietyPack/Fox/Meshes/SK_Fox.uasset new file mode 100644 index 0000000..48a124c --- /dev/null +++ b/Content/AnimalVarietyPack/Fox/Meshes/SK_Fox.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:942bf9c80ca59ba461a68020d2a7faf5d70837efbbdeae4c065aae03ccf9cae6 +size 2952246 diff --git a/Content/AnimalVarietyPack/Fox/Meshes/SK_Fox_PhysicsAsset.uasset b/Content/AnimalVarietyPack/Fox/Meshes/SK_Fox_PhysicsAsset.uasset new file mode 100644 index 0000000..7d8dde2 --- /dev/null +++ b/Content/AnimalVarietyPack/Fox/Meshes/SK_Fox_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bcfc90dd5c55bf206423b676b1fe9fd9bed04b551168443aa3b65219047ecb7 +size 47157 diff --git a/Content/AnimalVarietyPack/Fox/Meshes/SK_Fox_Skeleton.uasset b/Content/AnimalVarietyPack/Fox/Meshes/SK_Fox_Skeleton.uasset new file mode 100644 index 0000000..09b2c04 --- /dev/null +++ b/Content/AnimalVarietyPack/Fox/Meshes/SK_Fox_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:498efcda214dc00cfd9782a0ee8b42441a31fcc1d82ee3dc7016d5c6c762496c +size 6848 diff --git a/Content/AnimalVarietyPack/Fox/Textures/T_Fox_BaseColor.uasset b/Content/AnimalVarietyPack/Fox/Textures/T_Fox_BaseColor.uasset new file mode 100644 index 0000000..c80cf06 --- /dev/null +++ b/Content/AnimalVarietyPack/Fox/Textures/T_Fox_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4be9552fc6bb41aa811e85c991c1e462595daefe3699c2bc684b91a2a003407 +size 7437449 diff --git a/Content/AnimalVarietyPack/Fox/Textures/T_Fox_Nml.uasset b/Content/AnimalVarietyPack/Fox/Textures/T_Fox_Nml.uasset new file mode 100644 index 0000000..e485f06 --- /dev/null +++ b/Content/AnimalVarietyPack/Fox/Textures/T_Fox_Nml.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbf78a6224111f226e795f65d327a18df62306fc883c551bf3f7e47d7dd19a62 +size 7887482 diff --git a/Content/AnimalVarietyPack/Fox/Textures/T_Fox_OcclusionRoughnessMetallic.uasset b/Content/AnimalVarietyPack/Fox/Textures/T_Fox_OcclusionRoughnessMetallic.uasset new file mode 100644 index 0000000..e28e31b --- /dev/null +++ b/Content/AnimalVarietyPack/Fox/Textures/T_Fox_OcclusionRoughnessMetallic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02857a0b31ff20e048e0b28b0e927bd6dcf62992e3bae368174a0f571aae31fa +size 7672776 diff --git a/Content/AnimalVarietyPack/Fox/Textures/T_Fox_Specular.uasset b/Content/AnimalVarietyPack/Fox/Textures/T_Fox_Specular.uasset new file mode 100644 index 0000000..22f3b34 --- /dev/null +++ b/Content/AnimalVarietyPack/Fox/Textures/T_Fox_Specular.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c06cf7bf01ab3fa3ff685cccbb7061247b41b2d53f21f3513663ffa2da42b04f +size 3119 diff --git a/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_Chew.uasset b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_Chew.uasset new file mode 100644 index 0000000..9c12b45 --- /dev/null +++ b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_Chew.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eba607983515051486100c6fc0ee838ccd60c8cd119465d410b2d75420211d1 +size 127985 diff --git a/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_ComboAttackForward.uasset b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_ComboAttackForward.uasset new file mode 100644 index 0000000..2b841ad --- /dev/null +++ b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_ComboAttackForward.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c04db6c3c0b4de541a5ac72c5b4db7dde0b73f5e64bea9211c3d38c555c1633 +size 153824 diff --git a/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_ComboAttackForward_RM.uasset b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_ComboAttackForward_RM.uasset new file mode 100644 index 0000000..e298838 --- /dev/null +++ b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_ComboAttackForward_RM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04a4ec1af856d905142f36b3150653cd734d2ac5edb54f2fe04f015bba83d985 +size 154778 diff --git a/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_Death.uasset b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_Death.uasset new file mode 100644 index 0000000..7dfc976 --- /dev/null +++ b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_Death.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:916ad82904cd878ccf0e8aa688cae3217f0ba055206e882ce82a21c66afe7395 +size 145615 diff --git a/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_GetHit.uasset b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_GetHit.uasset new file mode 100644 index 0000000..3bcd30b --- /dev/null +++ b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_GetHit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3509d3af29dc510dccdd57b31426595999c3960b4e083b31833dae740d1fbfb +size 113154 diff --git a/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_GoBackUp.uasset b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_GoBackUp.uasset new file mode 100644 index 0000000..e612142 --- /dev/null +++ b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_GoBackUp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ce8888274a58667c4cb43c6e220fb087d601e61f7c5eeda6ef35f05ee5120f9 +size 135767 diff --git a/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_GoToRest.uasset b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_GoToRest.uasset new file mode 100644 index 0000000..b066729 --- /dev/null +++ b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_GoToRest.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74179f2b9fdb1fabd7616a57dd22e34a66b22e8530b6e0dd0b455c4c159655b6 +size 123072 diff --git a/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_IdleBreathe.uasset b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_IdleBreathe.uasset new file mode 100644 index 0000000..ecb7746 --- /dev/null +++ b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_IdleBreathe.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de3a23f302034882f764380c0fae868449ca2901a8fec7bd5b0ea07e06d0ccff +size 128216 diff --git a/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_IdleLookAround.uasset b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_IdleLookAround.uasset new file mode 100644 index 0000000..4bcda98 --- /dev/null +++ b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_IdleLookAround.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d120cb8554df77d83d6069f868bf7cbb6751eddd630fc0ea8738f4a19e5fa3e +size 311145 diff --git a/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_JumpAttack.uasset b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_JumpAttack.uasset new file mode 100644 index 0000000..1675d10 --- /dev/null +++ b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_JumpAttack.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3db80d3c3a0f056de3f405fbcd4c05d94e4ac05a2ae57ccd7efed82e4814b646 +size 121442 diff --git a/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_JumpAttack_RM.uasset b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_JumpAttack_RM.uasset new file mode 100644 index 0000000..e3c4289 --- /dev/null +++ b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_JumpAttack_RM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2942152fdd82338d1a9cc965a70580bb0b6177c19c78fbcc45fe407ee5b76e5 +size 121841 diff --git a/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_Rest.uasset b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_Rest.uasset new file mode 100644 index 0000000..61f7270 --- /dev/null +++ b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_Rest.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f9f889411d9082a68d661f5a2d9941f8cc5fa8e4b8b0d9755ead59dc6b3e07c +size 116002 diff --git a/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_Run.uasset b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_Run.uasset new file mode 100644 index 0000000..0ba8dc2 --- /dev/null +++ b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_Run.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99126af4dcfe4133ab9d7ad581c614503111888d3c1e672f5a481a1ad51ac27a +size 105663 diff --git a/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_RunTurnL.uasset b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_RunTurnL.uasset new file mode 100644 index 0000000..72368b6 --- /dev/null +++ b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_RunTurnL.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03d252bc86b27e694b6ec63ff55dc15e6a6db5d078d1ef7d4c097fef74f30f80 +size 105854 diff --git a/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_RunTurnL_RM.uasset b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_RunTurnL_RM.uasset new file mode 100644 index 0000000..1870d55 --- /dev/null +++ b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_RunTurnL_RM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6910038de5e70dd590357cf328d1eee05ae0affaa253ce7e474fe952ed662aac +size 108151 diff --git a/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_RunTurnR.uasset b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_RunTurnR.uasset new file mode 100644 index 0000000..76d96e8 --- /dev/null +++ b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_RunTurnR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5e73ba2ccda124eefea24d7fb24f618576bd95d038615c20ce3144c329cf757 +size 105513 diff --git a/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_RunTurnR_RM.uasset b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_RunTurnR_RM.uasset new file mode 100644 index 0000000..2f76e71 --- /dev/null +++ b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_RunTurnR_RM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edeb46c7d73dbc7ede8f4f7fd0cbaf8c3974ef1ca8d5937ecd16691bacdff0e8 +size 106364 diff --git a/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_Run_RM.uasset b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_Run_RM.uasset new file mode 100644 index 0000000..23a8841 --- /dev/null +++ b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_Run_RM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d24d8e75124da6fbb7e6f561f1526161dc6117d9dbf579434154847a9a183838 +size 105818 diff --git a/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_SniffleforFood.uasset b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_SniffleforFood.uasset new file mode 100644 index 0000000..384295e --- /dev/null +++ b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_SniffleforFood.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb4823916f72f4c54da72b136a71d6a9285dbc2e06a57c392398772d0a230329 +size 150975 diff --git a/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_Walk.uasset b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_Walk.uasset new file mode 100644 index 0000000..b8ccedd --- /dev/null +++ b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_Walk.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11b1e15d9628c9c5a5c2569e422271276c97b35596e13c87f2d4dc4f589bb3b6 +size 116023 diff --git a/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_WalkTurnL.uasset b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_WalkTurnL.uasset new file mode 100644 index 0000000..4291d82 --- /dev/null +++ b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_WalkTurnL.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89feff106b5c6ca88f876a42201c64c396ee48bcfa9a2291a93c0827259b7293 +size 115400 diff --git a/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_WalkTurnL_RM.uasset b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_WalkTurnL_RM.uasset new file mode 100644 index 0000000..b160cc2 --- /dev/null +++ b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_WalkTurnL_RM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f401f94aa69b25dc87c5930cd0e799ba5265ab4013281526a9bbd1fa28c34885 +size 117862 diff --git a/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_WalkTurnR.uasset b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_WalkTurnR.uasset new file mode 100644 index 0000000..9efb21d --- /dev/null +++ b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_WalkTurnR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac0e6d3f3e4bf02f6123b1ea0c462d974b5dd1f3a039e90286c3a7d5b96d84ce +size 115462 diff --git a/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_WalkTurnR_RM.uasset b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_WalkTurnR_RM.uasset new file mode 100644 index 0000000..859cb10 --- /dev/null +++ b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_WalkTurnR_RM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4302ea01cee019323839be734d8f5d08bc5dfa7ab45c5891c2618a369c4dd966 +size 116734 diff --git a/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_Walk_RM.uasset b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_Walk_RM.uasset new file mode 100644 index 0000000..a181c32 --- /dev/null +++ b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_Walk_RM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e38eab37f5bd12a4ba789935ff4bdf472493b77d38e9629e081752e05b40d645 +size 116765 diff --git a/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_attack.uasset b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_attack.uasset new file mode 100644 index 0000000..4b74830 --- /dev/null +++ b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_attack.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b9c43c5ea49dedd381e79b4bac200540e39e279aec0946a2e378f3de01be55f +size 114582 diff --git a/Content/AnimalVarietyPack/Pig/Maps/Overview.umap b/Content/AnimalVarietyPack/Pig/Maps/Overview.umap new file mode 100644 index 0000000..66c06c6 --- /dev/null +++ b/Content/AnimalVarietyPack/Pig/Maps/Overview.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dd78abec10b9ad7024ea1f1d29e103d5a7a0fe9e3bc317814d8c8772ef01128 +size 988800 diff --git a/Content/AnimalVarietyPack/Pig/Materials/M_Pig.uasset b/Content/AnimalVarietyPack/Pig/Materials/M_Pig.uasset new file mode 100644 index 0000000..66bde52 --- /dev/null +++ b/Content/AnimalVarietyPack/Pig/Materials/M_Pig.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28c41a30b58daa3e60d162c8a4268717158e3967a8a0c0aa3dee6109ed0e9709 +size 107223 diff --git a/Content/AnimalVarietyPack/Pig/Materials/M_PigDirty.uasset b/Content/AnimalVarietyPack/Pig/Materials/M_PigDirty.uasset new file mode 100644 index 0000000..98dd334 --- /dev/null +++ b/Content/AnimalVarietyPack/Pig/Materials/M_PigDirty.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c444c2a2554241bbf6c4acde45028a0e1d299e92626a2e9b63422bbe124edc2 +size 108638 diff --git a/Content/AnimalVarietyPack/Pig/Materials/M_PigHair.uasset b/Content/AnimalVarietyPack/Pig/Materials/M_PigHair.uasset new file mode 100644 index 0000000..eef2f3a --- /dev/null +++ b/Content/AnimalVarietyPack/Pig/Materials/M_PigHair.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92a9f8e8da5f72cd2624359d45d5c9b4848af122c6e7bd206ebb9a4b4828935a +size 114551 diff --git a/Content/AnimalVarietyPack/Pig/Materials/M_PigHairDirty.uasset b/Content/AnimalVarietyPack/Pig/Materials/M_PigHairDirty.uasset new file mode 100644 index 0000000..630f7b8 --- /dev/null +++ b/Content/AnimalVarietyPack/Pig/Materials/M_PigHairDirty.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:140ce15e8b3f75c5ce6825445927b01145639caf0b529c0dab5de1eff28126e2 +size 115581 diff --git a/Content/AnimalVarietyPack/Pig/Meshes/SK_Pig.uasset b/Content/AnimalVarietyPack/Pig/Meshes/SK_Pig.uasset new file mode 100644 index 0000000..4406c80 --- /dev/null +++ b/Content/AnimalVarietyPack/Pig/Meshes/SK_Pig.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cbe0a21f926395992714f4fc20d28279290381224c587832d43774b85676069 +size 3577985 diff --git a/Content/AnimalVarietyPack/Pig/Meshes/SK_Pig_PhysicsAsset.uasset b/Content/AnimalVarietyPack/Pig/Meshes/SK_Pig_PhysicsAsset.uasset new file mode 100644 index 0000000..6fb558c --- /dev/null +++ b/Content/AnimalVarietyPack/Pig/Meshes/SK_Pig_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fb3fb05b3cdbf392eff2cc8440f18e92292fda770fd9233694f9f1032ea3b9a +size 48973 diff --git a/Content/AnimalVarietyPack/Pig/Meshes/SK_Pig_Skeleton.uasset b/Content/AnimalVarietyPack/Pig/Meshes/SK_Pig_Skeleton.uasset new file mode 100644 index 0000000..664289d --- /dev/null +++ b/Content/AnimalVarietyPack/Pig/Meshes/SK_Pig_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a9cae082eb67cf61f84043395562a4235faed815f5bb66edae24a6a80b53023 +size 7727 diff --git a/Content/AnimalVarietyPack/Pig/Textures/T_PigDirty_BaseColor.uasset b/Content/AnimalVarietyPack/Pig/Textures/T_PigDirty_BaseColor.uasset new file mode 100644 index 0000000..2e8a6f0 --- /dev/null +++ b/Content/AnimalVarietyPack/Pig/Textures/T_PigDirty_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48c637f95b6aa5452205b92ad83b34bd97e32d671b4a3b666d31cbc053ad2cde +size 24797834 diff --git a/Content/AnimalVarietyPack/Pig/Textures/T_PigDirty_Nml.uasset b/Content/AnimalVarietyPack/Pig/Textures/T_PigDirty_Nml.uasset new file mode 100644 index 0000000..d1581dd --- /dev/null +++ b/Content/AnimalVarietyPack/Pig/Textures/T_PigDirty_Nml.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4e262b536dc822f4f55683eab82357ee9e97154f6e8c44545f8649178479763 +size 31556464 diff --git a/Content/AnimalVarietyPack/Pig/Textures/T_PigDirty_OcclusionRoughnessMetallic.uasset b/Content/AnimalVarietyPack/Pig/Textures/T_PigDirty_OcclusionRoughnessMetallic.uasset new file mode 100644 index 0000000..59a54fc --- /dev/null +++ b/Content/AnimalVarietyPack/Pig/Textures/T_PigDirty_OcclusionRoughnessMetallic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0dd28ebf1d05cda9b36b166b900f8f87ce6353f9629082a3c6e81ed5074edae +size 27851215 diff --git a/Content/AnimalVarietyPack/Pig/Textures/T_Pig_BaseColor.uasset b/Content/AnimalVarietyPack/Pig/Textures/T_Pig_BaseColor.uasset new file mode 100644 index 0000000..4bf64ab --- /dev/null +++ b/Content/AnimalVarietyPack/Pig/Textures/T_Pig_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca097ff95268497a94fea1eb8d842007ea30e50d2b9d6531187b43e7392883a8 +size 22574067 diff --git a/Content/AnimalVarietyPack/Pig/Textures/T_Pig_Nml.uasset b/Content/AnimalVarietyPack/Pig/Textures/T_Pig_Nml.uasset new file mode 100644 index 0000000..1b7a619 --- /dev/null +++ b/Content/AnimalVarietyPack/Pig/Textures/T_Pig_Nml.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6066b12320588810fe80c1a8c878b6ec399ffea489536236adcda95aaf83b747 +size 22580047 diff --git a/Content/AnimalVarietyPack/Pig/Textures/T_Pig_OcclusionRoughnessMetallic.uasset b/Content/AnimalVarietyPack/Pig/Textures/T_Pig_OcclusionRoughnessMetallic.uasset new file mode 100644 index 0000000..4297a5d --- /dev/null +++ b/Content/AnimalVarietyPack/Pig/Textures/T_Pig_OcclusionRoughnessMetallic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e789a4897d0970cdf99c355693dafdba5a821a175cfae4b7e877e48548d45d23 +size 30346595 diff --git a/Content/AnimalVarietyPack/Pig/Textures/T_Pig_Specular.uasset b/Content/AnimalVarietyPack/Pig/Textures/T_Pig_Specular.uasset new file mode 100644 index 0000000..c5584ac --- /dev/null +++ b/Content/AnimalVarietyPack/Pig/Textures/T_Pig_Specular.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48219fedeb7dfb621093387690b1bd282267c720f0b4d69c019cfbe8c0a3d343 +size 3388 diff --git a/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_Bite.uasset b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_Bite.uasset new file mode 100644 index 0000000..1d969ad --- /dev/null +++ b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_Bite.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2169a7586398a3eaf54d2a015daf3f3572f5e73b39559506fe062ab738dd7e8 +size 107724 diff --git a/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_Death.uasset b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_Death.uasset new file mode 100644 index 0000000..d8e284b --- /dev/null +++ b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_Death.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ec00d8f180001cd591ed120b7d036f2e3b190691494f37daf8bdeb3cb02047e +size 135144 diff --git a/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_GetHitFront.uasset b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_GetHitFront.uasset new file mode 100644 index 0000000..9f8a2ab --- /dev/null +++ b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_GetHitFront.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7e91184ff6ec7d3385e4fea7def4f15c870f6123660521eee87e6acf2d39a21 +size 109696 diff --git a/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_GetHitLeft.uasset b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_GetHitLeft.uasset new file mode 100644 index 0000000..9cbef38 --- /dev/null +++ b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_GetHitLeft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26a117d499a799bc2befbbfec48c2313f015a4350ff1df3fe4045a3ee4b40167 +size 110021 diff --git a/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_GetHitRight.uasset b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_GetHitRight.uasset new file mode 100644 index 0000000..56852de --- /dev/null +++ b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_GetHitRight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:753da50ee0471698e0b97b37f176d40ae2b05cbe8e4aa54394e28f03a020982d +size 109258 diff --git a/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_GoToRest.uasset b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_GoToRest.uasset new file mode 100644 index 0000000..5444131 --- /dev/null +++ b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_GoToRest.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bb38788f44336ffc2d219d30a387923ea8bcfb57984bbe68a3a73bda3b1330a +size 116994 diff --git a/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_Howl.uasset b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_Howl.uasset new file mode 100644 index 0000000..a334284 --- /dev/null +++ b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_Howl.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaae3af499f7e7eb4bfa4b62d2db5f28187dffbd59772bd135229e2587531efe +size 148543 diff --git a/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_IdleAggressive.uasset b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_IdleAggressive.uasset new file mode 100644 index 0000000..876ec71 --- /dev/null +++ b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_IdleAggressive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:207abb1d1f4c7cb6957341977d2e986d7dabf7a6c3c5ad111b4ecd55b8ae6c18 +size 128727 diff --git a/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_IdleBreathe.uasset b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_IdleBreathe.uasset new file mode 100644 index 0000000..b9fe4b4 --- /dev/null +++ b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_IdleBreathe.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1c6b5bbcd6a1fd63c023b36ad2011450345deb3e6f2e50379b21280b881de78 +size 132734 diff --git a/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_IdleLookAround.uasset b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_IdleLookAround.uasset new file mode 100644 index 0000000..726d611 --- /dev/null +++ b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_IdleLookAround.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c6950fb45a02214d45df516f8a6386c40b1e9f56128ae190ccf7594817133dc +size 270233 diff --git a/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_JumpBite.uasset b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_JumpBite.uasset new file mode 100644 index 0000000..fd7e149 --- /dev/null +++ b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_JumpBite.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e0986fd5a7b396315533dbd5526bcd36ef83f65a5a44693bea713b6f6b17909 +size 114045 diff --git a/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_JumpBite_RM.uasset b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_JumpBite_RM.uasset new file mode 100644 index 0000000..ad35ab3 --- /dev/null +++ b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_JumpBite_RM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdcbeffa19f04b09253d3d7e4c3dcdf0c9a69535b551f355816ffc5f096e9be8 +size 114320 diff --git a/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_Rest.uasset b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_Rest.uasset new file mode 100644 index 0000000..ed11816 --- /dev/null +++ b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_Rest.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cff4960b17c0e0bf06b0154d60a552c197b4313804c5e567af9b47a229e0869f +size 113076 diff --git a/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_RestToGoBackUp.uasset b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_RestToGoBackUp.uasset new file mode 100644 index 0000000..d61a5c4 --- /dev/null +++ b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_RestToGoBackUp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e82e0b5d2e24359ca6eb3152dcb927f7d309018f9ed845ed074972a744bf1e5 +size 128071 diff --git a/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_Run.uasset b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_Run.uasset new file mode 100644 index 0000000..ab9f87e --- /dev/null +++ b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_Run.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbe0dbfdbfd3366c8a4144c2c070e65c4917965e13b6d5def82612c7a6d93d62 +size 107091 diff --git a/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_RunBite.uasset b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_RunBite.uasset new file mode 100644 index 0000000..3ee8314 --- /dev/null +++ b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_RunBite.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1549a060c9677459df7892efb9a536446b073b55465e074adabceddf477fe53 +size 108094 diff --git a/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_RunBite_RM.uasset b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_RunBite_RM.uasset new file mode 100644 index 0000000..c2cb691 --- /dev/null +++ b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_RunBite_RM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0dc135ae4503647b2735658bc90c56748fc6a9516b5725c5787f860a2c10bae +size 108284 diff --git a/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_RunTurnL.uasset b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_RunTurnL.uasset new file mode 100644 index 0000000..f7e74ad --- /dev/null +++ b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_RunTurnL.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5067fb9d56f3f938449856e0ee36659156d264d5a42da362a87094aab2b61de +size 106100 diff --git a/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_RunTurnL_RM.uasset b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_RunTurnL_RM.uasset new file mode 100644 index 0000000..4a7938a --- /dev/null +++ b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_RunTurnL_RM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e383aed085d95d2fe71483e148b40a4ca695a8d2eaab6462fed66b19f6ba7c5d +size 103971 diff --git a/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_RunTurnR.uasset b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_RunTurnR.uasset new file mode 100644 index 0000000..fbd4d2e --- /dev/null +++ b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_RunTurnR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e85c6b24d794f666762c3e6642acaaf0c183942450b7bb78893dd715aeb2add +size 107997 diff --git a/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_RunTurnR_RM.uasset b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_RunTurnR_RM.uasset new file mode 100644 index 0000000..4255043 --- /dev/null +++ b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_RunTurnR_RM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19979d7abe4f9805377d320e07a4c8017a92412d86ca0a1c7377fa04860225d0 +size 109041 diff --git a/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_Run_RM.uasset b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_Run_RM.uasset new file mode 100644 index 0000000..238d72a --- /dev/null +++ b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_Run_RM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f9aac735570d3f70b25e7575fe0f425f97db4f1964c810360ad75a7856d08f2 +size 107346 diff --git a/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_Sleep.uasset b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_Sleep.uasset new file mode 100644 index 0000000..ce6ba05 --- /dev/null +++ b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_Sleep.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b84f739d1c1f91734b3a70af4f2cf944676982148fe4fcd2427b90ecbaad196 +size 109593 diff --git a/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_Walk.uasset b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_Walk.uasset new file mode 100644 index 0000000..27aa3e8 --- /dev/null +++ b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_Walk.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30abe42260b2f7e628ff7e09a25f0586eb0efbd107224535097c6d06eb027e62 +size 116826 diff --git a/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_WalkTurnL.uasset b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_WalkTurnL.uasset new file mode 100644 index 0000000..4bee511 --- /dev/null +++ b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_WalkTurnL.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7ae8cb449ff795885cd2d89e1681491240a85b233a9d5e1c2dfc09d1f2453bd +size 115406 diff --git a/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_WalkTurnL_RM.uasset b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_WalkTurnL_RM.uasset new file mode 100644 index 0000000..2819270 --- /dev/null +++ b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_WalkTurnL_RM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:036d54131701808bfb937f917508f0e3b452b820b2317764b4434123714d0b04 +size 115990 diff --git a/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_WalkTurnR.uasset b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_WalkTurnR.uasset new file mode 100644 index 0000000..5578daf --- /dev/null +++ b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_WalkTurnR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:546ad2a74edfdb32b9f8a906302d35040105ae1fff6c63ab366d86fb0177cdf6 +size 118254 diff --git a/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_WalkTurnR_RM.uasset b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_WalkTurnR_RM.uasset new file mode 100644 index 0000000..c8ad94a --- /dev/null +++ b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_WalkTurnR_RM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f8aeb289adb08a6cf9e2d770c977147a5e0a0ae529b10fe3630451d6f0cfb1d +size 121800 diff --git a/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_Walk_RM.uasset b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_Walk_RM.uasset new file mode 100644 index 0000000..e6390e9 --- /dev/null +++ b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_Walk_RM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12dd7a33a55595c3420ecceca295e13e04201a3bf4aaeb4cc652a66a14fd14e3 +size 117198 diff --git a/Content/AnimalVarietyPack/Wolf/Maps/Overview.umap b/Content/AnimalVarietyPack/Wolf/Maps/Overview.umap new file mode 100644 index 0000000..6a1dd77 --- /dev/null +++ b/Content/AnimalVarietyPack/Wolf/Maps/Overview.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:921f9daaf8ce3c79792bb3329d19bc26e014aebe12e35034cb38931549456ade +size 999902 diff --git a/Content/AnimalVarietyPack/Wolf/Materials/M_Wolf.uasset b/Content/AnimalVarietyPack/Wolf/Materials/M_Wolf.uasset new file mode 100644 index 0000000..9c560ed --- /dev/null +++ b/Content/AnimalVarietyPack/Wolf/Materials/M_Wolf.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e0a2972f60a2c8c4f8b13d241a2da1ad0edd10c058a9e37b372f74c6ebe4d98 +size 126307 diff --git a/Content/AnimalVarietyPack/Wolf/Materials/M_WolfArctic.uasset b/Content/AnimalVarietyPack/Wolf/Materials/M_WolfArctic.uasset new file mode 100644 index 0000000..6b4f7b9 --- /dev/null +++ b/Content/AnimalVarietyPack/Wolf/Materials/M_WolfArctic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a22bc6002503cd110d34fecd8fba7220c6f521c43ca34ad694b3fd9c01c565f +size 110312 diff --git a/Content/AnimalVarietyPack/Wolf/Materials/M_WolfDark.uasset b/Content/AnimalVarietyPack/Wolf/Materials/M_WolfDark.uasset new file mode 100644 index 0000000..b87adc1 --- /dev/null +++ b/Content/AnimalVarietyPack/Wolf/Materials/M_WolfDark.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04256a0bd86035ed24f506ea4156bcc4b549cfb9f03ec04784feec4c588bb509 +size 108592 diff --git a/Content/AnimalVarietyPack/Wolf/Materials/M_WolfFur.uasset b/Content/AnimalVarietyPack/Wolf/Materials/M_WolfFur.uasset new file mode 100644 index 0000000..02dcabf --- /dev/null +++ b/Content/AnimalVarietyPack/Wolf/Materials/M_WolfFur.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce502ff1435f3fa40f3ea0109e8f63a6980b10e905bd09de9a71d6e4ba328c62 +size 126453 diff --git a/Content/AnimalVarietyPack/Wolf/Materials/M_WolfFurArctic.uasset b/Content/AnimalVarietyPack/Wolf/Materials/M_WolfFurArctic.uasset new file mode 100644 index 0000000..ba02662 --- /dev/null +++ b/Content/AnimalVarietyPack/Wolf/Materials/M_WolfFurArctic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e44ac783c77b4404757663c15e084c3ffe094825bbdf9c6fe75b608a26c31df +size 110458 diff --git a/Content/AnimalVarietyPack/Wolf/Materials/M_WolfFurDark.uasset b/Content/AnimalVarietyPack/Wolf/Materials/M_WolfFurDark.uasset new file mode 100644 index 0000000..2faca4b --- /dev/null +++ b/Content/AnimalVarietyPack/Wolf/Materials/M_WolfFurDark.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1f4aebdea7912fef69c27811bf993de466923ce98264f933697e7553d81d05f +size 107126 diff --git a/Content/AnimalVarietyPack/Wolf/Meshes/SK_Wolf.uasset b/Content/AnimalVarietyPack/Wolf/Meshes/SK_Wolf.uasset new file mode 100644 index 0000000..3f4ee28 --- /dev/null +++ b/Content/AnimalVarietyPack/Wolf/Meshes/SK_Wolf.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8caddf307c155b3a203938c32b9351d08001626263ed222da34dd6368348a026 +size 3175577 diff --git a/Content/AnimalVarietyPack/Wolf/Meshes/SK_Wolf_PhysicsAsset.uasset b/Content/AnimalVarietyPack/Wolf/Meshes/SK_Wolf_PhysicsAsset.uasset new file mode 100644 index 0000000..77dab94 --- /dev/null +++ b/Content/AnimalVarietyPack/Wolf/Meshes/SK_Wolf_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa1822c6a7701f91f0d28b35a00f454c3afa4a62591c1dab8e4ce0740878dc41 +size 49741 diff --git a/Content/AnimalVarietyPack/Wolf/Meshes/SK_Wolf_Skeleton.uasset b/Content/AnimalVarietyPack/Wolf/Meshes/SK_Wolf_Skeleton.uasset new file mode 100644 index 0000000..30d666e --- /dev/null +++ b/Content/AnimalVarietyPack/Wolf/Meshes/SK_Wolf_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:662f191e483002f5bbb847222255c6703fcca0e031c31dc90c0a83f95aeb9f80 +size 6911 diff --git a/Content/AnimalVarietyPack/Wolf/Textures/T_WolfArctic_BaseColorAlpha.uasset b/Content/AnimalVarietyPack/Wolf/Textures/T_WolfArctic_BaseColorAlpha.uasset new file mode 100644 index 0000000..ebf7822 --- /dev/null +++ b/Content/AnimalVarietyPack/Wolf/Textures/T_WolfArctic_BaseColorAlpha.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:407238a94544fe24f955f01a74e9f3622124c7835abe0222f23e23f55dce3c64 +size 24959374 diff --git a/Content/AnimalVarietyPack/Wolf/Textures/T_WolfDark_BaseColorAlpha.uasset b/Content/AnimalVarietyPack/Wolf/Textures/T_WolfDark_BaseColorAlpha.uasset new file mode 100644 index 0000000..2a387a5 --- /dev/null +++ b/Content/AnimalVarietyPack/Wolf/Textures/T_WolfDark_BaseColorAlpha.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f4f90c63716c902285b5558cce986473ffc659ef3a236ae03680e2465d8746f +size 23225120 diff --git a/Content/AnimalVarietyPack/Wolf/Textures/T_WolfDark_Illum.uasset b/Content/AnimalVarietyPack/Wolf/Textures/T_WolfDark_Illum.uasset new file mode 100644 index 0000000..2edca08 --- /dev/null +++ b/Content/AnimalVarietyPack/Wolf/Textures/T_WolfDark_Illum.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fd0693378d98280ed0fc5fec57d07e7d75f2e3a27081ff65bafccfa72ee3455 +size 133586 diff --git a/Content/AnimalVarietyPack/Wolf/Textures/T_Wolf_BaseColorAlpha.uasset b/Content/AnimalVarietyPack/Wolf/Textures/T_Wolf_BaseColorAlpha.uasset new file mode 100644 index 0000000..21eeac4 --- /dev/null +++ b/Content/AnimalVarietyPack/Wolf/Textures/T_Wolf_BaseColorAlpha.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eda037cf14dcd8bdc0b31316bae1293edf07c80f34513608b7f05f1b5bc1b7f +size 25493431 diff --git a/Content/AnimalVarietyPack/Wolf/Textures/T_Wolf_Nml.uasset b/Content/AnimalVarietyPack/Wolf/Textures/T_Wolf_Nml.uasset new file mode 100644 index 0000000..3ff1ec4 --- /dev/null +++ b/Content/AnimalVarietyPack/Wolf/Textures/T_Wolf_Nml.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a16a0a2828b5aa3687b65cd5d2d8964a867cd2e67f5818c850d7b68de556baa8 +size 24059562 diff --git a/Content/AnimalVarietyPack/Wolf/Textures/T_Wolf_OcclusionRoughnessMetallic.uasset b/Content/AnimalVarietyPack/Wolf/Textures/T_Wolf_OcclusionRoughnessMetallic.uasset new file mode 100644 index 0000000..f5b8635 --- /dev/null +++ b/Content/AnimalVarietyPack/Wolf/Textures/T_Wolf_OcclusionRoughnessMetallic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:801617ac568d6c94abbab6089b88e181503a760e13bca97b474497ceb3764ce0 +size 26790123 diff --git a/Content/AnimalVarietyPack/Wolf/Textures/T_Wolf_Specular.uasset b/Content/AnimalVarietyPack/Wolf/Textures/T_Wolf_Specular.uasset new file mode 100644 index 0000000..ce0761d --- /dev/null +++ b/Content/AnimalVarietyPack/Wolf/Textures/T_Wolf_Specular.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b201dca413b0bd645f53d8a621eaa3161b1c5be6ea36aeaab375c031778b976d +size 3288 diff --git a/Content/Characters/Mannequins/Animations/ABP_Manny.uasset b/Content/Characters/Mannequins/Animations/ABP_Manny.uasset index 9e5b15d..a789c8f 100644 --- a/Content/Characters/Mannequins/Animations/ABP_Manny.uasset +++ b/Content/Characters/Mannequins/Animations/ABP_Manny.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:698ad59b091eadff740a7ed78bb18cfad875fa3143d2ae614e0317d5e9680a79 -size 368180 +oid sha256:70afbed6da1ff89df49b437a82d7151cdabe72b5aad962b85a2bdcf148af3ca3 +size 372091 diff --git a/Content/DT_Lighting.uasset b/Content/DT_Lighting.uasset new file mode 100644 index 0000000..51dce69 --- /dev/null +++ b/Content/DT_Lighting.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:339ec37b3f1c8c61b2f64534f146c90c71d8e1eba2111dd8f5cb0d1d80d0ad00 +size 1315 diff --git a/Content/Developers/Steven/Collections/TEST_World.umap b/Content/Developers/Steven/Collections/TEST_World.umap new file mode 100644 index 0000000..ff7b76e --- /dev/null +++ b/Content/Developers/Steven/Collections/TEST_World.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ba09a171fe421cf0c5a1ec26241f457bea4070d8e28b3708aea8f9cad134e22 +size 143944 diff --git a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_1_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_1_01_Cue.uasset new file mode 100644 index 0000000..b995dc3 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_1_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bc04300fd4dbc50ea8793e632864e016d3544d0119a65005ea3f28c3dc6da8e +size 3980 diff --git a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_1_02_Cue.uasset b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_1_02_Cue.uasset new file mode 100644 index 0000000..b78b19f --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_1_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62050aec66fc8218886a8ac2c8a238570598838fcd1a284e8633d5c65670a466 +size 3980 diff --git a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_1_03_Cue.uasset b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_1_03_Cue.uasset new file mode 100644 index 0000000..2527666 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_1_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f2ea1dd081c6bd6c2f04c75336022c4a34746b47d66e9beccbd7ea86ea77c61 +size 3980 diff --git a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_1_04_Cue.uasset b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_1_04_Cue.uasset new file mode 100644 index 0000000..da41eef --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_1_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8ed8f3b7c8533d4cc5b345aed842e3652bbb70f0d06b08f016440c1b625c3c2 +size 3980 diff --git a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_2_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_2_01_Cue.uasset new file mode 100644 index 0000000..7b17f3f --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_2_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a3af8079cfe9ab8dba34ea54ce5b6565fbc205e08bfa5966eff4edac51f7c93 +size 3980 diff --git a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_2_02_Cue.uasset b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_2_02_Cue.uasset new file mode 100644 index 0000000..05e82ad --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_2_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de5643c90e5fd32af067e22c5283fe5051141d31b87056cdedee049bb83df547 +size 3980 diff --git a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_3_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_3_01_Cue.uasset new file mode 100644 index 0000000..3e2afcf --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_3_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd55a4df1e5fec552a7e47e322831401331db55089bdaa73fdca615dd536fada +size 3980 diff --git a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_3_02_Cue.uasset b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_3_02_Cue.uasset new file mode 100644 index 0000000..2fb6a69 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_3_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee2ec4bc2aa319a839117c603c47f18faa18c0e42f62280e85790fa7d35f6e21 +size 3980 diff --git a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_3_03_Cue.uasset b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_3_03_Cue.uasset new file mode 100644 index 0000000..a023d6f --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_3_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:976436001ae1203d24a3a0fc095db19ca1e1a68169f07014a3511ae2a0789ae0 +size 3980 diff --git a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_3_04_Cue.uasset b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_3_04_Cue.uasset new file mode 100644 index 0000000..2100757 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_3_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57f200cea8c1ab5e87b61307a3b7641e9b58f7be729d58fa77f047ebe33ec4c8 +size 3980 diff --git a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_3_05_Cue.uasset b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_3_05_Cue.uasset new file mode 100644 index 0000000..aafd133 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_3_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aacc440dea91c13307aba6609d3e6ef7c8ce1cc89c1990c78956e8a220db3e3 +size 3980 diff --git a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_3_06_Cue.uasset b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_3_06_Cue.uasset new file mode 100644 index 0000000..c64e5d7 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_3_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:606bf4b9d5dce44b9094eeb33449a657ddfa87b3e2f3d99141a3d2c75e855a1a +size 3980 diff --git a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_4_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_4_01_Cue.uasset new file mode 100644 index 0000000..b27e8eb --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_4_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a660d6b48cc5a047de1f6ef4c5804546e8b03b1d264c808680b19eafb831e630 +size 3980 diff --git a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_4_02_Cue.uasset b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_4_02_Cue.uasset new file mode 100644 index 0000000..444976f --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_4_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49f8d71a61aa8b5b8422fafa124fb34cf3e179c9de03b936e8bc3a7e424dd62c +size 3980 diff --git a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_4_03_Cue.uasset b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_4_03_Cue.uasset new file mode 100644 index 0000000..da4cb3f --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_4_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:119d2c680f19769e9ca88b888e30b1d612ada436f023d17539730feeda7156d3 +size 3980 diff --git a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_4_04_Cue.uasset b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_4_04_Cue.uasset new file mode 100644 index 0000000..2291d8e --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_4_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08b89e285b79030b7f70bb35ffdcdc4ba86bd7b4aeb9432d4db9b61e83243708 +size 3980 diff --git a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_5_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_5_01_Cue.uasset new file mode 100644 index 0000000..e9fa1f0 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_5_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b99365b5c1a2c10a0586e08a41954666358b6737de9a948becd978d8da3e39e7 +size 3980 diff --git a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_5_02_Cue.uasset b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_5_02_Cue.uasset new file mode 100644 index 0000000..92cc55c --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_5_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:657ebcbd0aedc9251e85e5dfe25c97a3d5dfd0c9f4381a859197ea76745abf47 +size 3980 diff --git a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_5_03_Cue.uasset b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_5_03_Cue.uasset new file mode 100644 index 0000000..e8fa77d --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_5_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fff5fd55ebc0c0e9e07db8fc6445f47fb195c1b9e72314030b7e55d62751b66d +size 3980 diff --git a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_5_04_Cue.uasset b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_5_04_Cue.uasset new file mode 100644 index 0000000..9687b78 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_5_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08d7c88e65b08d8cf69b7e95b6531bf72e971e4f811425df92c821ffeab67888 +size 3980 diff --git a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_5_05_Cue.uasset b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_5_05_Cue.uasset new file mode 100644 index 0000000..768004b --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_5_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46933aa2f538fc0357e931576b5dafcfdd379adc47c36791a09a20e7b61f3936 +size 3980 diff --git a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_6_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_6_01_Cue.uasset new file mode 100644 index 0000000..7fb3709 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_6_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e2e3480cf2321b0f5b3b30f4c19cf477a15c0b260234f2d3ab292dbf5dd22c9 +size 3980 diff --git a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_6_02_Cue.uasset b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_6_02_Cue.uasset new file mode 100644 index 0000000..0adf48c --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_6_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97e6d405c130c423a0ff4b4d7880c8e388b90937bccf89c5f14bed012951b0e1 +size 3980 diff --git a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_6_03_Cue.uasset b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_6_03_Cue.uasset new file mode 100644 index 0000000..8c03461 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_6_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87e492c07a9f00ed498abcf83598e9542054e8065173a8fbfdeeb66f75dfa456 +size 3980 diff --git a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_7_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_7_01_Cue.uasset new file mode 100644 index 0000000..1bd3f7c --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_7_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e197f1bd149921da63c3016d46028cd193f22c29dda258c3f1aada6e2c232a7 +size 3980 diff --git a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_7_02_Cue.uasset b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_7_02_Cue.uasset new file mode 100644 index 0000000..62e968b --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_7_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:586ea133701ed20e53c98b9856c209591864be867b7cd9a9a9200a755330ae3f +size 3980 diff --git a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_8_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_8_01_Cue.uasset new file mode 100644 index 0000000..fcbd382 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_8_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b11d705e8a5ad77226efbc045aa3d49385069c7dc63ebbcd151f3781c8ae958 +size 3980 diff --git a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_8_02_Cue.uasset b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_8_02_Cue.uasset new file mode 100644 index 0000000..0528089 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_8_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee318fd6ee98698ce42ddd838af0fcf0cef6ed5d5d8df6f1b79cad474f87426a +size 3980 diff --git a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_1_01.uasset b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_1_01.uasset new file mode 100644 index 0000000..6e8fbfa --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_1_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ac2386afa467288ff742f8381bbac53bce87c1aa12015d4cc7f1494561b50ce +size 179027 diff --git a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_1_02.uasset b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_1_02.uasset new file mode 100644 index 0000000..d8c5418 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_1_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e3c1a85fe229dcb1dd462978343d05a21cf9707c22ffee7abacc31b58b019f9 +size 153792 diff --git a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_1_03.uasset b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_1_03.uasset new file mode 100644 index 0000000..1542f2d --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_1_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26994004c4c26d5be1c4e0396b6f14dbf43d02e9299a98c16865d5fe2783f898 +size 174325 diff --git a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_1_04.uasset b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_1_04.uasset new file mode 100644 index 0000000..21cb89b --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_1_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3edd0168861cc41696be568393d65e13af2464be0ddef46f725efe223f870d57 +size 171229 diff --git a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_2_01.uasset b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_2_01.uasset new file mode 100644 index 0000000..c0b81d9 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_2_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9f8c04839d8806d31256eb14a672ee09f1ac4354243eafd5fe2f79a51143c39 +size 129082 diff --git a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_2_02.uasset b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_2_02.uasset new file mode 100644 index 0000000..ab631ab --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_2_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63e72e526b803e5d275ed38506793cd04a6eaaeefa3e630918d277704b5f5203 +size 136063 diff --git a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_3_01.uasset b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_3_01.uasset new file mode 100644 index 0000000..cba133c --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_3_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb8305958de4a2016e7d852ceef400210ef18a319ed5fdab061639d9fc9ca68d +size 180033 diff --git a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_3_02.uasset b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_3_02.uasset new file mode 100644 index 0000000..074fd46 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_3_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7425f1730526af22358851f371a9751878f73b1ab6e5f6b78aa8fc02a7e54867 +size 340381 diff --git a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_3_03.uasset b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_3_03.uasset new file mode 100644 index 0000000..2d9eb5e --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_3_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9da3e3b0879814d23727df9b315a47fcef6170b40e78fbccac37f3ab21838abd +size 225101 diff --git a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_3_04.uasset b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_3_04.uasset new file mode 100644 index 0000000..907db46 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_3_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07ea8823fa864c353c94e4891de4b79b76b155d7b080ad1847fc9813f341b2b5 +size 241098 diff --git a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_3_05.uasset b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_3_05.uasset new file mode 100644 index 0000000..6a49489 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_3_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd6e61c6eef9cf595d4ad766aa16cfbb2e876072d49873347e864750f636d999 +size 236297 diff --git a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_3_06.uasset b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_3_06.uasset new file mode 100644 index 0000000..7af0533 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_3_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a36a42ebaf8792085ec5b7338d3ce3f52ef3277606123a2e863931b44ed8a2f +size 247685 diff --git a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_4_01.uasset b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_4_01.uasset new file mode 100644 index 0000000..fa2d829 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_4_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2ae886eb952c2ec579b98012d1dc9151d0489535fb8d92e5ffc86981ff4884c +size 171362 diff --git a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_4_02.uasset b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_4_02.uasset new file mode 100644 index 0000000..9733634 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_4_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfedfb4d7747d17cc024d9f8542361c6e6807539cfde57c38c948671417c1093 +size 194673 diff --git a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_4_03.uasset b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_4_03.uasset new file mode 100644 index 0000000..2cd3004 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_4_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c387b0875b7edaf3e31a8cb3deade18b05e33280da3e1f7e25982ffd56c515 +size 228221 diff --git a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_4_04.uasset b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_4_04.uasset new file mode 100644 index 0000000..9fbf308 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_4_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:045183f6dc32bcc79168360860884b3ae1f79f019baea0e23fa8e9d00d908f71 +size 270047 diff --git a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_5_01.uasset b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_5_01.uasset new file mode 100644 index 0000000..8f1774e --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_5_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32024e5a0f924840e033b1cfaa0aeb4382013af099aa86fa82679a29058175a7 +size 215531 diff --git a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_5_02.uasset b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_5_02.uasset new file mode 100644 index 0000000..dca9e5b --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_5_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3de9e5fb34f273608e3fbc8ff2aa69f1eda9652cb0d1d0c1c74244238dcd8445 +size 157782 diff --git a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_5_03.uasset b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_5_03.uasset new file mode 100644 index 0000000..99c64de --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_5_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86821cb1bca7efed28adab9fde5cfc6f1a47d03e2d1832b91843cec4af172da5 +size 150100 diff --git a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_5_04.uasset b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_5_04.uasset new file mode 100644 index 0000000..557f89f --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_5_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc8c9a17475f5fcbdd51f5d4406615ff9d8faf09d9bfea2c4c7939a00acca7ec +size 127063 diff --git a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_5_05.uasset b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_5_05.uasset new file mode 100644 index 0000000..b445c72 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_5_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:206266123a0c5b4d2bab7e576be33c6529af4bbbf752683e2f21fe6b0c75f79d +size 305011 diff --git a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_6_01.uasset b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_6_01.uasset new file mode 100644 index 0000000..ed28155 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_6_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc28e742bdd27eb332be5d5cc25dadab9a0b354654d6ed8ba3d11720a183253c +size 260234 diff --git a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_6_02.uasset b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_6_02.uasset new file mode 100644 index 0000000..647ec38 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_6_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17ae59af6c6e501d8832606fa54ca167b4f5eed7efe088454d875658cbff0bb0 +size 303808 diff --git a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_6_03.uasset b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_6_03.uasset new file mode 100644 index 0000000..99a7815 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_6_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76f0efd1d4dbb60829d94cb19185cd0946b9da877dd82c20ad6220fdea6cde88 +size 244239 diff --git a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_7_01.uasset b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_7_01.uasset new file mode 100644 index 0000000..a3bcb47 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_7_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2ceca36da27d61a6d0a12714a9180865c6b608539d82e4e3122ea3d9d6ad4fb +size 153986 diff --git a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_7_02.uasset b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_7_02.uasset new file mode 100644 index 0000000..55a629c --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_7_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5a4dfb29b51abd02759dea5b34a2b6dbd1b0ab0da20d1f8618f16628e6b77d4 +size 161962 diff --git a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_8_01.uasset b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_8_01.uasset new file mode 100644 index 0000000..6322ea8 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_8_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b74038c9c346aeb38521e0c4162abd072b81722bf0508df24d0f40d15730c2bd +size 129140 diff --git a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_8_02.uasset b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_8_02.uasset new file mode 100644 index 0000000..ec1bf24 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_8_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:013af1726136ced20b2bb6277b8f5299373ddf898c27896f3b472b90133eceae +size 127848 diff --git a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Hiss_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Hiss_01_Cue.uasset new file mode 100644 index 0000000..8b2df57 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Hiss_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce65ab36d6ee8389dadc1bb4a282cba711e873a110ec5f82dcec80efceab3ccf +size 3990 diff --git a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Hiss_02_Cue.uasset b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Hiss_02_Cue.uasset new file mode 100644 index 0000000..5d1a477 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Hiss_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1d3e4914c126f8ef090ccae0ab94f4cfcad80c9c5c01415c58cf904358875db +size 3990 diff --git a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Hiss_03_Cue.uasset b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Hiss_03_Cue.uasset new file mode 100644 index 0000000..50b8cf4 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Hiss_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bed7b0ad709b15d74d42a9735c3aac60477ebf960908634326435b806f048f9 +size 3990 diff --git a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Hiss_04_Cue.uasset b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Hiss_04_Cue.uasset new file mode 100644 index 0000000..bd297c4 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Hiss_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12c8b59392759f5880470820bc805d634ed62cb02bb9a0658cf4861d8ceb2727 +size 3990 diff --git a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Hiss_05_Cue.uasset b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Hiss_05_Cue.uasset new file mode 100644 index 0000000..18da248 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Hiss_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:397d836572d141e97ec380f03a680adc66d3c26690100e5753fcea895810840d +size 3990 diff --git a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_01_Cue.uasset new file mode 100644 index 0000000..4cf3b06 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:592c91d362c7b0171ffe9d476f12f994228a08feea10ac6871a392d0ee0e4ee0 +size 3990 diff --git a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_02_Cue.uasset b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_02_Cue.uasset new file mode 100644 index 0000000..87cab33 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:575c5ca1a083fb55b99a58f060f22201c39cbab8395295cdba7c08f24264713f +size 3990 diff --git a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_03_Cue.uasset b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_03_Cue.uasset new file mode 100644 index 0000000..3a1e247 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:798e1bcf2411490ba99f498c5fc3ef604d6413003c57dfc22dabff354fa5752d +size 3990 diff --git a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_04_Cue.uasset b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_04_Cue.uasset new file mode 100644 index 0000000..77a7437 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e5236252f373a99f05d4eb6b5e61eeea495df8d82547051957719ed1a31675c +size 3990 diff --git a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_05_Cue.uasset b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_05_Cue.uasset new file mode 100644 index 0000000..800dfca --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6148f87a9dd498eb70b8e97b7f2c4071f96da7676094aab53524ee333be2020e +size 3990 diff --git a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_06_Cue.uasset b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_06_Cue.uasset new file mode 100644 index 0000000..14511ac --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5136639aa5956861ed7457237b6f76cde15fbb9255cdf0fe927c30cb19b675ce +size 3990 diff --git a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_07_Cue.uasset b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_07_Cue.uasset new file mode 100644 index 0000000..4cf3a08 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a59465ad38ec71d59fac2ea64d5f9d58c60e2bf93a4e5e02cd449e43a52dd3fd +size 3990 diff --git a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_08_Cue.uasset b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_08_Cue.uasset new file mode 100644 index 0000000..e1ca32e --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b06a972b084d94d51747905c8fa3697a99697c257e3be042eb8c8f96eefea8d7 +size 3990 diff --git a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_09_Cue.uasset b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_09_Cue.uasset new file mode 100644 index 0000000..eb8bd05 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52ed6989c0d97783b099e3ab73a3b1f35d6ab7bfa747b5852f972987b70062f4 +size 3990 diff --git a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_10_Cue.uasset b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_10_Cue.uasset new file mode 100644 index 0000000..d7cfcd8 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:257f0d2aa54f84d85bec72438fe99beaa9d72044336e9573b74df992fcc18649 +size 3981 diff --git a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_11_Cue.uasset b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_11_Cue.uasset new file mode 100644 index 0000000..978fd92 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fcd1479f4f7e7233c0874d0afaf84b65824cc02c09ff91ea31388f64b344822 +size 3981 diff --git a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_12_Cue.uasset b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_12_Cue.uasset new file mode 100644 index 0000000..cebce77 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b87650d7f555b39a609ab8b67f8276780c4e85078de45bf061c3a79638f8f90 +size 3981 diff --git a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_13_Cue.uasset b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_13_Cue.uasset new file mode 100644 index 0000000..8a595ee --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_13_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e92e5fe6223cc3c44c0593d3b834fabcab322386089df6dc0781c310499e7a6e +size 3981 diff --git a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Purr_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Purr_01_Cue.uasset new file mode 100644 index 0000000..e06b362 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Purr_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a879d36a82a3f2ae3df601ad3b17f3598042afcf94e888e6d5bf4c3160ada541 +size 3990 diff --git a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Purr_02_Cue.uasset b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Purr_02_Cue.uasset new file mode 100644 index 0000000..14a07a9 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Purr_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:071cdbde850c91479c295c4619e55d049ef474427135ffb4abfffd07154fc119 +size 3990 diff --git a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Purr_03_Cue.uasset b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Purr_03_Cue.uasset new file mode 100644 index 0000000..c4cbeca --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Purr_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3ed99cbaf6326a0e8fc678c1dce76b8abb86811679bf31df16c0e8e4d1917ab +size 3990 diff --git a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Purr_04_Cue.uasset b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Purr_04_Cue.uasset new file mode 100644 index 0000000..a0a61c5 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Purr_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9306f1adbc6de79bfda706a5cfe695cd1a53298ed6a122cd51169151f82042ae +size 3990 diff --git a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Purr_05_Cue.uasset b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Purr_05_Cue.uasset new file mode 100644 index 0000000..2ef8152 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Purr_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:832a3fbc58241b67aa0000cad57d6d07dd15c053c455cda2ee1d6763dd30a85a +size 3990 diff --git a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Purr_06_Cue.uasset b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Purr_06_Cue.uasset new file mode 100644 index 0000000..ba41d53 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Purr_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74843d7e9b30731c96863a6327076c19f539d105abd67b069ed598c7e82696b4 +size 3990 diff --git a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Scream_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Scream_01_Cue.uasset new file mode 100644 index 0000000..72f8071 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Scream_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c290e9ef2f6142585abab5135542880475497c79b69481fae00777787475d01 +size 4006 diff --git a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Scream_02_Cue.uasset b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Scream_02_Cue.uasset new file mode 100644 index 0000000..f203d75 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Scream_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6375c94ec5cbb0433e60e199d25f54d9b32c5258b8ad938eb612b55745647a05 +size 4006 diff --git a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Scream_03_Cue.uasset b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Scream_03_Cue.uasset new file mode 100644 index 0000000..28056fa --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Scream_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:610256e9fbce266a0c66fead7032b5f919f82689c238dc662396f4672b1431be +size 4006 diff --git a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_01_Cue.uasset new file mode 100644 index 0000000..c4f3d47 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b84b8f56d4c70699188141ff54ceaaa37dca8a151bdd983277ed91058fa4a72 +size 4006 diff --git a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_02_Cue.uasset b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_02_Cue.uasset new file mode 100644 index 0000000..fc86571 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed56d30be690cd18cebdd973d56c2c138afbb10d96d200c233a9b9742c5af823 +size 4006 diff --git a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_03_Cue.uasset b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_03_Cue.uasset new file mode 100644 index 0000000..d908353 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2109868add8f45b5affda3c8b55f6a13fb4a88cfa7c6daac37f7254f1124dafa +size 4006 diff --git a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_04_Cue.uasset b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_04_Cue.uasset new file mode 100644 index 0000000..444c5d0 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89997d7f5c761a924141b214843a6ed34ead6958edf3f43ee4664e31e73dac6b +size 4006 diff --git a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_05_Cue.uasset b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_05_Cue.uasset new file mode 100644 index 0000000..d75eabc --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25c690c0c7207812a0e7e13204ab815e9def7600eeb74d116b553ccb276e2680 +size 4006 diff --git a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_06_Cue.uasset b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_06_Cue.uasset new file mode 100644 index 0000000..f32537a --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9de2c8382ea21e48de4212a3fab2c6ea48506f8c184a815f8921b10279db071 +size 4006 diff --git a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_07_Cue.uasset b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_07_Cue.uasset new file mode 100644 index 0000000..1935d80 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aeff691c6985cdbe3dfaf14278725ac65ffd5e7a3551f51a54f0d3d50d95b87 +size 4006 diff --git a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_08_Cue.uasset b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_08_Cue.uasset new file mode 100644 index 0000000..836ff99 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35eb8b621ea9bc0525089890cd497eeeb57ad55989e5f88f4d4df730cfd9f72d +size 4006 diff --git a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_09_Cue.uasset b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_09_Cue.uasset new file mode 100644 index 0000000..7c8af39 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90d368b5db7d3e0478922c3ab9da2b0040b811b99cc374ef44b8c30d1641f1b6 +size 4006 diff --git a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_10_Cue.uasset b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_10_Cue.uasset new file mode 100644 index 0000000..76501c1 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15d4e066db20061b53d2ea4a63b37c2fcdca6be751c6e9533af496e43d05f476 +size 3997 diff --git a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Hiss_01.uasset b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Hiss_01.uasset new file mode 100644 index 0000000..6c6cdc7 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Hiss_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ebd83adc2ae380ea8cdeebd7b0971a912dca85df862317a46f50a24050e0b05 +size 302241 diff --git a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Hiss_02.uasset b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Hiss_02.uasset new file mode 100644 index 0000000..0632b36 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Hiss_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfabf2bbfe0b13cb09305dff755e8348f02c6dfb14840b6354d2f84bf33dfa49 +size 178605 diff --git a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Hiss_03.uasset b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Hiss_03.uasset new file mode 100644 index 0000000..0dd4e77 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Hiss_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:017b150f3a330774e5ea95804da8649d7d758ff0ee4ff594899dd609f58751ad +size 115431 diff --git a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Hiss_04.uasset b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Hiss_04.uasset new file mode 100644 index 0000000..8c57678 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Hiss_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8889f17f093f6010b07dc68fe67aa0f88293a7b080d2baa0338fda5e843cf5e9 +size 154900 diff --git a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Hiss_05.uasset b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Hiss_05.uasset new file mode 100644 index 0000000..8291029 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Hiss_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15443738f2297cae61adb9d02631ab1d66c02b873f422726e6d790ed99cf0ed5 +size 127759 diff --git a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_01.uasset b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_01.uasset new file mode 100644 index 0000000..bcc2652 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfd81624df72721cfd22d83e604f43923a13f7e2ef9b81d3e4dad61bee699d67 +size 225427 diff --git a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_02.uasset b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_02.uasset new file mode 100644 index 0000000..f3be184 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a2ad02522913c5d3488a784a3766196f19e0342130dc1a88dfe8689eed44e38 +size 358066 diff --git a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_03.uasset b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_03.uasset new file mode 100644 index 0000000..01b733e --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6a394cceb7ced89cedb9fcb1d466f149bb5565614aee7725dd8bf1510e34b10 +size 247493 diff --git a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_04.uasset b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_04.uasset new file mode 100644 index 0000000..179832a --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4f6c5fb70f5e37772e2737acaf74cc191f786e3fff775f053cda76f35af2438 +size 261716 diff --git a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_05.uasset b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_05.uasset new file mode 100644 index 0000000..8a06883 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c446d1e5053bb296e29a674710a46b4a59e595b2ed6eb6ce7c03b94ec72f8802 +size 269619 diff --git a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_06.uasset b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_06.uasset new file mode 100644 index 0000000..3fcd66d --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b8ac455dfdd4922a239328053ac6a0c3efa80c685b5759990350c79a68c764f +size 225734 diff --git a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_07.uasset b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_07.uasset new file mode 100644 index 0000000..3976a95 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6b107da5da78f6c81d0b345c30e7da285ca20d18a2801cafe4a780c09dbb614 +size 255181 diff --git a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_08.uasset b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_08.uasset new file mode 100644 index 0000000..b0c03a7 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07c9556c2e180e1437b7b536445486dfbd7e121a18cbb9e309ecd92a28bba6cb +size 308834 diff --git a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_09.uasset b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_09.uasset new file mode 100644 index 0000000..72d49c6 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b9f5db1d049ecfdd46afd27c1d3f2f8e5e87ecf4263987ff599f172bef845be +size 347168 diff --git a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_10.uasset b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_10.uasset new file mode 100644 index 0000000..17da6f1 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42bb4ef577e0e243c669dc716beca1954c1400b9dfbfc5836eac654952a3c1f7 +size 126288 diff --git a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_11.uasset b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_11.uasset new file mode 100644 index 0000000..1ccfdfe --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab38dd0892f9bc422276bd5379582dfa7ef788b9e11f30fb1ab65c68b44a452a +size 136990 diff --git a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_12.uasset b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_12.uasset new file mode 100644 index 0000000..3534800 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c42e9697491cff691cb3bcc1ca4b28defd66b54328d80b804d3af6e0d64cfee +size 146716 diff --git a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_13.uasset b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_13.uasset new file mode 100644 index 0000000..ad82e1b --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce68196ca862263989a82ef45e1d2cb1572b313f4bb9dd5ef5363fe942562081 +size 197380 diff --git a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Purr_01.uasset b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Purr_01.uasset new file mode 100644 index 0000000..5db769b --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Purr_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:258fd6c61464dc10a733b1bba55c8940a01432675d776f24f1bd778a44ec1321 +size 309246 diff --git a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Purr_02.uasset b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Purr_02.uasset new file mode 100644 index 0000000..a91d1d0 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Purr_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eecd17292cf7579269a2a370ab972ba4460e83eea9e967cfad44c235fe4c3bc +size 234973 diff --git a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Purr_03.uasset b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Purr_03.uasset new file mode 100644 index 0000000..9ca47ff --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Purr_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e14853c8b9b7e7f974f6ad5307bf7253528be2437b93c37ed5dd829857194c78 +size 225898 diff --git a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Purr_04.uasset b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Purr_04.uasset new file mode 100644 index 0000000..c23a336 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Purr_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c19b3dcb55297198cff53b570bd37610ddc015a5ccf7fff9eb848a0ad3bb4f2c +size 137328 diff --git a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Purr_05.uasset b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Purr_05.uasset new file mode 100644 index 0000000..f19d19e --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Purr_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b690569aee383c58e38f009ed2c59038a10dcdf3e2403cf96beb450826d6a3a +size 190316 diff --git a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Purr_06.uasset b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Purr_06.uasset new file mode 100644 index 0000000..a0fb6fd --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Purr_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:673ccf3993c22d1953a0d24c03a8ea5a6b9cd0be2db958e3ee59bde4f8cb7744 +size 190542 diff --git a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Scream_01.uasset b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Scream_01.uasset new file mode 100644 index 0000000..101090a --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Scream_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a565f6622977b9df9f08fafffe905a1b0915608359da96622c1f2b4032e492 +size 174239 diff --git a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Scream_02.uasset b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Scream_02.uasset new file mode 100644 index 0000000..339a0be --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Scream_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3745eadbbee6678af91829271e25f8fc2c4236ee51e3b96b2ee048f36c56ade6 +size 181774 diff --git a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Scream_03.uasset b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Scream_03.uasset new file mode 100644 index 0000000..0ff094c --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Scream_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba586e077fe5d82da3d30f53bc293bb41867f1c8ee91f1be74acc044843476cd +size 141972 diff --git a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_01.uasset b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_01.uasset new file mode 100644 index 0000000..cf00876 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca9a46d345e7de1fe3e5a1196defe01dfa127e66394a9330054679e182edd8e7 +size 246974 diff --git a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_02.uasset b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_02.uasset new file mode 100644 index 0000000..5a0f0e4 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db488474777cc7aaafc386ce71f6df95c715793dfdb44e285f3ddc74883b31d7 +size 379084 diff --git a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_03.uasset b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_03.uasset new file mode 100644 index 0000000..b17d750 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2277be7159625a96b55225fd863c2d7402a7b2da2e7de592441698f77f1b5817 +size 127280 diff --git a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_04.uasset b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_04.uasset new file mode 100644 index 0000000..6d5fe9e --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2daac954738407bd9e43be98599025740fc92db148ef7aeb61d4baac80d24a4f +size 112985 diff --git a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_05.uasset b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_05.uasset new file mode 100644 index 0000000..c87e61b --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a93684a7a1bc5071ef760bb70a2555c8672ec40ae8086e25657f0683d8a22674 +size 92968 diff --git a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_06.uasset b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_06.uasset new file mode 100644 index 0000000..6d67eff --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b006c0543a658de7a5c30d71194fdf52ebda9021e3f5f6b972e444523dda469a +size 137330 diff --git a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_07.uasset b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_07.uasset new file mode 100644 index 0000000..26fe872 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8ddc90cb4a7f3d56231f09900ed498affb7a19019120384cd162214350a27bc +size 181482 diff --git a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_08.uasset b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_08.uasset new file mode 100644 index 0000000..e9e28b2 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9609130438ec383b27c9a119746f12b7ef565318e3ae9fbb0959b14c8d4c0c9a +size 159000 diff --git a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_09.uasset b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_09.uasset new file mode 100644 index 0000000..8417f95 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6293d7c7f87a4e549d80617cb4f1b372b7fd74eed1a999801945e943e71c2bb2 +size 192313 diff --git a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_10.uasset b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_10.uasset new file mode 100644 index 0000000..2c9397e --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b05b11f3d1039ab36914f1e797b9355bfbc52a21db175c4e44ce0e7dd68630ee +size 181254 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_01_Cue.uasset new file mode 100644 index 0000000..e18aee8 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e604bf0cba46d20aa3c216dd78fdf239c1d0e8bd3e08ccd07e4495024fb3f120 +size 3994 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_02_Cue.uasset b/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_02_Cue.uasset new file mode 100644 index 0000000..e8d4c05 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5602aa465b06d989fcda9b2dce519b2a7080759c9533f01418d3d7792a969c9d +size 3994 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_03_Cue.uasset b/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_03_Cue.uasset new file mode 100644 index 0000000..0f40b63 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:768b837225cb88aa488ffe55a1371b7afab64dc732aba7f9cfb8c2c0d72f92cd +size 3994 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_04_Cue.uasset b/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_04_Cue.uasset new file mode 100644 index 0000000..bcf9a4c --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ef3927c4ac9ad21c045c32f06af7eaff6535611789d2205a1d8ecc1b9bfa9a2 +size 3994 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_05_Cue.uasset b/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_05_Cue.uasset new file mode 100644 index 0000000..fecb5a4 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2c5afa59b1c55ae287e02cd519bd5d7bba31b6feeadada92afcb0ca8f0630e5 +size 3994 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_06_Cue.uasset b/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_06_Cue.uasset new file mode 100644 index 0000000..5bd2d08 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f38351755896d66478b05cd262ee205425e82ede5d2e6d797867a9fd989821a +size 3994 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_07_Cue.uasset b/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_07_Cue.uasset new file mode 100644 index 0000000..1141b7d --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1442ebfec36a4eb9c0019ea170c1577582bce4d0aa6887d8832f25618e15b68 +size 3994 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_08_Cue.uasset b/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_08_Cue.uasset new file mode 100644 index 0000000..ebc5161 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad8a3d98f45705956e6f86f41868c6d001bc354d2854d6f5cf149e4add6feb3b +size 3994 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_09_Cue.uasset b/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_09_Cue.uasset new file mode 100644 index 0000000..bdfd2e9 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:092bbb7cde658c78bf4a04cf067d3424fa4eeceb0481cdc98749558ce3037098 +size 3994 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_10_Cue.uasset b/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_10_Cue.uasset new file mode 100644 index 0000000..e531fbf --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:938f86cbc91ed2ba510b3af721dcc80a634826734c05e584f0077715a647440d +size 3985 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_11_Cue.uasset b/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_11_Cue.uasset new file mode 100644 index 0000000..8e0946b --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:384d47c78aa853e9aa85b712463006428326c44e130ed33c300319686c7eaef5 +size 3985 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_12_Cue.uasset b/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_12_Cue.uasset new file mode 100644 index 0000000..ea8b5e7 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca053dd97e53b8a20931ada989cc7b558e49a1692b0c9c200b052545557e9330 +size 3985 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Cluck_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Cluck_01_Cue.uasset new file mode 100644 index 0000000..9e66b77 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Cluck_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d630f7150c54c81457d0fc4ddf5600c2a19fa4ee6c365a47caea0b3b03ed61c +size 4042 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Cluck_02_Cue.uasset b/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Cluck_02_Cue.uasset new file mode 100644 index 0000000..b07ae5d --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Cluck_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ac27bff3011286f1ba7bafabb247abda245df720e3f15a5e268114d84fd3e74 +size 4042 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Cluck_03_Cue.uasset b/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Cluck_03_Cue.uasset new file mode 100644 index 0000000..4d842ac --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Cluck_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7393ec9d79d321e66ff65da704bf5baef1618905cf180c082e2c1a43fee15ed0 +size 4042 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Cluck_04_Cue.uasset b/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Cluck_04_Cue.uasset new file mode 100644 index 0000000..8d8bb4e --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Cluck_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b95d67ab58e68ccebff8d694180dda01238b19e09e610ecba19c439bb95a99be +size 4042 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Cluck_05_Cue.uasset b/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Cluck_05_Cue.uasset new file mode 100644 index 0000000..744d9e4 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Cluck_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2147963452ff84ca647e3bce12490b1350a997c3276b14fcf93d8034f6c328cc +size 4042 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Wings_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Wings_01_Cue.uasset new file mode 100644 index 0000000..6e1d711 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Wings_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a166dde5771708cb8a3e3dd765d6ce7e08f277d0430b151f82013bd038a633e8 +size 4042 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Wings_02_Cue.uasset b/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Wings_02_Cue.uasset new file mode 100644 index 0000000..aa90698 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Wings_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:269ba024f6642d39d182f44bcdab14701b593c5c7cb4b8e776a01d161a226dee +size 4042 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Wings_03_Cue.uasset b/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Wings_03_Cue.uasset new file mode 100644 index 0000000..e21a7b7 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Wings_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daf8fe1b87a418f5e2a5d0be72357b26d0715325a3398ff4ccc4a881039ad247 +size 4042 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Wings_04_Cue.uasset b/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Wings_04_Cue.uasset new file mode 100644 index 0000000..2119cc1 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Wings_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a783232a16754fb172e818854b15acf9adf63d079a45a29dcf4d9460fe04264 +size 4042 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Wings_05_Cue.uasset b/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Wings_05_Cue.uasset new file mode 100644 index 0000000..cea2d8d --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Wings_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35ec8e33de5b913dfa86d8ca3f058d8bc86400a16ea2b36a67406b54fed17bac +size 4042 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Wings_06_Cue.uasset b/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Wings_06_Cue.uasset new file mode 100644 index 0000000..9f8a6e2 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Wings_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc51150d558f77586a606be0c3bc433b0be904bdcb7e09a1dde838e935cc59f6 +size 4042 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/cue/Cockerel_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Chicken/cue/Cockerel_01_Cue.uasset new file mode 100644 index 0000000..53770be --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/cue/Cockerel_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6cbdf732715f0f14d45d4b90af6b7b10f2c620f7ec6b6c22703d67f7eb103df +size 4002 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/cue/Cockerel_02_Cue.uasset b/Content/FarmAnimalSounds/Animals/Chicken/cue/Cockerel_02_Cue.uasset new file mode 100644 index 0000000..2ee95b0 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/cue/Cockerel_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fb553774dd61ed59e0e5e6f36d4b64109875170718b09334a3c1386d104345b +size 4002 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/cue/Cockerel_03_Cue.uasset b/Content/FarmAnimalSounds/Animals/Chicken/cue/Cockerel_03_Cue.uasset new file mode 100644 index 0000000..7e5cf81 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/cue/Cockerel_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:670829f217870c79cb7fcaca75aa55f68a8894dd511a3d5f5938cf81af4c5c29 +size 4002 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_01.uasset b/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_01.uasset new file mode 100644 index 0000000..3966d85 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e927bd9f60280ded80e988caa20e79218ee24c7821c69a10b227522a0fc06ba +size 272948 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_02.uasset b/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_02.uasset new file mode 100644 index 0000000..cf9bf01 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba086c8b36b3b3014ca27cc41a4081544072147a13dbc7b48ae7d1bc33aa0d78 +size 129751 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_03.uasset b/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_03.uasset new file mode 100644 index 0000000..bdc0b56 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58d7de25ea38e14b99a8237584bbb5f674041f0d4b32944dcb79e165fd8a2ebc +size 406656 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_04.uasset b/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_04.uasset new file mode 100644 index 0000000..2a80062 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72573ef2acfc6457816f4208ef148f175aac7ae0d05a04935b71b0e86f103c0b +size 223575 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_05.uasset b/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_05.uasset new file mode 100644 index 0000000..c51a32e --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c66619b6445eaa5d1347861bb95c55b8796d2742c60cc6299aaeb26d2f9627ef +size 255661 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_06.uasset b/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_06.uasset new file mode 100644 index 0000000..818bb23 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4724408a9d136f89511d4d17fa93fd68abdc62337ff8de8f904e3cc27bdfc53 +size 139798 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_07.uasset b/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_07.uasset new file mode 100644 index 0000000..fc927b6 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:984cdc5f2755ce7f93fef4bf5242bb9ade7a60a50a3031a7f7f32092494222b4 +size 178171 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_08.uasset b/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_08.uasset new file mode 100644 index 0000000..67dc3e9 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4624d9a2d908002353eade54c290246f6bb0baf57cacb92a0b5c8672051e7c40 +size 195438 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_09.uasset b/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_09.uasset new file mode 100644 index 0000000..87a5c71 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a07b5a2675bc5e314ee6681478b35391e84da2760298387e9f5e89c49e882f +size 212602 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_10.uasset b/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_10.uasset new file mode 100644 index 0000000..ea3be55 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4376d91d2b0aef44ec0ff748629f37aed69e68cd9ad89c6cd0fdac8748cf036 +size 312560 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_11.uasset b/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_11.uasset new file mode 100644 index 0000000..f762640 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:070163671f738fc356437bd7385c9efd0df4ffa0a29cf7366c13701f0298897f +size 254564 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_12.uasset b/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_12.uasset new file mode 100644 index 0000000..e9bc6dc --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9281437295aed79d848af555d5d20c3d9402b918b88d809d2feee398982adaf8 +size 106695 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Cluck_01.uasset b/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Cluck_01.uasset new file mode 100644 index 0000000..e18216f --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Cluck_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab88aef5bdc8ef8efe90f843c5249d03b5ce20b59e9a3312fc72fc12f02ec833 +size 165204 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Cluck_02.uasset b/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Cluck_02.uasset new file mode 100644 index 0000000..75e2f1f --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Cluck_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46a634a6d44009326c9e08c7d1c141402a8279297692c185986a1a1cf1365f64 +size 242041 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Cluck_03.uasset b/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Cluck_03.uasset new file mode 100644 index 0000000..ddf50de --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Cluck_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:009f3c55baae01290f03f7b2dd15d9bdc2a4ac23b21ca692c92859fda92df481 +size 145422 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Cluck_04.uasset b/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Cluck_04.uasset new file mode 100644 index 0000000..f6a344c --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Cluck_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b1ad6723c5d646d800152dd76f20be7ae6a14f35ce0dcff42eb4f8d4275e02c +size 122961 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Cluck_05.uasset b/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Cluck_05.uasset new file mode 100644 index 0000000..0d9bd7c --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Cluck_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3d042132dab93ec293e1a220c185c403dfccd39bfcd9df2e71c631f3ea5d287 +size 101694 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Wings_01.uasset b/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Wings_01.uasset new file mode 100644 index 0000000..7851d5a --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Wings_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53d6a0f98a9dce1859e370e0c570fa1bcf1d3aac57ff99ca532633d64030a9fe +size 415401 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Wings_02.uasset b/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Wings_02.uasset new file mode 100644 index 0000000..b02f205 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Wings_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d17883753d0fcb220e45d1c882e30d16bb189ab216507385763c21d9e97ff19 +size 325842 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Wings_03.uasset b/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Wings_03.uasset new file mode 100644 index 0000000..c742045 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Wings_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28725868ce46b9adbfe98e1ad07e3954cb8b76d6289969c97ce7e24a80cc4e1d +size 282799 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Wings_04.uasset b/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Wings_04.uasset new file mode 100644 index 0000000..a1f19ee --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Wings_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cbc28f73c1f5345ec295e88620255d0d0ea72710ca494f0fed7f2e2f5d1cfe1 +size 213192 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Wings_05.uasset b/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Wings_05.uasset new file mode 100644 index 0000000..6921a0d --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Wings_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:358c4dfad9345bff63f0d0509bae0bffe30583f5731fcb154ff2a4ac5f8a8f28 +size 173125 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Wings_06.uasset b/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Wings_06.uasset new file mode 100644 index 0000000..d9446b7 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Wings_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebe990a018cc6f991c0db2a8a655b91456f0a3d199637a17ba0358dd35faec66 +size 342891 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/wav/Cockerel_01.uasset b/Content/FarmAnimalSounds/Animals/Chicken/wav/Cockerel_01.uasset new file mode 100644 index 0000000..d41416e --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/wav/Cockerel_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f823d9044dc1169c1da9124f6ad886bfc93bf5474e399eef795e8922d3efac6b +size 695788 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/wav/Cockerel_02.uasset b/Content/FarmAnimalSounds/Animals/Chicken/wav/Cockerel_02.uasset new file mode 100644 index 0000000..4c1139c --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/wav/Cockerel_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:601dca6c456eb911ecc08b2e4dd4a37b5bf0ac304787be351c5f9c74222caa9b +size 442519 diff --git a/Content/FarmAnimalSounds/Animals/Chicken/wav/Cockerel_03.uasset b/Content/FarmAnimalSounds/Animals/Chicken/wav/Cockerel_03.uasset new file mode 100644 index 0000000..f3cc96a --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Chicken/wav/Cockerel_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b0a496dd69c6451e732bbce884f6fd5679460bb7e8396ef200d0edae49220be +size 410181 diff --git a/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_01_Cue.uasset new file mode 100644 index 0000000..50159a5 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcf1bee221225ef5112e1d18ae2bc37cf066ebfcbd4cd0a5f65343a865ee706d +size 3950 diff --git a/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_02_Cue.uasset b/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_02_Cue.uasset new file mode 100644 index 0000000..8533d7e --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b36ec351757260e7b58096ddb44ca1bbf17682e59c311f5e09b0ca5fccbcafc +size 3950 diff --git a/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_03_Cue.uasset b/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_03_Cue.uasset new file mode 100644 index 0000000..05eca18 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f76acdb41979c374a5aca5615d76997cdacb02f645dbb382b04c107134db0a8 +size 3950 diff --git a/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_04_Cue.uasset b/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_04_Cue.uasset new file mode 100644 index 0000000..98216a9 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e229655d86981d68de40d4fa9c67394dd94e679c670fa00f3b1bc3be60076f7 +size 3950 diff --git a/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_05_Cue.uasset b/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_05_Cue.uasset new file mode 100644 index 0000000..5f1480e --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9672eb1b116024aaa82b3dad48c6d96a1656f743560cee87ded64ced195deb92 +size 3950 diff --git a/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_06_Cue.uasset b/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_06_Cue.uasset new file mode 100644 index 0000000..e7104a3 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:323546121b2b143ce84f76b8c4ec575d9f2d885f719e3772ffd54ffd8cdd29eb +size 3950 diff --git a/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_07_Cue.uasset b/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_07_Cue.uasset new file mode 100644 index 0000000..0c138ef --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6b0529d579090743fc51eec62cf48646ddd557cdb9558de77ca9c4b88d5de62 +size 3950 diff --git a/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_08_Cue.uasset b/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_08_Cue.uasset new file mode 100644 index 0000000..1dd51de --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdd79c3bdb9288b9bce1ca2646b680d2a72fec16eb322aaa9128e0897f7bb5d1 +size 3950 diff --git a/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_09_Cue.uasset b/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_09_Cue.uasset new file mode 100644 index 0000000..a2cbe76 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c1d4071cafb310215a59340bde46321e0700021a8c4f7df0734d98d0e70f4d4 +size 3950 diff --git a/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_10_Cue.uasset b/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_10_Cue.uasset new file mode 100644 index 0000000..25d3336 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc75057e4160f3e62b104680b362e1b17a7a7588fdb663bac1a19b53683b0de6 +size 3941 diff --git a/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_11_Cue.uasset b/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_11_Cue.uasset new file mode 100644 index 0000000..2d5eb0d --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:384f2bccdf3c5caec88ca2ab82e2450cb144e6ead7d8bfbade3939c2b0d15d46 +size 3941 diff --git a/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_12_Cue.uasset b/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_12_Cue.uasset new file mode 100644 index 0000000..477bd9f --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:059d471abbc019a7c7236dc06c8dc678942435b6f63ef5c0fd5434795d9f9c3c +size 3941 diff --git a/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_13_Cue.uasset b/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_13_Cue.uasset new file mode 100644 index 0000000..7ef8f44 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_13_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b19dc692691644500eba8f126a693ef527653c65b54f9a90790cc7f3997f659a +size 3941 diff --git a/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_01.uasset b/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_01.uasset new file mode 100644 index 0000000..10cdfd1 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92ecbe4ac22805931d067c11d494ddfdd8850c7fe8b3ef3c742195910b2891e9 +size 414464 diff --git a/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_02.uasset b/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_02.uasset new file mode 100644 index 0000000..87936f2 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40a55f49ea8a52f46fc213579836afd887ca836f11ce94be0aab243087de9489 +size 427028 diff --git a/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_03.uasset b/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_03.uasset new file mode 100644 index 0000000..ecf0636 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:459fb11f6e95503ed4a7ddff7b93be3436b3fc345a6eb1f0f4405a91de2c7b6b +size 278436 diff --git a/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_04.uasset b/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_04.uasset new file mode 100644 index 0000000..81b0cc3 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab8fb938681b1a824a3957261afa5278eaf4de56f67e5cc9f1dec2b0eaa1945c +size 254256 diff --git a/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_05.uasset b/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_05.uasset new file mode 100644 index 0000000..fc229a5 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeb3ac66ec5a95dbbac83559244f45849193021c9b3420c3de15ee59c2147884 +size 422864 diff --git a/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_06.uasset b/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_06.uasset new file mode 100644 index 0000000..0540c80 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dde9d880d98f995a2f5939e31eb5e92d84cd585e3632d20aeb758f2de4b3aeb4 +size 410442 diff --git a/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_07.uasset b/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_07.uasset new file mode 100644 index 0000000..24d2f83 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d41d080dda45af17cf27355c27b4710b8a2f60bdcfc7020e716fc154a2f13503 +size 392523 diff --git a/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_08.uasset b/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_08.uasset new file mode 100644 index 0000000..98718d1 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40d5c92abaec6d43196e3832c096896042e1a5c1e55da607df898b9d22e19e8a +size 379754 diff --git a/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_09.uasset b/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_09.uasset new file mode 100644 index 0000000..cda8683 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7628e4115f9eee00e6bbb8b54dd3784addd54a5a766f425990a526ca486b3644 +size 314219 diff --git a/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_10.uasset b/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_10.uasset new file mode 100644 index 0000000..1a7d777 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cab3a06cd2d2d41d74245984b409d3ea1888d779bf858f7f358753fead147e9b +size 332816 diff --git a/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_11.uasset b/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_11.uasset new file mode 100644 index 0000000..b0c1cfb --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce7257d22399695530dbda58d85bbfd36610013e3398b72f3f8a35fb2298dbd3 +size 433275 diff --git a/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_12.uasset b/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_12.uasset new file mode 100644 index 0000000..f92bdc9 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26a441633c92537931dee8f975d372157e11a08559cc8634ade1659f59536caa +size 301345 diff --git a/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_13.uasset b/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_13.uasset new file mode 100644 index 0000000..7e5a3e0 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7e186c2cd51c9d769c1d20f78419a3f82c12790b534529d3755b357b4a534fb +size 385579 diff --git a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_01_Cue.uasset new file mode 100644 index 0000000..31fd851 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca9c0014165164620d73de41f872baa5b7071f0b8bb9081fa00d2d4a7f8d7ddb +size 3990 diff --git a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_02_Cue.uasset b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_02_Cue.uasset new file mode 100644 index 0000000..c8a5e71 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aee6ce1144b5295dddc34cad94e35d120d3ca117a35095bae995bfaf07ffb17 +size 3990 diff --git a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_03_Cue.uasset b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_03_Cue.uasset new file mode 100644 index 0000000..71d9b91 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c06b95d393ddcb01bdb8357d6dc631192490b199d163cbf8c5605d63fdf3ae1a +size 3990 diff --git a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_04_Cue.uasset b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_04_Cue.uasset new file mode 100644 index 0000000..2aa2e1e --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a78c49382c3054532bf81025cd1344483280fc884cd5a2d1d7696f4733541ea0 +size 3990 diff --git a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_05_Cue.uasset b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_05_Cue.uasset new file mode 100644 index 0000000..1661c15 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a49e761cf394a5f75c9a06c1dfc7624dc5f0fd635e49d2411379e3fdee3e380c +size 3990 diff --git a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_06_Cue.uasset b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_06_Cue.uasset new file mode 100644 index 0000000..42acca5 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b958ec32c81472d07e4a32bfe891dfea06790d8bf39416307d5520303e14c4c7 +size 3990 diff --git a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_07_Cue.uasset b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_07_Cue.uasset new file mode 100644 index 0000000..035540c --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55eeb31aac180022ed413ebcf22c21707fd0558348971b17b91bd251071706c0 +size 3990 diff --git a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_08_Cue.uasset b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_08_Cue.uasset new file mode 100644 index 0000000..497900d --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fcb9f424b0a5c3b38b13a4711d32371e57cb0eca71db6fc92f5325d4a92bb95 +size 3990 diff --git a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_09_Cue.uasset b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_09_Cue.uasset new file mode 100644 index 0000000..c2d32de --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e144e8b1bda2448cc8109b42fdf4fa18492829f9d99867822c3b5ddf2532ed12 +size 3990 diff --git a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_10_Cue.uasset b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_10_Cue.uasset new file mode 100644 index 0000000..0f4002e --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8532fa06d2d57c59643c694fd4b64184bc472754baf3913be0f76391055342d6 +size 3981 diff --git a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_11_Cue.uasset b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_11_Cue.uasset new file mode 100644 index 0000000..8a9f918 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b29468b58798ee59e4f8077fa8d53d62edf2df6a92e899cabf5a5fcc47cf2e3 +size 3981 diff --git a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_12_Cue.uasset b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_12_Cue.uasset new file mode 100644 index 0000000..45f1e7a --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ffb7bd9868d8220229e168a3c5c85dc7bfcbbd289a23fb8f1f022e6306f4a0b +size 3981 diff --git a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_13_Cue.uasset b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_13_Cue.uasset new file mode 100644 index 0000000..9f741e7 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_13_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d91ba51d0ea9f89f8fee372427aa4f7a0273f820f5126baadae159d641f4161 +size 3981 diff --git a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_14_Cue.uasset b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_14_Cue.uasset new file mode 100644 index 0000000..6d7afc4 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_14_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d80a67d1904bfdb216282cf9e9d85605feb9e9aeb0f8ba4e39ea60908b850b77 +size 3981 diff --git a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_15_Cue.uasset b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_15_Cue.uasset new file mode 100644 index 0000000..6a7fd42 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_15_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6acbc1b9fc344e098997f8f632ce2be0a8f449dcfce3b6b660d1d6911e3990e +size 3981 diff --git a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_16_Cue.uasset b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_16_Cue.uasset new file mode 100644 index 0000000..8788281 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_16_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32affc5fbb0f6f625483e02eaf54c79ba7270e2d9459a0c3afdd1402ab4da318 +size 3981 diff --git a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_17_Cue.uasset b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_17_Cue.uasset new file mode 100644 index 0000000..e9b914d --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_17_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d0a1f88aaa0b98e974709af65f6806381f2d9a289386c19d955d252c81ba41b +size 3981 diff --git a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_18_Cue.uasset b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_18_Cue.uasset new file mode 100644 index 0000000..7776594 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_18_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbcbcfd7f45340e83db32cb6c1dd1ab01b1cd6cdc0e3dc9d6f8142aff4120879 +size 3981 diff --git a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_19_Cue.uasset b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_19_Cue.uasset new file mode 100644 index 0000000..7e76167 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_19_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9da9591fdf1f4059a635d9877b06b6543d3413f3d16c34c0fc348fc182576fef +size 3981 diff --git a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_20_Cue.uasset b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_20_Cue.uasset new file mode 100644 index 0000000..349d096 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_20_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a62b4c312aa303b94eafd6a3676044b4292d7ced3b01523727288f28d3e6365 +size 3981 diff --git a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_21_Cue.uasset b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_21_Cue.uasset new file mode 100644 index 0000000..89d7743 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_21_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd4326f0883ea76c8d41a7d3477f57e897ff59a908f93c40dfd5d06d3ba63894 +size 3981 diff --git a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_22_Cue.uasset b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_22_Cue.uasset new file mode 100644 index 0000000..a72876e --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_22_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a478526b16ba25fa558d55da0b6d3d437c1d6b12211141e768c10722f81cd9f7 +size 3981 diff --git a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_01_Cue.uasset new file mode 100644 index 0000000..1a9da4a --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:485acfca6e463f1b2415b1bc914881c3d391ae5544576460e297fd996fc048af +size 3998 diff --git a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_02_Cue.uasset b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_02_Cue.uasset new file mode 100644 index 0000000..ae534da --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbf245abc39df3fea639bcc271f2b5360e7a94d755dbfb1b1a9848d450708b32 +size 3998 diff --git a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_03_Cue.uasset b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_03_Cue.uasset new file mode 100644 index 0000000..de29082 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07e319a982a0c681a11c5c446d6ae0b31efad78bf3c6401cd0e45f54f8f1f9e7 +size 3998 diff --git a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_04_Cue.uasset b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_04_Cue.uasset new file mode 100644 index 0000000..7e3ce7f --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dd128ccf846e4e03eb97d137bc735b72152817925ecb78bba73cd449402ea3a +size 3998 diff --git a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_05_Cue.uasset b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_05_Cue.uasset new file mode 100644 index 0000000..69b0fed --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c3378559abac58e3c8266e538af79a763fa0747eee9c2fbb96e64bc0e78847b +size 3998 diff --git a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_06_Cue.uasset b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_06_Cue.uasset new file mode 100644 index 0000000..e272351 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c5ce7340e5fa647ab02b9ab8d8939bfe1c73d4d8de8c4e12651977e6635954e +size 3998 diff --git a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_07_Cue.uasset b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_07_Cue.uasset new file mode 100644 index 0000000..7597267 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40036c3cdad2670f0a5039fb5e9c7b09a4f93a45d218f7a6544972e6b5fb7ea7 +size 3998 diff --git a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_08_Cue.uasset b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_08_Cue.uasset new file mode 100644 index 0000000..8666102 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e14c9fdd134ad85134d5091b2eba8bc33427d7b407f7776f673d3f647c343224 +size 3998 diff --git a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_09_Cue.uasset b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_09_Cue.uasset new file mode 100644 index 0000000..876be91 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11adbfcd3a7cb7cf0b4e15da79d73415b80f58e31e831c1e57033ff0055f564d +size 3998 diff --git a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_10_Cue.uasset b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_10_Cue.uasset new file mode 100644 index 0000000..188122a --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d640b8fbbe7ec272d26182a75d4fe69547350e3be98bd02095ef6e1c64af200 +size 3989 diff --git a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_01_Cue.uasset new file mode 100644 index 0000000..4d37cc9 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e088d708345a79629065bf5aaa2471a6dce05a0a594333dbd0743c2975184e67 +size 3998 diff --git a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_02_Cue.uasset b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_02_Cue.uasset new file mode 100644 index 0000000..47b7f6b --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df6e077a86e04315e9f01ec803e4b83171eb120a2aca54967ab07ff6eda5663f +size 3998 diff --git a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_03_Cue.uasset b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_03_Cue.uasset new file mode 100644 index 0000000..4745e2e --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d09847e7d7b18f9babc560740b1b7fd61ec8ac215dfd945c797efcf17d2d0eef +size 3998 diff --git a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_04_Cue.uasset b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_04_Cue.uasset new file mode 100644 index 0000000..7d2960e --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5afe9642bafa16a8178c58aafcf6ff38cf754bd342c55f7ff97c3caf561bedf2 +size 3998 diff --git a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_05_Cue.uasset b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_05_Cue.uasset new file mode 100644 index 0000000..2142932 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:477e334873e887e24cee68c1d65adbdbe93cef0176c2f2204268bf181f058577 +size 3998 diff --git a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_06_Cue.uasset b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_06_Cue.uasset new file mode 100644 index 0000000..f508528 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fad6ab73a6b8a9bf12f3e7e8b7d9344b13b1438a83790255bd5fe51142a31a2f +size 3998 diff --git a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_07_Cue.uasset b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_07_Cue.uasset new file mode 100644 index 0000000..5485546 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec834ff3e5fb44a6b4fbd630b6b190d7edf8cdbb47d641681bdf5e8dd13c8c83 +size 3998 diff --git a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_08_Cue.uasset b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_08_Cue.uasset new file mode 100644 index 0000000..2c5a364 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf39315b9a7b808b3e43b2995fd15aa5eb232ff609687fd744deef4098280f5c +size 3998 diff --git a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_09_Cue.uasset b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_09_Cue.uasset new file mode 100644 index 0000000..3915bba --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f343dd22fcb70f35b6ab5790b3e3112318ddcac12612eefecddf49073abd004c +size 3998 diff --git a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_10_Cue.uasset b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_10_Cue.uasset new file mode 100644 index 0000000..103aef7 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21595cfd6166664d8eaae7ac278947f169789ebc41d1b8d43e7af295946f3f8e +size 3989 diff --git a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_11_Cue.uasset b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_11_Cue.uasset new file mode 100644 index 0000000..5f0daab --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae27ee35a92336cf2841d7694b3df589f79b63ef7994780a766561acc72e7a16 +size 3989 diff --git a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Whine_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Whine_01_Cue.uasset new file mode 100644 index 0000000..6e83de8 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Whine_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f99118259c1c9e860f00fee14c6e06949734a75188aa9a6473814f4e5639542 +size 3998 diff --git a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Whine_02_Cue.uasset b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Whine_02_Cue.uasset new file mode 100644 index 0000000..dc92152 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Whine_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:068b251564a7a2df731cb08a2c4e3c22c0fcb103479638fda61db8360ce34e9c +size 3998 diff --git a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Whine_03_Cue.uasset b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Whine_03_Cue.uasset new file mode 100644 index 0000000..42f9c3c --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Whine_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfc059f7c929e8931882b46cd2bd2141ccecece24bae960dd167ac00fca36560 +size 3998 diff --git a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Whine_04_Cue.uasset b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Whine_04_Cue.uasset new file mode 100644 index 0000000..2b7ecd8 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Whine_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79f3cd9ea4e3a4642d940b30ddf62731fcab2df36c911a18f788de846c795fe6 +size 3998 diff --git a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Whine_05_Cue.uasset b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Whine_05_Cue.uasset new file mode 100644 index 0000000..2af033b --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Whine_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f586ed9629657887eb6424ba57f2ca3218b028e81a07c5b719f0b25e0a97dd9 +size 3998 diff --git a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Whine_06_Cue.uasset b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Whine_06_Cue.uasset new file mode 100644 index 0000000..049feb5 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Whine_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a2c7ac81d4f4f9a80aae66ba92b6832e4094f398e604da34fcd99ff317e8911 +size 3998 diff --git a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Whine_07_Cue.uasset b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Whine_07_Cue.uasset new file mode 100644 index 0000000..89e2b2e --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Whine_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d83adcc13e123ac8eced42ebf60cd5badfdcc946c2713673212e7d7ba193a0d +size 3998 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_01.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_01.uasset new file mode 100644 index 0000000..ad7b3af --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f02d67a4e3ecdf05fd87d24a361cb9deda0ec42fd961fe391eb31bc4b7541e5 +size 244528 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_02.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_02.uasset new file mode 100644 index 0000000..02b4d8b --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d5a72b8c9dd94e710a85f976150130ec085dbd50c79a1428b9be81fc175e373 +size 168712 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_03.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_03.uasset new file mode 100644 index 0000000..ceca499 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9206e0564d123e50bd2f0194aef5582187200c97bc2d0f56d447fc41b3a20000 +size 249338 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_04.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_04.uasset new file mode 100644 index 0000000..f3dd083 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6e82931e5e9b047e8857f30ece30f24967cd178fe3bc65395d809bbbfa6187a +size 149068 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_05.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_05.uasset new file mode 100644 index 0000000..d4ea519 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bbe89e3de0f8d4ce3d5aed80c582084c4d599ca38aba8442f3d22193763d7ab +size 148609 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_06.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_06.uasset new file mode 100644 index 0000000..26d06f6 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eae28f8f32bb2b7a26fe8ea35d5a74c2d99aa0301b695b931598040f7d7f750 +size 164576 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_07.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_07.uasset new file mode 100644 index 0000000..41be60a --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6455cdbcf9ed90277ae10217a1b8ba0a081d61c9f6a4b6fd6ec9284ab0bc7150 +size 173617 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_08.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_08.uasset new file mode 100644 index 0000000..55d3f14 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60a5e89b76c89855c8317c1da763ffc4f19056cd74f019f45bf089543e76b987 +size 187557 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_09.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_09.uasset new file mode 100644 index 0000000..080d682 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba976bb4864846a3f98d94bdc96678389150ceda8731ea7fec046f41a6c29bbc +size 154477 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_10.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_10.uasset new file mode 100644 index 0000000..b491240 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21bd73a469d6276fc482db02e8ef9b63b9c4cd85568904bd2e884b915165e982 +size 82086 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_11.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_11.uasset new file mode 100644 index 0000000..3ccc8f7 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bc9c4491d6d3cd6d478f611978095ef41fb656e855fcf94008c88ba9e81a985 +size 82507 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_12.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_12.uasset new file mode 100644 index 0000000..5b9f692 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:947d008972b1661420a8cbffe994f51792623c199d6b0ca11435ffd39d44e8a9 +size 182234 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_13.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_13.uasset new file mode 100644 index 0000000..1576fc2 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5db4fabb0c6a91a413574026e147f5fc8e4c7a16c76b5bf3bd40342a3453bae2 +size 82527 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_14.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_14.uasset new file mode 100644 index 0000000..97ca57f --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e6ac78b23aee789a35b96b2c3d4cc5c36ca7026d59be0a9017bc6b9727809b2 +size 237057 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_15.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_15.uasset new file mode 100644 index 0000000..b45524b --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20ec0366689d9cd987b1ba0537ad35c5c7c791acec9ba537e52448805a5fddc5 +size 93450 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_16.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_16.uasset new file mode 100644 index 0000000..5f8c797 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_16.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43884c2cf2d283caf471260e1dc314d0788723a237ed71b5c11ccca37fccd454 +size 314360 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_17.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_17.uasset new file mode 100644 index 0000000..f8ad5a9 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_17.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af5bb9b32cf288161d1c57dca95501c14826e77db8b4c62aea10e5b27a122525 +size 107639 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_18.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_18.uasset new file mode 100644 index 0000000..5b36fce --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_18.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01e8a58e334455e2b302884602cf3700e11c9f4cb32772a78d13227fe4a40694 +size 172129 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_19.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_19.uasset new file mode 100644 index 0000000..251d036 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_19.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa07faa6a0eb8cc79c7dbaf8065073eb2353dd5bb55f5a650a3587e900dfa49a +size 93211 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_20.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_20.uasset new file mode 100644 index 0000000..9c09fbc --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_20.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48c0d74b7ba87cd0ab54a73845de5508704982ee3af611c1e2121172374fa075 +size 92910 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_21.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_21.uasset new file mode 100644 index 0000000..09aca2e --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_21.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7b17fc952ebd99b0df819cdd0b864a7b50e6c4954dfcc4dbe66432cd7e54bcd +size 93034 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_22.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_22.uasset new file mode 100644 index 0000000..c6854ef --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_22.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ef916fab90c1cdcc1c6152c046c0a84e459a62f4e424405ab21f296140a3b65 +size 232725 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_01.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_01.uasset new file mode 100644 index 0000000..c9a3f39 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdfffe3b2b2dac8431cced7ed5ad8cbab8522e544a22314bb507dc428c023a3e +size 419513 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_02.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_02.uasset new file mode 100644 index 0000000..9b17ed6 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8ac0133484b9e0a0cf25d5e2a775766b401f442641873aa76b2ebd651ccf6f6 +size 454774 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_03.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_03.uasset new file mode 100644 index 0000000..647da55 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ff6b853e3f762163602c497a26c2776e5cf49eb5506b7d0810656076ba40880 +size 260942 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_04.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_04.uasset new file mode 100644 index 0000000..65aedce --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2c2eb3de5a1bb94f3bff581e46b68b452056292e257f595f3077d2dbd146d3c +size 225474 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_05.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_05.uasset new file mode 100644 index 0000000..aa5a037 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1daf062eccc1929960e5ac6a0d57e21ae465eca40bd044c822d412332747f77c +size 402969 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_06.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_06.uasset new file mode 100644 index 0000000..0fa00ab --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02a4624ad41d336c788419c00fcf07018c42bc1f5c67d093b3a14dfface501b0 +size 133966 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_07.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_07.uasset new file mode 100644 index 0000000..cddc5ab --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a6a35e9ead2534affc9ddc631c960fb2f9569893721b0d8341aeb22eb8b57d +size 151477 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_08.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_08.uasset new file mode 100644 index 0000000..08c9978 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8af239c12ffe7c8a300bde174e564409b32dfd24b0213c8e073c02070629e1f7 +size 150241 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_09.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_09.uasset new file mode 100644 index 0000000..0ece801 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e99d6d163e53f5711edf8eaca01eba7a0af743afb28b3ecaee2388f9025f2ddf +size 323156 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_10.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_10.uasset new file mode 100644 index 0000000..fa4f131 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc78a7d89aaf107308fcc52b8542652868862e503343b0803f7886550da08674 +size 421090 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_01.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_01.uasset new file mode 100644 index 0000000..d657969 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5092376ea5f642c80126af12b74673c6d7b009ced67cca6493c91a7e9d74d9e +size 230390 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_02.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_02.uasset new file mode 100644 index 0000000..ece7612 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eedf8df7efa00a37d8bda6b209a7e84f5e9b944ab13505aab11aff797c54fea +size 224315 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_03.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_03.uasset new file mode 100644 index 0000000..252306a --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71a6a76ffee0127dd1dfd1c4752d9add3c424f2a7af94c5ce742d3bbb8495fce +size 241651 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_04.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_04.uasset new file mode 100644 index 0000000..d4b837a --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb36ec3f932bea0b96324f277ec654180870c77c5bb3250f16516c8eecdabae0 +size 213123 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_05.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_05.uasset new file mode 100644 index 0000000..30c4c4b --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1763c954fe10a5b0a72a279d36bcaa5e77984c622fc02b382848d87351a8592d +size 295469 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_06.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_06.uasset new file mode 100644 index 0000000..cf3d442 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d51092eb0e05664f98dbe0a147135d7322553ab8bd281dc9919d5a2e97b9a835 +size 310175 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_07.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_07.uasset new file mode 100644 index 0000000..f6dee0d --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c354a2a21384f2acc1330b1553c6355d0236fb5b4f629efe362034e14de6b09f +size 251198 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_08.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_08.uasset new file mode 100644 index 0000000..539e25e --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11b2c60a3c832c51dad4b9d06a3ad722ca916e84996e11696e99b1ea9dcee65f +size 306088 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_09.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_09.uasset new file mode 100644 index 0000000..3527fcc --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01b45487c140285f8b26e4a7aa4096aadca1c05d0a09fd294aead094117c19a9 +size 252042 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_10.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_10.uasset new file mode 100644 index 0000000..9c9cadf --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55475db3347d5fa11b8b4fbfde4d73e43967d6330a9d7e434ef08435ccfc7c90 +size 367534 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_11.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_11.uasset new file mode 100644 index 0000000..79c7317 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a19de2b9239fb4e651ddae188e4a800cc45cf11c427af5b5027075c0357354b2 +size 315555 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Whine_01.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Whine_01.uasset new file mode 100644 index 0000000..01257dc --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Whine_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac1401128a332340ff70c06ab0ae3ed1a42dac907b7996cd47e6059b0da6748a +size 195815 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Whine_02.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Whine_02.uasset new file mode 100644 index 0000000..e8e69a5 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Whine_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6afc4f8bdb9cf75abbdccc499bf8f5fc65b42bbb63d86ee6d20c044bdbc51af +size 225177 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Whine_03.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Whine_03.uasset new file mode 100644 index 0000000..3fd0710 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Whine_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b4f6a7ad5f7c22d05d030081475457af84dba234af9c89f33822bf777caa98a +size 201657 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Whine_04.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Whine_04.uasset new file mode 100644 index 0000000..2d0d917 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Whine_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92e09894d4cbbddfb630b30ea53185c83ce17fe0e1f5254315db89464fb356d1 +size 262439 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Whine_05.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Whine_05.uasset new file mode 100644 index 0000000..1c71cef --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Whine_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3728053be60ab5f50674fb5019c3276bb6216f7965343f15e841ef41583aa324 +size 218178 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Whine_06.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Whine_06.uasset new file mode 100644 index 0000000..acb30a8 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Whine_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afb5d8d1f2e23173bb12e8d949da514c96e0324739a61e7c60fd8cbe245c5831 +size 195840 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Whine_07.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Whine_07.uasset new file mode 100644 index 0000000..9e2003f --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Whine_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31b405e65e38cd3fe77fceddf4f2acf9bd53850427096da9bc17f39465e34533 +size 237243 diff --git a/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_01_Cue.uasset new file mode 100644 index 0000000..b61ff10 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e56dc57caf688efc6d9242d3fba142774754f8ab3736286a74281ed7d0d0c78 +size 3961 diff --git a/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_02_Cue.uasset b/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_02_Cue.uasset new file mode 100644 index 0000000..9527321 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23a769e0c178a453351725762f8a68e561a33a99645d8b050340be3bf64b9ad9 +size 3961 diff --git a/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_03_Cue.uasset b/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_03_Cue.uasset new file mode 100644 index 0000000..14b78eb --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf78c1220fd6da39ea94c449a81a09f13d8aefe8602a11cbaed71f8bfc6c85dc +size 3961 diff --git a/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_04_Cue.uasset b/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_04_Cue.uasset new file mode 100644 index 0000000..13fd485 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40ace768e7e72645dffe1bd18f6723110d13871316fb7008b1712bf6d3733706 +size 3961 diff --git a/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_05_Cue.uasset b/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_05_Cue.uasset new file mode 100644 index 0000000..7b72dce --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0414143c08671c8903ba1d1c3e6ea14c48c495f67daa5b51461274bfa10bf293 +size 3961 diff --git a/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_06_Cue.uasset b/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_06_Cue.uasset new file mode 100644 index 0000000..d333ce2 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcc058cc5bb9db1e4711e0bab8f4b29e99bf0b9b1593289cb552eff7b790c0fd +size 3961 diff --git a/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_07_Cue.uasset b/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_07_Cue.uasset new file mode 100644 index 0000000..ea75cb4 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd9ee54ad53289dcfe81a65efec976c7dd96224d6fa0b5c754e1dd16e0e749eb +size 3961 diff --git a/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_08_Cue.uasset b/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_08_Cue.uasset new file mode 100644 index 0000000..678b661 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a24269512fdaba77c128ae261b908f9f20ed8d581b79faa63cef1991e5ea322 +size 3961 diff --git a/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_09_Cue.uasset b/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_09_Cue.uasset new file mode 100644 index 0000000..07e1ba9 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e319aeca2675d0c890c9a23b6858662163cfd515c3c26d7f43a10eba0773602a +size 3961 diff --git a/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_10_Cue.uasset b/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_10_Cue.uasset new file mode 100644 index 0000000..578834b --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1d9860e82270440a29c61ee34a39c51ba93b2600aeb3d0243bf150547a80b0e +size 3952 diff --git a/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_11_Cue.uasset b/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_11_Cue.uasset new file mode 100644 index 0000000..270644c --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:415d2bccb2079c5174203fc9b5b4ee37602f85c51e6f47556c792df1119ac0f6 +size 3952 diff --git a/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_12_Cue.uasset b/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_12_Cue.uasset new file mode 100644 index 0000000..337f1a6 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de6d72b65d01572e7983d1f1b40bb9585b45390b52c54f51fe2c5b807d921a4f +size 3952 diff --git a/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_13_Cue.uasset b/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_13_Cue.uasset new file mode 100644 index 0000000..91b25d8 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_13_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b630b6b07c54aafa9df19f383b00e5999ad856d6d8481d6c6389895fc900c37c +size 3952 diff --git a/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_14_Cue.uasset b/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_14_Cue.uasset new file mode 100644 index 0000000..eb05fff --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_14_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:361bc4512636785946d7ec81f6d931aebe69d20c03a4b179c08780ecca0964d1 +size 3952 diff --git a/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_15_Cue.uasset b/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_15_Cue.uasset new file mode 100644 index 0000000..8678d12 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_15_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a968572aad304f2d0b9fc05f8eb32f1c561c00915d3717d449800d87e3649420 +size 3952 diff --git a/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_16_Cue.uasset b/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_16_Cue.uasset new file mode 100644 index 0000000..21f489a --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_16_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cc4b439fa3ed75b6c16c5cb2b34da1b1c4f2b0cb9ef16b30804eb2c2b794f08 +size 3952 diff --git a/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_17_Cue.uasset b/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_17_Cue.uasset new file mode 100644 index 0000000..6cb747a --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_17_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16cbbe570bd7d39f935fed90c7c9dc76905d04f2713904539be45f414d8298ec +size 3952 diff --git a/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_18_Cue.uasset b/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_18_Cue.uasset new file mode 100644 index 0000000..a532097 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_18_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d7733f73122618e8ffd11f67a30a46916d215f07901b01f44b9eaca6608c0fc +size 3952 diff --git a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_01.uasset b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_01.uasset new file mode 100644 index 0000000..a2a4984 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1554947930d2f66837a9def3f6e463b3ea8753fd9b059036aac4b35f40058efb +size 148021 diff --git a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_02.uasset b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_02.uasset new file mode 100644 index 0000000..099eb1f --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d33002e53365825d30bebc959480735dcf6decc9a0d05b9f503ba076362fb53b +size 144906 diff --git a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_03.uasset b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_03.uasset new file mode 100644 index 0000000..2be7b24 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d56fc33a861b23fb2daa7c3fd21b82c02a3586becd6249d7b42ccc6b7a97e0cb +size 130206 diff --git a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_04.uasset b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_04.uasset new file mode 100644 index 0000000..77d1522 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:666a81fc9878cb416d598bef812596f3013c5f0f75c65ec2dbf63b121686976b +size 151986 diff --git a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_05.uasset b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_05.uasset new file mode 100644 index 0000000..dc3406e --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18b5eaf7b4c7926d962a6f9b36b4ec2974d57c4f631646f78b6772955649c03a +size 166318 diff --git a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_06.uasset b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_06.uasset new file mode 100644 index 0000000..455626e --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39dac66316859db3db6ecbeb94299fe075cf619b6d75abb382725086e89d2932 +size 120817 diff --git a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_07.uasset b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_07.uasset new file mode 100644 index 0000000..f2a5362 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e438a25742feea088306ceaef49b4391e30cf6f33bd1a0ca203e7c4199c8f343 +size 132018 diff --git a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_08.uasset b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_08.uasset new file mode 100644 index 0000000..f57e955 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fef53a4685e856922ad67ea95b018656723551a4ee04ac0695bf41e8b7d8844 +size 187945 diff --git a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_09.uasset b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_09.uasset new file mode 100644 index 0000000..f948d4e --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf8df45c961c236cced6642a143cd8e6e93bc471628b675ec2d9dc8850eb1f57 +size 184073 diff --git a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_10.uasset b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_10.uasset new file mode 100644 index 0000000..e5a2468 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d36961166d1332fb0faceb49f11cef7398c9f0e2fdd255676fb952da7cf81f6 +size 161113 diff --git a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_11.uasset b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_11.uasset new file mode 100644 index 0000000..576e8a6 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8f6cf7afa641359d386f33b039bb7431af9a0a2726b7a35666f4e9c4abd2b83 +size 149561 diff --git a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_12.uasset b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_12.uasset new file mode 100644 index 0000000..a2814f4 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db38cfd5829b5f1b6f6ec7b9fcec8195b72e499ab5d3c066a12922bcca57225e +size 183598 diff --git a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_13.uasset b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_13.uasset new file mode 100644 index 0000000..6e5ea5e --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9592fad6b3b12a8faa49f1c1d920a6a8fc07e344d5b9e70aba38ace4c858b3ba +size 160446 diff --git a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_14.uasset b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_14.uasset new file mode 100644 index 0000000..d163adb --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be75cb20d77473e632174ce885811bb26b7158c7d48d2199dde167638e980920 +size 201310 diff --git a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_15.uasset b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_15.uasset new file mode 100644 index 0000000..ffdb502 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20356d311d1586710ed4e358646fbc41e3e46aa7e84d6ac228c467ce939ffe8d +size 217098 diff --git a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_16.uasset b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_16.uasset new file mode 100644 index 0000000..f7590a8 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_16.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39fdae40bfbb7c5ba2627cb247b9eda05fcab3f47f2430addff7d68a168b9055 +size 147693 diff --git a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_17.uasset b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_17.uasset new file mode 100644 index 0000000..80e5ff3 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_17.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3411ff652c5f270c99264fffcd78b0f4a6f03abe2498650a552386498e9c8cb +size 133742 diff --git a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_18.uasset b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_18.uasset new file mode 100644 index 0000000..794e31c --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_18.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c5214ac3902f86c06210ad086db215d1776792884ab9743da85b4c0eb5ad19d +size 187621 diff --git a/Content/FarmAnimalSounds/Animals/Frog/cue/Frog_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Frog/cue/Frog_01_Cue.uasset new file mode 100644 index 0000000..445e52e --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Frog/cue/Frog_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cb1195dd0bb6c556031a801180e8185e24516331fa80e72a1fb9d94718007c1 +size 3961 diff --git a/Content/FarmAnimalSounds/Animals/Frog/cue/Frog_02_Cue.uasset b/Content/FarmAnimalSounds/Animals/Frog/cue/Frog_02_Cue.uasset new file mode 100644 index 0000000..8c38cb9 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Frog/cue/Frog_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:331f2c0cb360f16a4951fc6eee83858f088dad88a95f35ba866affacd2096a25 +size 3961 diff --git a/Content/FarmAnimalSounds/Animals/Frog/cue/Frog_03_Cue.uasset b/Content/FarmAnimalSounds/Animals/Frog/cue/Frog_03_Cue.uasset new file mode 100644 index 0000000..0881be9 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Frog/cue/Frog_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edab25352686e70f4d4504a678063f9555b72d5e67f9073a6b341cfa99818d87 +size 3961 diff --git a/Content/FarmAnimalSounds/Animals/Frog/cue/Frog_04_Cue.uasset b/Content/FarmAnimalSounds/Animals/Frog/cue/Frog_04_Cue.uasset new file mode 100644 index 0000000..64acdbe --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Frog/cue/Frog_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d34edce1dfd99defd000561b3e3ec6987ca05d65ebfb759d834b9e709f50cde8 +size 3961 diff --git a/Content/FarmAnimalSounds/Animals/Frog/cue/Frog_05_Cue.uasset b/Content/FarmAnimalSounds/Animals/Frog/cue/Frog_05_Cue.uasset new file mode 100644 index 0000000..85e617d --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Frog/cue/Frog_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22b553f425fdd3000f51b7125a8753c810f96ac1418581d19031f28635a84eda +size 3961 diff --git a/Content/FarmAnimalSounds/Animals/Frog/wav/Frog_01.uasset b/Content/FarmAnimalSounds/Animals/Frog/wav/Frog_01.uasset new file mode 100644 index 0000000..6d9aec7 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Frog/wav/Frog_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb7718970ed4dee2a142e58615415055bccef54594eef5921f7232d6e5c48023 +size 195557 diff --git a/Content/FarmAnimalSounds/Animals/Frog/wav/Frog_02.uasset b/Content/FarmAnimalSounds/Animals/Frog/wav/Frog_02.uasset new file mode 100644 index 0000000..e425936 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Frog/wav/Frog_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecf177e27347e33aab80fe13e99178bb0507ebce6d2b07b3284490466e94cc08 +size 149948 diff --git a/Content/FarmAnimalSounds/Animals/Frog/wav/Frog_03.uasset b/Content/FarmAnimalSounds/Animals/Frog/wav/Frog_03.uasset new file mode 100644 index 0000000..b090676 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Frog/wav/Frog_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e683c408617205a9dc37c1f30686695c70cd919fd37b2e8103d54d3b0c9196e7 +size 178761 diff --git a/Content/FarmAnimalSounds/Animals/Frog/wav/Frog_04.uasset b/Content/FarmAnimalSounds/Animals/Frog/wav/Frog_04.uasset new file mode 100644 index 0000000..7976b0e --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Frog/wav/Frog_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a9bdac0a898e2de28d0c19896dd9fc4512a7395f6fcb92288b45e7a6efe5a0b +size 128343 diff --git a/Content/FarmAnimalSounds/Animals/Frog/wav/Frog_05.uasset b/Content/FarmAnimalSounds/Animals/Frog/wav/Frog_05.uasset new file mode 100644 index 0000000..df4ab24 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Frog/wav/Frog_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12e2a492abd89b5023a13db4eeb74105279725e499bdc097c6c5bd624f073dbc +size 195744 diff --git a/Content/FarmAnimalSounds/Animals/Goat/cue/Goat_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Goat/cue/Goat_01_Cue.uasset new file mode 100644 index 0000000..8bea53c --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goat/cue/Goat_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f7f403dc53959dacb1e5db6f3235e488b375046ada3e13d039457b8d61d58cb +size 3961 diff --git a/Content/FarmAnimalSounds/Animals/Goat/cue/Goat_02_Cue.uasset b/Content/FarmAnimalSounds/Animals/Goat/cue/Goat_02_Cue.uasset new file mode 100644 index 0000000..ffd01a1 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goat/cue/Goat_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4900150e46078727c18417d2dc94139fb730722b88994aa4d078ffbbc8ec7ffd +size 3961 diff --git a/Content/FarmAnimalSounds/Animals/Goat/cue/Goat_03_Cue.uasset b/Content/FarmAnimalSounds/Animals/Goat/cue/Goat_03_Cue.uasset new file mode 100644 index 0000000..9e97623 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goat/cue/Goat_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac74cab0a8de662bef9fa84fa97ce52b25698941d81f0f3f6354de16125aefc3 +size 3961 diff --git a/Content/FarmAnimalSounds/Animals/Goat/cue/Goat_04_Cue.uasset b/Content/FarmAnimalSounds/Animals/Goat/cue/Goat_04_Cue.uasset new file mode 100644 index 0000000..7284859 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goat/cue/Goat_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54336d68136ac7b188ef301c26340c6421cca558bc5decb751acb6adac24ebce +size 3961 diff --git a/Content/FarmAnimalSounds/Animals/Goat/cue/Goat_05_Cue.uasset b/Content/FarmAnimalSounds/Animals/Goat/cue/Goat_05_Cue.uasset new file mode 100644 index 0000000..e9acd6c --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goat/cue/Goat_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84e5695a6bb4e4f585e9cb30f2fcbc4f46a5c2369d96460d371a3e45c69c043e +size 3961 diff --git a/Content/FarmAnimalSounds/Animals/Goat/cue/Goat_06_Cue.uasset b/Content/FarmAnimalSounds/Animals/Goat/cue/Goat_06_Cue.uasset new file mode 100644 index 0000000..8c794d8 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goat/cue/Goat_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21d473f2a44cb341df55c8d02f87f1a0ca0efb674810afbdcd576b29b5ce7b08 +size 3961 diff --git a/Content/FarmAnimalSounds/Animals/Goat/cue/Goat_07_Cue.uasset b/Content/FarmAnimalSounds/Animals/Goat/cue/Goat_07_Cue.uasset new file mode 100644 index 0000000..ea93c18 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goat/cue/Goat_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d1c120630e907fee24c2e1f3c323efb488be0e0dec8445a12663b9e20dbf0f +size 3961 diff --git a/Content/FarmAnimalSounds/Animals/Goat/cue/Goat_08_Cue.uasset b/Content/FarmAnimalSounds/Animals/Goat/cue/Goat_08_Cue.uasset new file mode 100644 index 0000000..f1fcf3b --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goat/cue/Goat_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a2a512f218ee75616ee33401a1dca9f8fbf022d15e885ddc92fe3bd499df733 +size 3961 diff --git a/Content/FarmAnimalSounds/Animals/Goat/cue/Goat_Baby_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Goat/cue/Goat_Baby_01_Cue.uasset new file mode 100644 index 0000000..b648b9f --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goat/cue/Goat_Baby_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c89626308ab05ee224477230c1960d86e49210ec577d5fcd8b99cc41c3cae60 +size 4001 diff --git a/Content/FarmAnimalSounds/Animals/Goat/cue/Goat_Baby_02_Cue.uasset b/Content/FarmAnimalSounds/Animals/Goat/cue/Goat_Baby_02_Cue.uasset new file mode 100644 index 0000000..21f7c8c --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goat/cue/Goat_Baby_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4032ae723134b5db7a4a6f4a743d16a5f7699c62a6fd7db892c2cc531265f52f +size 4001 diff --git a/Content/FarmAnimalSounds/Animals/Goat/cue/Goat_Baby_03_Cue.uasset b/Content/FarmAnimalSounds/Animals/Goat/cue/Goat_Baby_03_Cue.uasset new file mode 100644 index 0000000..00d2ca0 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goat/cue/Goat_Baby_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49e7826e2f3d65cdb0ea673f367bb507da1ef42a4d3ae3a38c0bd32ebb65b3f5 +size 4001 diff --git a/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_01.uasset b/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_01.uasset new file mode 100644 index 0000000..5db425e --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2dd2cbaab175976529a7ca090789cf824bb7b5f00ac435ff14604f1015188e3 +size 306897 diff --git a/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_02.uasset b/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_02.uasset new file mode 100644 index 0000000..34644df --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24037ec57233a32d9c115eb269e68fe82e778a257d0f88097f3a6eb89a8e16fd +size 244125 diff --git a/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_03.uasset b/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_03.uasset new file mode 100644 index 0000000..98cc27d --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d08198d980734841a26a975a5816b6e54c2c2ad30e85d203f20c1cf660626b40 +size 204301 diff --git a/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_04.uasset b/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_04.uasset new file mode 100644 index 0000000..5aa4f68 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68ad83189410f326a14131de5c433e01462cac8e9574e9b8052e6be6c4a78459 +size 200435 diff --git a/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_05.uasset b/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_05.uasset new file mode 100644 index 0000000..3aebfdf --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c37ebae1e00f8b85e3cf880a57cc21758fbf2d13f2ccf0d2568ae92c1c5505cc +size 289716 diff --git a/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_06.uasset b/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_06.uasset new file mode 100644 index 0000000..44cd2cb --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9a42f0cc001fb7b96876dc527564e8eaf22659dc5a0ede1ab28795b4bf6dcf4 +size 216793 diff --git a/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_07.uasset b/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_07.uasset new file mode 100644 index 0000000..445071d --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37a7740d9ca800460cbb9974728f5a8a384eb6c8151ae34c4327a83747604e66 +size 155439 diff --git a/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_08.uasset b/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_08.uasset new file mode 100644 index 0000000..765b52c --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96e0a2d1ad8c038ba477d745b5cb2927a856ff3106008605745da5b281e4c267 +size 192885 diff --git a/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_Baby_01.uasset b/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_Baby_01.uasset new file mode 100644 index 0000000..513fc82 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_Baby_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d2e7d108fd5e25ff3d35e84eaedba6272186e70a019aaea65a2bf2c30bed08c +size 120335 diff --git a/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_Baby_02.uasset b/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_Baby_02.uasset new file mode 100644 index 0000000..bb47beb --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_Baby_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64a2e373ebacbd169da64cf8a54a6045ac3e2ea8313107f38d4b5432bebfccd6 +size 137252 diff --git a/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_Baby_03.uasset b/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_Baby_03.uasset new file mode 100644 index 0000000..9b7071b --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_Baby_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fd88aa6a17b2b999a3cee0279fdaf73daef05c0c01540f8559af99c2377a49e +size 221936 diff --git a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_01_Cue.uasset new file mode 100644 index 0000000..8d21949 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4af48225a6d2d0aec71772d9d672cbf1a36e3f447254b32a661a1a51aa0ea188 +size 3972 diff --git a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_02_Cue.uasset b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_02_Cue.uasset new file mode 100644 index 0000000..a7dc5f2 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45cbc88b1393cecdd9ee5e311ced817597e8e6a5d5d57d8aba92c70b686c561a +size 3972 diff --git a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_03_Cue.uasset b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_03_Cue.uasset new file mode 100644 index 0000000..4117528 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7320bb44db8d3d9b39f986dd1fa6a028ddf0d62c94d9a1d5d83c4be20a05d7f6 +size 3972 diff --git a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_04_Cue.uasset b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_04_Cue.uasset new file mode 100644 index 0000000..7fdbf4b --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb902daf2ff3363145f15dbe2db752350d3b2c532ef135c2041c16b926844c5b +size 3972 diff --git a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_05_Cue.uasset b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_05_Cue.uasset new file mode 100644 index 0000000..07068c7 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03a681d807101f503bf518ed5d048f4f7d506e857cf5a8ed2cec000ed59f2ba6 +size 3972 diff --git a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_06_Cue.uasset b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_06_Cue.uasset new file mode 100644 index 0000000..36d2fdf --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db722a17eb7e0a32e5e199d2c98ea2aaf825ab45d16ba77604cc9bb85bb2c371 +size 3972 diff --git a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_07_Cue.uasset b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_07_Cue.uasset new file mode 100644 index 0000000..f5f5262 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9095e612b7e8fdc559a7c06a14caad3c31ea4466186f2452c8d6a05ac66a255 +size 3972 diff --git a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_08_Cue.uasset b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_08_Cue.uasset new file mode 100644 index 0000000..a0b91ba --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c6ec76d5603a050a09875dd58f345c879b77d4196cdac5fbb51717fe855afa1 +size 3972 diff --git a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_09_Cue.uasset b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_09_Cue.uasset new file mode 100644 index 0000000..a2487c3 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf82a44324591e7867d55110374cebbcac9b8a56b567fc8dac2f249d290ad334 +size 3972 diff --git a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_10_Cue.uasset b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_10_Cue.uasset new file mode 100644 index 0000000..df55b37 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86dad55644fd623387fce0dd591a68627040078d99aa958b472092e7bc26b9f6 +size 3963 diff --git a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_11_Cue.uasset b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_11_Cue.uasset new file mode 100644 index 0000000..0b004db --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da567183fd91c60ce77c4540d0d419a11bab309d2f3b5a8d0cc6eec7ae2bd29d +size 3963 diff --git a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_12_Cue.uasset b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_12_Cue.uasset new file mode 100644 index 0000000..7cec5b4 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07f119e8791a0d7c5770d93a13e728f0085cd380f768ebb79374cfca727363d4 +size 3963 diff --git a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_13_Cue.uasset b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_13_Cue.uasset new file mode 100644 index 0000000..8e4977c --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_13_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d4205406c21ec5fd2099f9aa6c9882a66a5bd1a555883e2692fbb60bacff883 +size 3963 diff --git a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_14_Cue.uasset b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_14_Cue.uasset new file mode 100644 index 0000000..8653004 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_14_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e342a417ddabe5da04d784911a6bc1b460ce6487f003c13e9186d3ca03b308a +size 3963 diff --git a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_15_Cue.uasset b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_15_Cue.uasset new file mode 100644 index 0000000..0fcb651 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_15_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91003b602d2e858206a2b3e5570942ca7a30ead5f7a5a78473f86b612b19f5a7 +size 3963 diff --git a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_16_Cue.uasset b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_16_Cue.uasset new file mode 100644 index 0000000..687033d --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_16_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fb31390da295b29444f2ee88783193fa21502bde5d8632578beb4c238b9d7fc +size 3963 diff --git a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_17_Cue.uasset b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_17_Cue.uasset new file mode 100644 index 0000000..3965d44 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_17_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a5309a59149cbe04aa8475d4dd606ecf327182d40ba2a1ecb1fb9d0feb866dd +size 3963 diff --git a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_18_Cue.uasset b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_18_Cue.uasset new file mode 100644 index 0000000..592d140 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_18_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10523e6235e39d8d5391da7a7193ca9ad7ce067d439bbc73efba5515cfc17a8e +size 3963 diff --git a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_19_Cue.uasset b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_19_Cue.uasset new file mode 100644 index 0000000..bb0d67e --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_19_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae6feb72c5ff25bb1624b6a6f0cb873c517248eb1c4fe822bfea714612f0e8fc +size 3963 diff --git a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_20_Cue.uasset b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_20_Cue.uasset new file mode 100644 index 0000000..dc59e4f --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_20_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ddc0161b02013f4fb3b8844f53a43261dab5d29b0819d3173b2d77dc36fe244 +size 3963 diff --git a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_21_Cue.uasset b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_21_Cue.uasset new file mode 100644 index 0000000..ac1a881 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_21_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c56d0e18b20e91759d3387dbf1de1878b024ae1495c6530132c27c3905ad0bb1 +size 3963 diff --git a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_22_Cue.uasset b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_22_Cue.uasset new file mode 100644 index 0000000..0ca38e2 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_22_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a006d183c58b5f0fe6bfe2ecba6e2c62b7f0540785923d9214482a1ed60445df +size 3963 diff --git a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_23_Cue.uasset b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_23_Cue.uasset new file mode 100644 index 0000000..1113bf9 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_23_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7be5d5551d090d5ee280ab6b5840e10e3b8d474f7b81b503dee48819eca22de +size 3963 diff --git a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_24_Cue.uasset b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_24_Cue.uasset new file mode 100644 index 0000000..d0db598 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_24_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dc865425b54b7764e903febf4c043c8e97e8c544f09a1b9c1cc523dcc770ba2 +size 3963 diff --git a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_25_Cue.uasset b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_25_Cue.uasset new file mode 100644 index 0000000..cbc2ba5 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_25_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01ab09cb1540dfa010f1b991127dabd27b1933076cdaeca0d7353580e49a334b +size 3963 diff --git a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_26_Cue.uasset b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_26_Cue.uasset new file mode 100644 index 0000000..56f7e3e --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_26_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eceb6cf5b19cb8a3419c3c3e080e37697534ea42bb6d9a81dccb4982a4a295e +size 3963 diff --git a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_27_Cue.uasset b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_27_Cue.uasset new file mode 100644 index 0000000..5e6ced7 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_27_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cedb0270a541ffbfe79e1a28fd33271f39806596d3761e966168ea0e22c48f54 +size 3963 diff --git a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_28_Cue.uasset b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_28_Cue.uasset new file mode 100644 index 0000000..75139a8 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_28_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82bb46d469c6d206024d6a4d3e50fb4c8a83a7995684adbbaf43f80bffaccd6d +size 3963 diff --git a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_29_Cue.uasset b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_29_Cue.uasset new file mode 100644 index 0000000..570bcd6 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_29_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f26046b8f9a297fa4647bcaa53abb0ef6bdfa817b16263b6f32c9b57d408b81a +size 3963 diff --git a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_30_Cue.uasset b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_30_Cue.uasset new file mode 100644 index 0000000..6926f7c --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_30_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19214ae4f330cea48ab4223c66239cf3a3c62506121d581b253e124b34618352 +size 3963 diff --git a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_31_Cue.uasset b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_31_Cue.uasset new file mode 100644 index 0000000..a533ab2 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_31_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aafb541d7ce1a85dab9863bc5e21c1030c23d43f83bf9d9cadd254af3c53f612 +size 3963 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_01.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_01.uasset new file mode 100644 index 0000000..668a025 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:377bf9a88037739209ef72b632bf83a2f9740677339316b200b9035c76d78f68 +size 216690 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_02.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_02.uasset new file mode 100644 index 0000000..36261d4 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:360161a202222043f2a74d0bc958b972677874c0865caf7a59525a3983a4f7e8 +size 311973 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_03.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_03.uasset new file mode 100644 index 0000000..d33d16a --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ee24df350d7d6e4b05062077e82fa8f420a019db3cf29fb6203ebc92ba49a3e +size 162712 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_04.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_04.uasset new file mode 100644 index 0000000..b2e18cf --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:719387308d510126b2cb6d7b235b31fa15b82bcebe7d498309f4af5df410babc +size 183326 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_05.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_05.uasset new file mode 100644 index 0000000..85f51f5 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:534c9638d4616913c7627228562ed37cfa6ac5d8647c5117368c12a8af7853f4 +size 164620 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_06.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_06.uasset new file mode 100644 index 0000000..704a3fe --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f5106405cbb78a33f28c43e0fc197d36e7767bd9e2a2d4e82b7992718e7f0b8 +size 222669 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_07.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_07.uasset new file mode 100644 index 0000000..148119b --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c07c4cd2e8ef0b29918cc99b06d37013d54dbb854fcaee0cf4cfec2f980296f +size 179156 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_08.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_08.uasset new file mode 100644 index 0000000..e0de0f7 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ec17a216fa29b9c43de9cee88ca25a6aeced1ae9a1f460b1dfe439be73cb2b2 +size 261823 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_09.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_09.uasset new file mode 100644 index 0000000..8ad12e5 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55299a0fff5c7e67b3399c2495c6b50ea54e1a7a9fa4cef0af6461656f89e073 +size 276551 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_10.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_10.uasset new file mode 100644 index 0000000..26807c5 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:145530eee0af384243c26d5a1ca06a499229e4e729ad89628523643428b72e4a +size 166819 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_11.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_11.uasset new file mode 100644 index 0000000..62930f0 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c6f49ae05b683ce935577571a154e33ac84deffe587260bf740ae6af6b922f6 +size 219038 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_12.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_12.uasset new file mode 100644 index 0000000..63e3b8b --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1594f3de751308e82ae370c6160fb231de20263f7c6449102b6e72ea9c7b6a96 +size 133280 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_13.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_13.uasset new file mode 100644 index 0000000..49180cb --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7baf0015c0df040d5295ae713e6b42d1f853ea7a223e527f42d5d2151c860f7 +size 151931 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_14.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_14.uasset new file mode 100644 index 0000000..d9d0e9b --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b14381f92695732535ab158952a6dbc052a04f545004740d6e2bbf13c64584a2 +size 265401 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_15.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_15.uasset new file mode 100644 index 0000000..49cb5ce --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff43b6f607b7a1f1adecb4c98452d5a430cbbebba36c8744a4dd488ebda7458e +size 120063 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_16.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_16.uasset new file mode 100644 index 0000000..7e02959 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_16.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27a53ae2f6e470ecaeaf8c275dc15449b40a2f7f90c5e22e7ecdfb45bda30d87 +size 161148 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_17.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_17.uasset new file mode 100644 index 0000000..5eea235 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_17.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49278a2e1bd4ee071dad43fe923e597a6051465c06f4017b342b6de68eb15e22 +size 212957 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_18.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_18.uasset new file mode 100644 index 0000000..81d8962 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_18.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8db44eca8f915c8992b0395d40bf48cb13555ea389aca95ba00c2189c047d80 +size 265381 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_19.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_19.uasset new file mode 100644 index 0000000..385fc99 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_19.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:719b73efc50c7f66c53d2548a650e62733f8b443f952a2f2cb7e4887464c7c84 +size 169987 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_20.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_20.uasset new file mode 100644 index 0000000..0eaf4fd --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_20.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:942c93b5809dc9c5750aadab50d742229f5fc58f594660ccd8a88a35fddd0ef7 +size 144861 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_21.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_21.uasset new file mode 100644 index 0000000..6b3173c --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_21.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fa5b8ce7b5d646aac25f41cb10ff6b28b19340bfeb6d1ca0c278d9fa0cd9dde +size 154238 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_22.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_22.uasset new file mode 100644 index 0000000..afa30ac --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_22.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64d5a94878744a1721e45b45bbb3e52345106ec20cd433de750f402df3db5f2e +size 206699 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_23.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_23.uasset new file mode 100644 index 0000000..78d7074 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_23.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fe0a246e6ce67fdf2de56738c18595e92d24f909f6e43e8c81df0c5ba8e808d +size 172103 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_24.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_24.uasset new file mode 100644 index 0000000..4d0fc2f --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_24.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc2b467dce0ac620a73aee8e4e1c97bb1d98a002a80ab6232e2dc69534a2a4a9 +size 139007 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_25.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_25.uasset new file mode 100644 index 0000000..2558b2e --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_25.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5bfadfeeeea07bd725cf8240f1b5d9dc53d10f6eb4bcf89055d11f9503f1271 +size 176528 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_26.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_26.uasset new file mode 100644 index 0000000..3a5a25c --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_26.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c6131cda94dfca3df8a66dfd1fd843fa4876e401e9ab6850c7fc24cd18014f4 +size 156015 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_27.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_27.uasset new file mode 100644 index 0000000..98e431d --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_27.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a88ef2443f9083f0f37ad4f972dcf155d06463fc60e2e1f0ab18a9370e0492dc +size 263858 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_28.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_28.uasset new file mode 100644 index 0000000..2ec722b --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_28.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e5ca9664100d17631376a5fa22f4d5fb72bf44d56157f15f90f06417fa06e5a +size 249629 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_29.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_29.uasset new file mode 100644 index 0000000..dc20d30 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_29.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebe88984afac11dba33f12e378e317d6480a2dd4e8b9391b0d82c3cbc0806a28 +size 201739 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_30.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_30.uasset new file mode 100644 index 0000000..cefb7a7 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_30.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:385d181ec42742a3858033e62035d2a4263c5003e7402acdb6c7f7974669bcd2 +size 239643 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_31.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_31.uasset new file mode 100644 index 0000000..d5c3f28 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_31.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18dedb64973f369805738a2fa12c4f231e4fb297de210b751038567ac3e40e30 +size 258759 diff --git a/Content/FarmAnimalSounds/Animals/Gosling/cue/Gosling_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Gosling/cue/Gosling_01_Cue.uasset new file mode 100644 index 0000000..8eef937 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Gosling/cue/Gosling_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da1a331542ddf15498d495093abb6e8376a720c0172905f840d9954ad24d02c3 +size 3994 diff --git a/Content/FarmAnimalSounds/Animals/Gosling/cue/Gosling_02_Cue.uasset b/Content/FarmAnimalSounds/Animals/Gosling/cue/Gosling_02_Cue.uasset new file mode 100644 index 0000000..69f6964 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Gosling/cue/Gosling_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a50615cbaed892f3eb9c5cd3c3a094778605c9f83e04af85b57d88cd0d750e12 +size 3994 diff --git a/Content/FarmAnimalSounds/Animals/Gosling/cue/Gosling_03_Cue.uasset b/Content/FarmAnimalSounds/Animals/Gosling/cue/Gosling_03_Cue.uasset new file mode 100644 index 0000000..fb366ce --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Gosling/cue/Gosling_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea93223cc79ee84a482e4236e5ed363ecf738086bc34b321dece55c0343007a3 +size 3994 diff --git a/Content/FarmAnimalSounds/Animals/Gosling/cue/Gosling_04_Cue.uasset b/Content/FarmAnimalSounds/Animals/Gosling/cue/Gosling_04_Cue.uasset new file mode 100644 index 0000000..801fd59 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Gosling/cue/Gosling_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1c3f5f3845308978bf0903ea0f3f978a0839a1d368e88a6a35c4ede67cb24e3 +size 3994 diff --git a/Content/FarmAnimalSounds/Animals/Gosling/cue/Gosling_05_Cue.uasset b/Content/FarmAnimalSounds/Animals/Gosling/cue/Gosling_05_Cue.uasset new file mode 100644 index 0000000..84dfb65 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Gosling/cue/Gosling_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b4f206ee16e97e63b49323146e9b36016dc35cfa6b6c4e35effe23e9720575e +size 3994 diff --git a/Content/FarmAnimalSounds/Animals/Gosling/cue/Gosling_06_Cue.uasset b/Content/FarmAnimalSounds/Animals/Gosling/cue/Gosling_06_Cue.uasset new file mode 100644 index 0000000..951efe7 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Gosling/cue/Gosling_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b32e870217597c0641ccedcb217d54ab4d0b19fe067d44b04b57cb0919fd08f +size 3994 diff --git a/Content/FarmAnimalSounds/Animals/Gosling/cue/Gosling_07_Cue.uasset b/Content/FarmAnimalSounds/Animals/Gosling/cue/Gosling_07_Cue.uasset new file mode 100644 index 0000000..3c8be63 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Gosling/cue/Gosling_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3471f41774649ff27bd41e60d595309c60d9ef4db82027dcc4997bece1a07a85 +size 3994 diff --git a/Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_01.uasset b/Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_01.uasset new file mode 100644 index 0000000..9ab3224 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d5bc51c17114af948a54d24647fb56050b2c447a13006b70eeb5280ae7feeb1 +size 111123 diff --git a/Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_02.uasset b/Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_02.uasset new file mode 100644 index 0000000..9c701e1 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9baa2974fe5d0bd19cedb1f43e3978e7ae970c6fc7b83d8f94d216ea62a3eac5 +size 318606 diff --git a/Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_03.uasset b/Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_03.uasset new file mode 100644 index 0000000..8f06689 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2024467b881576c3d593080e0680aaac79eaf75fc8b421f0f6a360f60ba4bcce +size 184810 diff --git a/Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_04.uasset b/Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_04.uasset new file mode 100644 index 0000000..cb83780 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1d2cd2d70ecea28f06f6df14da5bd4284a2d46c5d56349fc1665adf65de6dc3 +size 330568 diff --git a/Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_05.uasset b/Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_05.uasset new file mode 100644 index 0000000..9c9aa22 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:582e81064a9c602c0b924bbe18e9bd54355022ffc3413d37d3ec20380e7c735d +size 110359 diff --git a/Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_06.uasset b/Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_06.uasset new file mode 100644 index 0000000..c9a8214 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dde15b0886be94a24646f10a46a8fe13de411cf4065061b0d9f6cf4de6da545d +size 271258 diff --git a/Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_07.uasset b/Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_07.uasset new file mode 100644 index 0000000..8f0fc96 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8d5feb0b3ecc4b44ef426bb2e485a9ee400df99b7743a40d2f7b9af5cc6e464 +size 136762 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_01_Cue.uasset new file mode 100644 index 0000000..3c4da76 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2648df5117744cece0c61cb87ad531a8b266de47a0700c5501eb16e225dae37c +size 4028 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_02_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_02_Cue.uasset new file mode 100644 index 0000000..db45e78 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f7c13ca8e3c89d6569574d47f18227b5f8e3f85c70571ee3966e00c1ecb1fd3 +size 4028 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_03_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_03_Cue.uasset new file mode 100644 index 0000000..7c30f49 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aa575a7299a7c06269ffd9d06dbbe812d37c03e6bdfd8e0680a87f36dde6d8b +size 4028 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_04_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_04_Cue.uasset new file mode 100644 index 0000000..53a1999 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:426e112164b9715357b0aff3b24d67a9cf1695cf672347ed26ab706736007c44 +size 4028 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_05_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_05_Cue.uasset new file mode 100644 index 0000000..7b4dca3 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26705cbb70823b9d8d51368757f79c2ed32e66bc49686041b5e390471eaec3b6 +size 4028 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_06_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_06_Cue.uasset new file mode 100644 index 0000000..6b24216 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d85e9cec794c0606d1ac3f87ca5711909f805f3e9278036472e20cb1b6becbf1 +size 4028 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_07_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_07_Cue.uasset new file mode 100644 index 0000000..c582bca --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b155e9dd647c59eb2c044024d2620ab64038ceb928333ea08c048b8f9c0c3427 +size 4028 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_08_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_08_Cue.uasset new file mode 100644 index 0000000..ed8d877 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc6690760cdf0162e13db3d4340c563b5455b535231eadd29355aac29553568e +size 4028 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_09_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_09_Cue.uasset new file mode 100644 index 0000000..970228c --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd3f39b5e74d32a2c8a964574905c22a1ba465faa5ad76b8aeeb39eb91c494aa +size 4028 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_10_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_10_Cue.uasset new file mode 100644 index 0000000..b672250 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e851d4db1738c093d578d014ef9b61abaa3af22d9603ab6cc9b4f9e573d210e0 +size 4019 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_11_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_11_Cue.uasset new file mode 100644 index 0000000..77c5166 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f82b7f28f7e507fa5ed4302886f6358617ed8cd126f0e0af786ed8a5281e48ae +size 4019 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_12_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_12_Cue.uasset new file mode 100644 index 0000000..5ccd889 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee6bfc5d03f97cf9a045f21cd93ec1bb1fdbbfd33d9fcc4feabc845baf4f700e +size 4019 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_13_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_13_Cue.uasset new file mode 100644 index 0000000..e1edb43 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_13_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a84d75e112f64f6d843d4ee84cf71e91874272dc12421f41387624e609a6191a +size 4019 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_14_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_14_Cue.uasset new file mode 100644 index 0000000..99b744f --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_14_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:600388066dcaa070f38ff7a88c742f060dacf116c015f4fce345509ab3744f58 +size 4019 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_15_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_15_Cue.uasset new file mode 100644 index 0000000..476d940 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_15_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6118cd606ea3f5d65cbd61e0ca91a83f471e1557d02d4e88edd113d70ca28c3d +size 4019 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_01_Cue.uasset new file mode 100644 index 0000000..74b84bb --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78630b8a6e7e7bbf623c6922a5d0e8a21861cd11c35ad665a4762909de48f838 +size 4020 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_02_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_02_Cue.uasset new file mode 100644 index 0000000..140e1df --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c1e82d3f05ba3993095beb015f0b159295a70549f5e7d115dee58da377d6b05 +size 4020 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_03_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_03_Cue.uasset new file mode 100644 index 0000000..18c8eea --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6633318d5eb324bc3f9f6cdbe7d14211d2f9a2b72d99b8fb682f847923592028 +size 4020 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_04_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_04_Cue.uasset new file mode 100644 index 0000000..247a144 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69fec1dc0a46f37dcac915c97c9324c9cf87427c85a6fd497d78bd989ab9aafa +size 4020 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_05_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_05_Cue.uasset new file mode 100644 index 0000000..dd88eee --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4fc149d3dd5e0274f85e6c987647f2d9dfd594f1fd78e652df80b9ff915c149 +size 4020 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_06_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_06_Cue.uasset new file mode 100644 index 0000000..318cbb5 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55a725c0c1953e35b244f8ad6cb47c21fa7a85bcbc719346857c49ffdea84140 +size 4020 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_07_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_07_Cue.uasset new file mode 100644 index 0000000..56fa1cc --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f88e34bcbd5fe48d7153746dfa88bc8f2fb45bf137794c0621a890418f1c7c4 +size 4020 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_08_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_08_Cue.uasset new file mode 100644 index 0000000..344701a --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a9bc710efd65b6914b3169e325bd305b33508c56ad2ce6fe41c2c92f603a832 +size 4020 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_09_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_09_Cue.uasset new file mode 100644 index 0000000..e8b8a92 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9958c4cf82add1e6c9b8e25dcdf9deeaca42fbaf993b14fd17cbd63cab6b20bb +size 4020 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_10_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_10_Cue.uasset new file mode 100644 index 0000000..d4e0dcb --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c37fe6bc1408864a0b74f70dbb494d8265f9fb7bf2e6734129240767cd234e31 +size 4011 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_11_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_11_Cue.uasset new file mode 100644 index 0000000..4b34342 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f91a5a164139828b58bea973920c3eeb8d4a4788e67e5cefc3694cdf687f9201 +size 4011 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_12_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_12_Cue.uasset new file mode 100644 index 0000000..3497363 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cbace0396931a8847c7b28190985fc3f7a17d341d2f15cb55b70c2935013d6f +size 4011 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_13_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_13_Cue.uasset new file mode 100644 index 0000000..04bf643 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_13_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:806c783eacf5231c7451416890903686935b598c4c656ad8c83ef39170923ea5 +size 4011 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_14_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_14_Cue.uasset new file mode 100644 index 0000000..0ce2354 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_14_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad3739245f2d0e40f59436106b2b7b8d9fa1009f0695a15d5f9d3e1721bd8779 +size 4011 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_01_Cue.uasset new file mode 100644 index 0000000..0c1011a --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60e1101f8224122bfdd63d706e08dc83b57ece70dd9c2fe8f08a26c6c265b722 +size 4028 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_02_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_02_Cue.uasset new file mode 100644 index 0000000..44be419 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00cd938c1d4471d8e9fd0d5046dca0879565851ac0a3563eefb1efdaeb8dcfbb +size 4028 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_03_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_03_Cue.uasset new file mode 100644 index 0000000..0512634 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cd803899579a7f16b70a47ab1cab6e6db501cbe5c2c8c15dfc695d91499f9ce +size 4028 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_04_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_04_Cue.uasset new file mode 100644 index 0000000..f4aa6b4 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f8f8a84f50d94ee20f34b66d37128bf9bee236bf3b8968126d98fe1707b0fc8 +size 4028 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_05_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_05_Cue.uasset new file mode 100644 index 0000000..48c0cca --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e299917557195d084f475cea5b2a6e098290ec5ae580d61071138f016097d5d5 +size 4028 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_06_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_06_Cue.uasset new file mode 100644 index 0000000..7011d40 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9201cd1307b26bf2074054ff980edd736f67904335e622c17c777111a675cb93 +size 4028 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_07_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_07_Cue.uasset new file mode 100644 index 0000000..1934b8f --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:142ae9e972ccf0ef66aaeb4c53cd7a69c065447892fb6b6663d285f4aff225e6 +size 4028 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_08_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_08_Cue.uasset new file mode 100644 index 0000000..43924a9 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b488e60bef56e6cc552d80e283bd63b40155e45c74c87f19cb70c203d65f90e +size 4028 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_09_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_09_Cue.uasset new file mode 100644 index 0000000..49f49bc --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f11d4dc37b77ee6671b46408d2aa6b9d6027043f5fed14adc147baf19e4d086 +size 4028 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_10_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_10_Cue.uasset new file mode 100644 index 0000000..1495ba8 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff9c7bb4cccc01985f31e4a80c03b694e76391c768051e238d77c25300a009bf +size 4019 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_11_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_11_Cue.uasset new file mode 100644 index 0000000..e62fa15 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fca0d83aa317a16b6e40f7a85237f63b732e9479b485d6dfdcacdcc202921d42 +size 4019 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Screech_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Screech_01_Cue.uasset new file mode 100644 index 0000000..66566d5 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Screech_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93b2b483b704aa7899ba97c7cbaded685df3e94d6345fa9a98d0fe5ffc27b461 +size 4036 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Screech_02_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Screech_02_Cue.uasset new file mode 100644 index 0000000..70e5619 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Screech_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85406d2ae5c1be6d80308af555d0f8ac576cb3989bbad3daf418744c060d685e +size 4036 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Screech_03_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Screech_03_Cue.uasset new file mode 100644 index 0000000..8647d61 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Screech_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:684c9661bd8dfb94df5728389e9dfe1de7d2e8aa50075531a640a52b6d4f3981 +size 4036 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Screech_04_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Screech_04_Cue.uasset new file mode 100644 index 0000000..de757e9 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Screech_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb65a8a773b06366600b079a4c97c1ed48510fc47f86511825c7c2eabdfddd37 +size 4036 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Screech_05_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Screech_05_Cue.uasset new file mode 100644 index 0000000..cfee266 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Screech_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0475a0a19f9627392b46dc80c41d10a376f4ec0d73d49f36b0415ce620f5e9a +size 4036 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Screech_06_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Screech_06_Cue.uasset new file mode 100644 index 0000000..8e29143 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Screech_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e785771d7ca138c152d916320b6b238e9e1c27205784b65edd1ab286d419318 +size 4036 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Screech_07_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Screech_07_Cue.uasset new file mode 100644 index 0000000..9b46833 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Screech_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cccb4eb7f648fb897a488b3e8914fa1eec779bd79ac9e79b68d2ca59267d63ea +size 4036 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Snort_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Snort_01_Cue.uasset new file mode 100644 index 0000000..e4e16d5 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Snort_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdcae965777c0f46352855ce2059c983bc6fdf5f3681d9250f518773def014e5 +size 4020 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Snort_02_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Snort_02_Cue.uasset new file mode 100644 index 0000000..e285e84 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Snort_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba759a1819fd22c3aa1ac73e0f227bf11221cc51a30c43e187f3e1ea691a1bec +size 4020 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Snort_03_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Snort_03_Cue.uasset new file mode 100644 index 0000000..d154cf8 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Snort_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f70ab4aa5851e5a32f0da77c62ea9643d791f47e44399158dfc3d95112eef16 +size 4020 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Snort_04_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Snort_04_Cue.uasset new file mode 100644 index 0000000..f2487fd --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Snort_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab658cce0fc6bcb3548a5b8c98f0fd365e81317c2f7b0a702f9943134220ee49 +size 4020 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Snort_05_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Snort_05_Cue.uasset new file mode 100644 index 0000000..592d042 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Snort_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e15cfe7abfbe328eedfcd379610948344ef75abdc1a23a3fd459c1143dad9ed +size 4020 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Snort_06_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Snort_06_Cue.uasset new file mode 100644 index 0000000..08bf81a --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Snort_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b5d77228f77bc8f2f1c62d8b6ed10bbe33f6bc4293b5422f8c7e1e77d08cf2a +size 4020 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Snort_07_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Snort_07_Cue.uasset new file mode 100644 index 0000000..f2213fc --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Snort_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38ee81d3673448adf856dfc0a347e89eb6ee5f3d05c3effb34cadaec974fc779 +size 4020 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Snort_08_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Snort_08_Cue.uasset new file mode 100644 index 0000000..1078512 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Snort_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:821392d7beec5cd0f8faabd31ab22689aea114c334cc0a0b9ac7508ebb7b1164 +size 4020 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Snort_09_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Snort_09_Cue.uasset new file mode 100644 index 0000000..8be8dae --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Snort_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4993b1b892a9c6d482c7428859ae302152a0043bfadebac9ebe08ce2a43f0a69 +size 4020 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Snort_10_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Snort_10_Cue.uasset new file mode 100644 index 0000000..1040c4c --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Snort_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ac28559b374aec2834e5331de43a55d7acd2a0e4067391a8a58bb96a2b0d60d +size 4011 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_01.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_01.uasset new file mode 100644 index 0000000..36a7900 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e01f723d0a77bfc6bf058e6407944a729513e9fa0f67d2b47a3a204a77dae38 +size 181153 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_02.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_02.uasset new file mode 100644 index 0000000..ab942b9 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c7a544a5e25a7e8ee457e7464b6951d48cd5245b10da2f03e14a8f4af502309 +size 269558 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_03.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_03.uasset new file mode 100644 index 0000000..b4726af --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd09d7b8ec02e3e1a8ac328435cf97229cd5457387cdc150b1dc0465c62805c4 +size 181358 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_04.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_04.uasset new file mode 100644 index 0000000..d574835 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1974ba3d36db2e644d292ed7934b360f0383778ec45b6aac601278519e00f7b7 +size 178078 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_05.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_05.uasset new file mode 100644 index 0000000..0b88526 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1be9d1ca66312b7aaa6f034d0aea380ade60614e282331debe82175b757d65ad +size 250603 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_06.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_06.uasset new file mode 100644 index 0000000..f6ac528 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da2bcc88268b7ffa4d4cbc64eb1801f5957330c70c389e630ee2f50dbfc26e87 +size 119717 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_07.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_07.uasset new file mode 100644 index 0000000..35eef39 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:899de482f567e63ebf95084d85f6ca7542083dc2fc9d5a7bf6cc3fc2e1df814e +size 269497 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_08.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_08.uasset new file mode 100644 index 0000000..938da99 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae591d33ec4526035c507785bc2509f3e902b45f04fddc2bcde89197d73f45fa +size 225435 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_09.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_09.uasset new file mode 100644 index 0000000..1caeae6 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fef8056e058f740e50cc9537bb829228a03bcf2850149dc9db131196c6b5b6a9 +size 364930 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_10.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_10.uasset new file mode 100644 index 0000000..e525216 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb937eff6b2b171d7ecbcf00b6f4179a54247939280793ef01fbb83c4d49e010 +size 534183 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_11.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_11.uasset new file mode 100644 index 0000000..0521878 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dee845e25cd39839efc9fceeb17f256ace1667a40826d1fef35c6164db84746 +size 551166 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_12.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_12.uasset new file mode 100644 index 0000000..5d78263 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14179e64af21cb16459d7594b3bb799352fef8d7c1d7dd42e590120c1331b9e1 +size 506659 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_13.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_13.uasset new file mode 100644 index 0000000..32f88f5 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c730cb38987933eca06d67a9a8a502dca8673b4822ced836bd755629a442411 +size 710737 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_14.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_14.uasset new file mode 100644 index 0000000..bb30e98 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c23d2d2414987d2c0f663b18f2e850c070abbdda3f774337f54e6b5ac4c6904b +size 495756 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_15.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_15.uasset new file mode 100644 index 0000000..c144c9c --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df16813a8add3974dcea05d1896d7720919984ef1209ee28fecad0d7ddef9e73 +size 459902 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_01.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_01.uasset new file mode 100644 index 0000000..1e86adf --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1c59e5b3073bd270d66ceb4b91032e9a904d7dbdb844e67e2d1fb8578203c1f +size 516401 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_02.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_02.uasset new file mode 100644 index 0000000..2366797 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:156d013fec5080f27df7d59bc50990a308169e208608e1c83f83c459a861ac1f +size 452152 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_03.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_03.uasset new file mode 100644 index 0000000..2a95c66 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e62206fd1f522a0363022e44fa2bd86f089fbd5a388c743f2104294e5e1da418 +size 533801 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_04.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_04.uasset new file mode 100644 index 0000000..0287f0f --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7902e6d97e86651417b3e788d1f762e7343056c99f44bfb7fbea90c002b9c1ec +size 365176 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_05.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_05.uasset new file mode 100644 index 0000000..bdc882a --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6466144a4ef044b37c545591833abcf2cccda120d2113050dad7fdbbda1716f5 +size 453527 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_06.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_06.uasset new file mode 100644 index 0000000..760e8d0 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d868f4be0026f7a297506748d46496683d2d037a73e1a8b4c149150c6227c6c +size 414921 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_07.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_07.uasset new file mode 100644 index 0000000..6cded94 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:913a4613309339c0987ef5a425770793cfbf9f1abbd078a024ab8d241061df87 +size 298385 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_08.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_08.uasset new file mode 100644 index 0000000..f629757 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a9f289c5e9b2f9d17d719ac227fdbf35f3dd795968e384e1b47fad8abc9ce57 +size 529761 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_09.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_09.uasset new file mode 100644 index 0000000..e7ad8ef --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6d982f82ecaeee73676413e0135026c354f3abfea257f7d68973c9e947a3d0e +size 373551 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_10.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_10.uasset new file mode 100644 index 0000000..f61be1a --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a114ef1a2502dced2beed3a5bebd8705af710e552838a8119add9bded9802737 +size 301767 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_11.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_11.uasset new file mode 100644 index 0000000..83529e1 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89f64ebcb06557bf86c529ee5fd7a19d709318e4648f6c885892d99580ae5131 +size 252625 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_12.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_12.uasset new file mode 100644 index 0000000..0e310e0 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a145fd6968546b3efa81b063f1ab24c0e09a001ee9acdcc7cbbe508dbfd366f3 +size 365593 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_13.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_13.uasset new file mode 100644 index 0000000..d8dfa40 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:713d6143021fb7878f000bf2aa59e613dc0c9604174ebbb7115492937b6880c2 +size 422413 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_14.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_14.uasset new file mode 100644 index 0000000..d847bea --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:994e005534fdb5afbb71c9a21857c7d61510c559a63c6c2e845c2c3ae4b730a3 +size 395817 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_01.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_01.uasset new file mode 100644 index 0000000..b89cda0 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4312b4321b41ec9616512a74c4c6a3f79bad364312bbc16b22f85bddfb3ad4b0 +size 323341 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_02.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_02.uasset new file mode 100644 index 0000000..60f437f --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0ed408a2c4c6410c74b9321287aeff264607189e861ada6c816d78430468630 +size 361528 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_03.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_03.uasset new file mode 100644 index 0000000..2da0ac7 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a469870d1f832475fecef5a98a8bbf4a9a04eb588f96712fe12e1200e4d3cf4 +size 315033 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_04.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_04.uasset new file mode 100644 index 0000000..18598af --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a5f47bb13ace440490a6defec15f3ef3c090bed3175736344296e982cfadd01 +size 390979 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_05.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_05.uasset new file mode 100644 index 0000000..2b21a78 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45de2c0140af5bf5e74719bcc408d1e2796b7c4e44fdf1e76e2e5de0e88c7239 +size 366244 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_06.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_06.uasset new file mode 100644 index 0000000..3341cbc --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff1fa8b5defc82db63d073b9589de68035c54b272f55a4262f5c9790564c5f23 +size 370922 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_07.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_07.uasset new file mode 100644 index 0000000..2c71cf9 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e5fa9e6b8c43229e513522709c0262ed35958697b11a35ed30d73cd27039ed5 +size 440266 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_08.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_08.uasset new file mode 100644 index 0000000..1dc2066 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a222fd83eb03ef9f7d051fcbc6e3f7f0f21c7842a4a6cfe0c3578fdf0f286d7 +size 337005 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_09.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_09.uasset new file mode 100644 index 0000000..826eb69 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a4e738ed072f287558913731bfa71060d63c2bd2fc5265a6ef8fae9a27f864a +size 407219 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_10.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_10.uasset new file mode 100644 index 0000000..7e9a0ad --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cf96ecae5f15743f816a7340ef552614f043f5dc2dabcabb6dad8c6d657b2f8 +size 437494 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_11.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_11.uasset new file mode 100644 index 0000000..5cbcb2b --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32db34b94eee709d7e3413700817e8a49a6354e4872b3767270c88a57d511a2c +size 407631 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_01.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_01.uasset new file mode 100644 index 0000000..e9a8cb1 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c73b3102492ed6e717d523848054e42191793c0e9b4eb1a8ca0ace7a32ccf34 +size 364546 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_02.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_02.uasset new file mode 100644 index 0000000..e048f0f --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0094fc22030930026d02bbe4012c09d05b70501040376346c28e73a2bc2e0d5 +size 362589 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_03.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_03.uasset new file mode 100644 index 0000000..6830060 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65a1208d8f8652775e3215607f1317918ad31aeabb1894349b5b88e0336c880b +size 310412 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_04.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_04.uasset new file mode 100644 index 0000000..f6eeabf --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c21844de03d4952e553f4d6fea88f6c2c7e715d6f3e20513ba8e0bdeac32ce4 +size 362232 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_05.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_05.uasset new file mode 100644 index 0000000..4557fb8 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a3f4793987157ff9cc38879b6124597c2032105b6136e51079b1cd3976c8b85 +size 482482 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_06.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_06.uasset new file mode 100644 index 0000000..cbc2cec --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfeff0451ebb39b5a03b5e681d49abb1b9652f09302c883ffad66c2a3a0ce90d +size 399388 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_07.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_07.uasset new file mode 100644 index 0000000..55c753c --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc3e6299fa54f1549f6c6b563af424e7bba9e2bbc7ccb818ad5e979a76beca22 +size 366841 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_01.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_01.uasset new file mode 100644 index 0000000..28eb999 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d415e9eb30d41e9b54d273269baeb847e55083098a43cdecd64f0d2c7749a737 +size 307931 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_02.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_02.uasset new file mode 100644 index 0000000..e5e8ad8 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84baa4253963bb10c56ada5e246c076d0c183b8944a84b5552d751f8648ea26a +size 303937 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_03.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_03.uasset new file mode 100644 index 0000000..11095a4 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:616a5534d171a9a0fbcb5ec047bb654423795899b771f74e8529ba2fce96f7ee +size 294290 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_04.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_04.uasset new file mode 100644 index 0000000..abee042 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2141e494d53062df9163068f9b3c4b4a7408c32c20fc0551dbef7ea7b4067b36 +size 271193 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_05.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_05.uasset new file mode 100644 index 0000000..ac942ba --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3010c85872ff7e2079b5f2133ec07a0b15ec7a31d8b25fd35ee17bf9584a14f9 +size 210046 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_06.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_06.uasset new file mode 100644 index 0000000..f246ae1 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e52e2bc6afdcd9050207c43a42753f26224db139ae21f6c122b1de382ff59bc9 +size 234453 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_07.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_07.uasset new file mode 100644 index 0000000..d90ee66 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7abbd7a67f158904e8a211fb8374f64b1ca8755b2dd03db89eb28284d2422af7 +size 227638 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_08.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_08.uasset new file mode 100644 index 0000000..924a983 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:992f763e1fe0cf77caa3442a07118e9896307e7ef09c82c76c74b3cee7c2b9b8 +size 217124 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_09.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_09.uasset new file mode 100644 index 0000000..678ef21 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:422715a1374f77801c68548b090ce01be0c97b1b073e9766f8aecd2f5c326a04 +size 232172 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_10.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_10.uasset new file mode 100644 index 0000000..a442703 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a044007cf913996dc28be218efc2ce4bdc105c65f358707de18f7b34605d61c +size 192208 diff --git a/Content/FarmAnimalSounds/Animals/Owl/cue/Owl_1_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Owl/cue/Owl_1_01_Cue.uasset new file mode 100644 index 0000000..590ae1e --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Owl/cue/Owl_1_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2607fe800f61e5908dc7e6f64be9bd2d0ad06b215d419f5f0dc811e50fca6ebf +size 3966 diff --git a/Content/FarmAnimalSounds/Animals/Owl/cue/Owl_1_02_Cue.uasset b/Content/FarmAnimalSounds/Animals/Owl/cue/Owl_1_02_Cue.uasset new file mode 100644 index 0000000..7699ec0 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Owl/cue/Owl_1_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a3b206fe89ed8b7a2afb1b70aa6959d14790634c40f6b7f117f56c8a816ec0a +size 3966 diff --git a/Content/FarmAnimalSounds/Animals/Owl/cue/Owl_1_03_Cue.uasset b/Content/FarmAnimalSounds/Animals/Owl/cue/Owl_1_03_Cue.uasset new file mode 100644 index 0000000..d26e817 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Owl/cue/Owl_1_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a70947c225c7aea820ea5cccf59fdf5233ba1550e5d389f3eb3a6c8ac90dd2fd +size 3966 diff --git a/Content/FarmAnimalSounds/Animals/Owl/cue/Owl_1_04_Cue.uasset b/Content/FarmAnimalSounds/Animals/Owl/cue/Owl_1_04_Cue.uasset new file mode 100644 index 0000000..1e70fff --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Owl/cue/Owl_1_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d03f8145ec893b85f42c1e92240a04e8decca672c4e201cd2713f6120d621ce6 +size 3966 diff --git a/Content/FarmAnimalSounds/Animals/Owl/cue/Owl_2_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Owl/cue/Owl_2_01_Cue.uasset new file mode 100644 index 0000000..6dc06d7 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Owl/cue/Owl_2_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f25daa5c1642e687c3ebd081f403fc9b055776f994eefb9100bdc5c9d58a114 +size 3966 diff --git a/Content/FarmAnimalSounds/Animals/Owl/cue/Owl_2_02_Cue.uasset b/Content/FarmAnimalSounds/Animals/Owl/cue/Owl_2_02_Cue.uasset new file mode 100644 index 0000000..81c17e9 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Owl/cue/Owl_2_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4fe2537ec8b9e477abf3410a84564786e92dfd5517f3b856d5399c3f37572c7 +size 3966 diff --git a/Content/FarmAnimalSounds/Animals/Owl/cue/Owl_3_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Owl/cue/Owl_3_01_Cue.uasset new file mode 100644 index 0000000..cd8c229 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Owl/cue/Owl_3_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9fa11a9ab2854503e1a940360a34dc37fc5488bf75c8946f54b270d58b09ffb +size 3966 diff --git a/Content/FarmAnimalSounds/Animals/Owl/cue/Owl_3_02_Cue.uasset b/Content/FarmAnimalSounds/Animals/Owl/cue/Owl_3_02_Cue.uasset new file mode 100644 index 0000000..95f8bef --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Owl/cue/Owl_3_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b5b55859131d06aa694f41a36d28aa18d9921467625d10a002fd03f5ed268bd +size 3966 diff --git a/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_1_01.uasset b/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_1_01.uasset new file mode 100644 index 0000000..428b502 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_1_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:249e15514e7eb24357f888499f4b28db2b089d33f5401979e033ad921239796f +size 291959 diff --git a/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_1_02.uasset b/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_1_02.uasset new file mode 100644 index 0000000..72f33c2 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_1_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55eadc6279278cac7b21a54f985a44352c9f9d9d3d7a42326b53cddbcc345a8b +size 270495 diff --git a/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_1_03.uasset b/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_1_03.uasset new file mode 100644 index 0000000..f8918b5 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_1_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dde0ec96d268efdeae16703bfedcdcc24063deaa9a31302d68af5ad26673f4d0 +size 201801 diff --git a/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_1_04.uasset b/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_1_04.uasset new file mode 100644 index 0000000..2c5ef53 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_1_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86a8774a015106b2324b20a9a0bdcc2412dfa3810c8a841b46481965e24ab63f +size 258490 diff --git a/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_2_01.uasset b/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_2_01.uasset new file mode 100644 index 0000000..6d64007 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_2_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fda32a943268e828dfe3ed5058891dcf95f39654adb97caab5722a716bb502a +size 258953 diff --git a/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_2_02.uasset b/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_2_02.uasset new file mode 100644 index 0000000..09c6b40 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_2_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4258ea845226ec784f46a55a8d2e801479fcc053008f2bdb8dd5f0c2fe04c486 +size 202531 diff --git a/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_3_01.uasset b/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_3_01.uasset new file mode 100644 index 0000000..9bbaa0b --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_3_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81fa98d8af12717f5c2a187d0a5b765f52915fcead18b157a23c5f51c95daef8 +size 203882 diff --git a/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_3_02.uasset b/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_3_02.uasset new file mode 100644 index 0000000..2bb4614 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_3_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc65f50a1679ec1ec09ee803d7bf33a0b436f4bec2994604da6333125a77a818 +size 159512 diff --git a/Content/FarmAnimalSounds/Animals/Peacock/cue/Peacock_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Peacock/cue/Peacock_01_Cue.uasset new file mode 100644 index 0000000..15997f5 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Peacock/cue/Peacock_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d38d91d96ed0f0a963f634c18f044c202e7b61a9f8067027b7cfe323dc6f270 +size 3994 diff --git a/Content/FarmAnimalSounds/Animals/Peacock/cue/Peacock_02_Cue.uasset b/Content/FarmAnimalSounds/Animals/Peacock/cue/Peacock_02_Cue.uasset new file mode 100644 index 0000000..ee088c2 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Peacock/cue/Peacock_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16c2ae2b3c039d9bd05e3bd37fcc6d80aabfae518cbc74b0409c9ed987a9d3e2 +size 3994 diff --git a/Content/FarmAnimalSounds/Animals/Peacock/cue/Peacock_03_Cue.uasset b/Content/FarmAnimalSounds/Animals/Peacock/cue/Peacock_03_Cue.uasset new file mode 100644 index 0000000..fb53812 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Peacock/cue/Peacock_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce1265b88c1e1eb87731c7a17318662be67dca45533df169ba9a447d97c82206 +size 3994 diff --git a/Content/FarmAnimalSounds/Animals/Peacock/wav/Peacock_01.uasset b/Content/FarmAnimalSounds/Animals/Peacock/wav/Peacock_01.uasset new file mode 100644 index 0000000..b9409b9 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Peacock/wav/Peacock_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5cfe9142d8339d51920180dcdb34ad67a051197fc6709720051f0399098384e +size 176317 diff --git a/Content/FarmAnimalSounds/Animals/Peacock/wav/Peacock_02.uasset b/Content/FarmAnimalSounds/Animals/Peacock/wav/Peacock_02.uasset new file mode 100644 index 0000000..b67155b --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Peacock/wav/Peacock_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:766233686b580c45ba9cef01055111bf655d15ab423de3138ac7fdc3a7c487a6 +size 93554 diff --git a/Content/FarmAnimalSounds/Animals/Peacock/wav/Peacock_03.uasset b/Content/FarmAnimalSounds/Animals/Peacock/wav/Peacock_03.uasset new file mode 100644 index 0000000..1baf855 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Peacock/wav/Peacock_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0ea71edf12483db4c694f4756cd04b8a455451606a19413f8194154e2a4d259 +size 234704 diff --git a/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Eating_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Eating_01_Cue.uasset new file mode 100644 index 0000000..1bef4ea --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Eating_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48792c3a76cce6dc46443396bbf90c3aca7f409308e39ce125136ce604828dc3 +size 4006 diff --git a/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Eating_02_Cue.uasset b/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Eating_02_Cue.uasset new file mode 100644 index 0000000..d5184de --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Eating_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bddc772b0f81ffe20024339f245ced44ded81003aada934bbda6b547420be2d8 +size 4006 diff --git a/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Eating_03_Cue.uasset b/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Eating_03_Cue.uasset new file mode 100644 index 0000000..826b115 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Eating_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35b325d9213f1bfcbab741bd4d5adb945bb915e4c7c247c6038c6c83edd2be95 +size 4006 diff --git a/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Eating_04_Cue.uasset b/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Eating_04_Cue.uasset new file mode 100644 index 0000000..f2d878d --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Eating_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a1c78895fcb608618cd24c43a0716a735e1f50f53a7bdc3db5df06807513d8a +size 4006 diff --git a/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Eating_05_Cue.uasset b/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Eating_05_Cue.uasset new file mode 100644 index 0000000..01a1358 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Eating_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1b9dcae751ae4c57b626e295ea5587fcf78b06e7095eb938e069b0a851d2a91 +size 4006 diff --git a/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_01_Cue.uasset new file mode 100644 index 0000000..ea5262b --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:653c16f3d6d8d7aa392b998a0074446f760f0fd89733e2476abc805ee9797a42 +size 3998 diff --git a/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_02_Cue.uasset b/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_02_Cue.uasset new file mode 100644 index 0000000..c24d54f --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52e9dc640901fe85865e4812df792364ddb5232fd1309f06f55f234f0840317e +size 3998 diff --git a/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_03_Cue.uasset b/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_03_Cue.uasset new file mode 100644 index 0000000..e0a8e60 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b42804e75d97397c8c0cec4bfd23a3db480e23be574c282d1f97db028d4c0347 +size 3998 diff --git a/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_04_Cue.uasset b/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_04_Cue.uasset new file mode 100644 index 0000000..8a9f701 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6abd85563a723cc6c715ef0f615baec942239964ce3965a468ae179a7d011045 +size 3998 diff --git a/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_05_Cue.uasset b/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_05_Cue.uasset new file mode 100644 index 0000000..99babe3 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4660e25f1a5a18389a3d819ae1f888e06b62a2c7033b2151bc88b9f54ebd6396 +size 3998 diff --git a/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_06_Cue.uasset b/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_06_Cue.uasset new file mode 100644 index 0000000..3f50064 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60a34aa3abf33531dc86e07167dd623000d6bae4b3ffb688f7e1f6e28c980ae9 +size 3998 diff --git a/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_07_Cue.uasset b/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_07_Cue.uasset new file mode 100644 index 0000000..f62b411 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac6d4c0e9bbc45b33b8b66495f621766d8ec32389187acef2d6d619d7f582757 +size 3998 diff --git a/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_08_Cue.uasset b/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_08_Cue.uasset new file mode 100644 index 0000000..fd2eb8b --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e000ca101dd608efc2acb7cfd8a63aad5dd48adfd963fc3f58d7bf63be65943 +size 3998 diff --git a/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_09_Cue.uasset b/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_09_Cue.uasset new file mode 100644 index 0000000..f492141 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f992e90d37205b977df053f639caf6877f00c2ccaba91260138f3270782100a +size 3998 diff --git a/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_10_Cue.uasset b/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_10_Cue.uasset new file mode 100644 index 0000000..b763358 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87ebacc420475d5d0a4b6a5a364cf7642616cbdf79a6dc38503e8f6ec6ece230 +size 3989 diff --git a/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_11_Cue.uasset b/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_11_Cue.uasset new file mode 100644 index 0000000..f918f12 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32b28d2a153dd9c60478a6638cd365c1416ef2a91c961355ababb74b2ee337e4 +size 3989 diff --git a/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_01_Cue.uasset new file mode 100644 index 0000000..f20f01a --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11b0decd5dccd79804ea8b1c8db238c7fdf8319d6ac27e4397a31be475d16efa +size 4006 diff --git a/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_02_Cue.uasset b/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_02_Cue.uasset new file mode 100644 index 0000000..cb712b5 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f7352c0914fba3c7264b6a3f8c43689b7553e0519463b58e3ff0867d0aa05f3 +size 4006 diff --git a/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_03_Cue.uasset b/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_03_Cue.uasset new file mode 100644 index 0000000..c54f1f5 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:683d80afb92a3916aea6d04db14ed443ee80d3c30a3dad037b7d18d2d82c1c98 +size 4006 diff --git a/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_04_Cue.uasset b/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_04_Cue.uasset new file mode 100644 index 0000000..ed75aba --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54c4706ed2635b64bcca3ac3536441ac3544227c6a095553a8e50224a044e3bb +size 4006 diff --git a/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_05_Cue.uasset b/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_05_Cue.uasset new file mode 100644 index 0000000..0a5f549 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54253bc450a01fc009937110aba777631faddeff4dd617cc0e397b23becec320 +size 4006 diff --git a/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_06_Cue.uasset b/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_06_Cue.uasset new file mode 100644 index 0000000..a805110 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22ad810c004caf7169c7a0982a789b898992593e78668ee620fbf76e8fafeb47 +size 4006 diff --git a/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_07_Cue.uasset b/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_07_Cue.uasset new file mode 100644 index 0000000..b0a9bed --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43f837a276756e3812b5dfe5e115011c6b0066fa3d9286d1ec56ae4047ce23b4 +size 4006 diff --git a/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_08_Cue.uasset b/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_08_Cue.uasset new file mode 100644 index 0000000..abbd0e7 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cee005a865bdc67336c2af50213de3c88f6b15471420e584f7364c357ff9f9cc +size 4006 diff --git a/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_09_Cue.uasset b/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_09_Cue.uasset new file mode 100644 index 0000000..a06f39b --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:019beb9d960b72d1284de610e433c34c8f09982d27f22d145f9d66be60745f28 +size 4006 diff --git a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Eating_01.uasset b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Eating_01.uasset new file mode 100644 index 0000000..40b146b --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Eating_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fea85a6e5a0e33b3f93a6afd6a092e424ff53fcbc0a5b65308a8248d38b03a88 +size 357906 diff --git a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Eating_02.uasset b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Eating_02.uasset new file mode 100644 index 0000000..d21e6cd --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Eating_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94650509a4f2ae06bb427ba81d2663550d0bcca8a6c5bd8be1aacef8414f9f34 +size 446097 diff --git a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Eating_03.uasset b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Eating_03.uasset new file mode 100644 index 0000000..1957700 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Eating_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff3c3f9e0aeee85aba6f0a35abc7dda982068187459b93087676568b89fc0ee4 +size 269417 diff --git a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Eating_04.uasset b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Eating_04.uasset new file mode 100644 index 0000000..e321560 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Eating_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e4ff0b2eb91bb89a3e8d1a7737910891fcaef16b7011eb3ca257b2076b06b34 +size 357914 diff --git a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Eating_05.uasset b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Eating_05.uasset new file mode 100644 index 0000000..d66a7c0 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Eating_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53bc2af0697521df30f2fa7e461c0f14f72da43b8cdf11b1d1ca553d5cde1872 +size 402001 diff --git a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_01.uasset b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_01.uasset new file mode 100644 index 0000000..c06738c --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da82a082ab2fa71ca5ebf64aad1b3e782fef3116158d9df9faaadb236d039520 +size 135430 diff --git a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_02.uasset b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_02.uasset new file mode 100644 index 0000000..08f9d05 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f7d38aa803982bcb03a3c09b17bf83726d31e9d2258faa2e5f35a64742fdf91 +size 125672 diff --git a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_03.uasset b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_03.uasset new file mode 100644 index 0000000..65576e4 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceff972b2cc1f482cfcb24213fbc1af5dc11a1beabe3f287a04ae66fc7995098 +size 105850 diff --git a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_04.uasset b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_04.uasset new file mode 100644 index 0000000..55d9d51 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5613380fd0a610f57c928e67fade688cfddb54d2f6afcaa272c7bed19892d75 +size 148879 diff --git a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_05.uasset b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_05.uasset new file mode 100644 index 0000000..7f5372b --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cc9825825014954d58183f698c43f6bac7c7e69ff32daf6cce11e6b37b741b8 +size 154918 diff --git a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_06.uasset b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_06.uasset new file mode 100644 index 0000000..7f8ca3c --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4152961e6cc8c415344bcc8632b376d904b7b8b885a6de9867aa7fd08cbb5abf +size 77987 diff --git a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_07.uasset b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_07.uasset new file mode 100644 index 0000000..d2ef63d --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:469e32f6cb92f539d16c5710616d0093600574aae1d6bbadb6a22c4a0225a672 +size 83270 diff --git a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_08.uasset b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_08.uasset new file mode 100644 index 0000000..1146be8 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e68eeef0efa6c09fef46ac1eb4466a0d5cbf617eb23a77841b03cc170f61336 +size 147112 diff --git a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_09.uasset b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_09.uasset new file mode 100644 index 0000000..1fd9df0 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55db456b01cbf1740344819a2c32e77f4da84add04353f20c1462df63a2323ba +size 135994 diff --git a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_10.uasset b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_10.uasset new file mode 100644 index 0000000..94e050e --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b442f823cf693b4cd47a488cc0f862a96e309d6d68e5f9b9d5c7a13966baf605 +size 126481 diff --git a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_11.uasset b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_11.uasset new file mode 100644 index 0000000..272f5c8 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:070145f0de1394899933b7aa7a5c6b70111e10e4305b17ce9386bf5ae88a44f5 +size 134287 diff --git a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_01.uasset b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_01.uasset new file mode 100644 index 0000000..7a32283 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cab50d969b708ce31f614b9ca3bad7b6e34302cbe0b422b8ea9ca87fc723a99 +size 166441 diff --git a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_02.uasset b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_02.uasset new file mode 100644 index 0000000..3e5e042 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4a75fb5a2509a3b24239beb7b2b81131706d2683bef38615bda36088f0a5637 +size 87186 diff --git a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_03.uasset b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_03.uasset new file mode 100644 index 0000000..1c3308f --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b5563b34b4b5489c3413eab94fc48220b5ec00bbf8111b8f047150150b7c2a6 +size 99310 diff --git a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_04.uasset b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_04.uasset new file mode 100644 index 0000000..c6a8cef --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa017f8bbbcdd720c99986fd8855b63435082b19bb94ad4e799eb1f0dde839b7 +size 184447 diff --git a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_05.uasset b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_05.uasset new file mode 100644 index 0000000..6104ae3 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b998aca57d58ab99b0910c550c7e06956326a139a7a6d3e2530ae61d1d69c39c +size 189933 diff --git a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_06.uasset b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_06.uasset new file mode 100644 index 0000000..e5e2389 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4f5fec4b9719c8f014f5ff957533cdfd1f1912a390bf204a04fe4d573231cff +size 374225 diff --git a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_07.uasset b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_07.uasset new file mode 100644 index 0000000..fbb4cd2 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:209741b4aa6cdf9d2c0adc2b0b2703c27d9c6477e58d38f4cda03d5172775bec +size 287167 diff --git a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_08.uasset b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_08.uasset new file mode 100644 index 0000000..1123185 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0cb2c5e56bf990607ce294e13bd1ac2143a6e9572443bc1b74f6777b10e913b +size 115702 diff --git a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_09.uasset b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_09.uasset new file mode 100644 index 0000000..65c68a1 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dafb83abdbee7a74713f711eeac9586d3d5b438b01ee0206b7f856e5d8fc40ae +size 172041 diff --git a/Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_01_Cue.uasset new file mode 100644 index 0000000..a38d507 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:517056800f1ca18b823fe7a017b40ad09e1231ac532d1de5962b57c2b489b62b +size 3972 diff --git a/Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_02_Cue.uasset b/Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_02_Cue.uasset new file mode 100644 index 0000000..37d58a9 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3335301a529f61fe2d2a41fd4301b25b07a07e1d3b5f2750d810c8e184259203 +size 3972 diff --git a/Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_03_Cue.uasset b/Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_03_Cue.uasset new file mode 100644 index 0000000..23e85a0 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3244a55befef8bbb636d819890af1b444038ee0bf718e6b279dea61a650d8c18 +size 3972 diff --git a/Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_04_Cue.uasset b/Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_04_Cue.uasset new file mode 100644 index 0000000..e34dae8 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e5b0d1cccfe01730632a5302379a4b7450f9b1b882bbe5e769f31e332f6e2c8 +size 3972 diff --git a/Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_05_Cue.uasset b/Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_05_Cue.uasset new file mode 100644 index 0000000..1439e92 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7608d3c7844b78048552dbb49d8b931f1e37cfba33ce0826a9b9020bce484f9 +size 3972 diff --git a/Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_06_Cue.uasset b/Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_06_Cue.uasset new file mode 100644 index 0000000..20a968f --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e24bb04f02de46c045395c91c9a6608ad5509192744319f1845ee5164a57b58c +size 3972 diff --git a/Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_07_Cue.uasset b/Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_07_Cue.uasset new file mode 100644 index 0000000..bb34fc2 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48cb0ae7be695913940e96c804e646fa8241b2128f78cf5e28fe1a768330763b +size 3972 diff --git a/Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_08_Cue.uasset b/Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_08_Cue.uasset new file mode 100644 index 0000000..d8cc5be --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67a3487c206a9d4c2317d6cfcb4012e84704d7323c94787eaad2c5af12f8b16d +size 3972 diff --git a/Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_09_Cue.uasset b/Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_09_Cue.uasset new file mode 100644 index 0000000..9f21cc6 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb7cf2c2419734d6814d6f94029a66afc481439f131c30f01d90c58e11555adb +size 3972 diff --git a/Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_10_Cue.uasset b/Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_10_Cue.uasset new file mode 100644 index 0000000..ceab81e --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6585d0fbd1ab9ee746d4fc918aeab4e27ee8e5fa435b8abf518605bd8d82b48c +size 3963 diff --git a/Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_11_Cue.uasset b/Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_11_Cue.uasset new file mode 100644 index 0000000..f737009 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cdf0f0a4e049ffc4e69d0f65b3863ca6a745482c0c85613bb59d3497c4fb768 +size 3963 diff --git a/Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_12_Cue.uasset b/Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_12_Cue.uasset new file mode 100644 index 0000000..f52428c --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82c6f02ce63dd6edfb8efe755347eea13982d2303e2ba582c97c492bb94efba9 +size 3963 diff --git a/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_01.uasset b/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_01.uasset new file mode 100644 index 0000000..b23da2f --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1d30bec26edf91d30f72e507320f89301662a4593c3ea8c226f51dc2a8185f2 +size 185541 diff --git a/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_02.uasset b/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_02.uasset new file mode 100644 index 0000000..62f23f8 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d696e298ac317dabecd5e111c822cf49818662a78bd0fd59f47ac478d18fac9 +size 204038 diff --git a/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_03.uasset b/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_03.uasset new file mode 100644 index 0000000..3ef6f93 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ae45e103bb797b6c4c7b50a5f78e3237ed6558f5d5bc04180398ddbad6b51af +size 278251 diff --git a/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_04.uasset b/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_04.uasset new file mode 100644 index 0000000..b431e8f --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6c8f13e27a7eb8fad04972f963c2ceb462319a1daf2cee573ae1d685367628d +size 151642 diff --git a/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_05.uasset b/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_05.uasset new file mode 100644 index 0000000..d1051c2 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:449fa93962c3927dd85e31653360fe1e5c9cd70b703961e264bc98ae0340907d +size 146335 diff --git a/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_06.uasset b/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_06.uasset new file mode 100644 index 0000000..6afc863 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4895984b77574c56e4dfcee35549c030a2e2c24be48eaac62400dff1e10b116 +size 246706 diff --git a/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_07.uasset b/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_07.uasset new file mode 100644 index 0000000..0f96780 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbcd5c71f7014e211fd5d3add8395f0150b45d93fa618372647e81b4dc0f889e +size 182431 diff --git a/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_08.uasset b/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_08.uasset new file mode 100644 index 0000000..4e0af2d --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb0816b94020f07762cc302a156f36b9a7ff2e5cc871013b72d95996d1b5a55b +size 202405 diff --git a/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_09.uasset b/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_09.uasset new file mode 100644 index 0000000..91f917c --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33ffb8d7f1c11ef3afba228f5d1df4bc4fda0b1a31d09a1d6ad7e797b23da55f +size 227931 diff --git a/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_10.uasset b/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_10.uasset new file mode 100644 index 0000000..0285bcb --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbd6e0a0bd4fbe118da91d644c7bd10f0ba99385c03de633b7bd2d2f9889fb4a +size 219030 diff --git a/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_11.uasset b/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_11.uasset new file mode 100644 index 0000000..208cd85 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e52e3b9b7d6bb2ca890052d1347c1791abfbb153b7deab75a36f9e065e32ac59 +size 239217 diff --git a/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_12.uasset b/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_12.uasset new file mode 100644 index 0000000..2bbed0d --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1d11d0044e097227ffa4dd6b3ece6ac76c617425c3f6a9b8ca67e5fecc45786 +size 221046 diff --git a/Content/FarmAnimalSounds/Animals/Swan/cue/Black_Swan_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Swan/cue/Black_Swan_01_Cue.uasset new file mode 100644 index 0000000..4b4d375 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Swan/cue/Black_Swan_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3192bff6ef8752ca0b720bb48b6f3ac2fb34fba8ce6a0063b50ca1ede8a1019b +size 4009 diff --git a/Content/FarmAnimalSounds/Animals/Swan/cue/Black_Swan_02_Cue.uasset b/Content/FarmAnimalSounds/Animals/Swan/cue/Black_Swan_02_Cue.uasset new file mode 100644 index 0000000..1b7ca9f --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Swan/cue/Black_Swan_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc02ae59fa19b189b7025bd640f7f30a58f4090219a25be17934f3423a0d2f15 +size 4009 diff --git a/Content/FarmAnimalSounds/Animals/Swan/cue/Black_Swan_03_Cue.uasset b/Content/FarmAnimalSounds/Animals/Swan/cue/Black_Swan_03_Cue.uasset new file mode 100644 index 0000000..a9bd8bc --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Swan/cue/Black_Swan_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c1872431ebcd89a2ee4811a4a9584bd17f0a0276550747f107a09b7522cb46e +size 4009 diff --git a/Content/FarmAnimalSounds/Animals/Swan/cue/Black_Swan_04_Cue.uasset b/Content/FarmAnimalSounds/Animals/Swan/cue/Black_Swan_04_Cue.uasset new file mode 100644 index 0000000..7c6b857 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Swan/cue/Black_Swan_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d62afeb8131486a2b89387d628c8b87d207f05fd6fbd10ce7fdc6d358b41acdd +size 4009 diff --git a/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_01_Cue.uasset new file mode 100644 index 0000000..72bfa04 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3262a693d2aad799ae65bf4dd2126e474fe2f735edcb33ade6d90b932d10d1a +size 3961 diff --git a/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_02_Cue.uasset b/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_02_Cue.uasset new file mode 100644 index 0000000..bb7daa7 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7c79133853da476bcf015e8b7b9aafa34f41198cb9559a1c6328a160e7028ac +size 3961 diff --git a/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_03_Cue.uasset b/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_03_Cue.uasset new file mode 100644 index 0000000..e772b83 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20261b48691cfd932be4028e52bd4c1472081dea5e3998f94a7d81717990cb55 +size 3961 diff --git a/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_04_Cue.uasset b/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_04_Cue.uasset new file mode 100644 index 0000000..85334db --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9926148fb440aaa0eaf923cc5d83405384b4fad1592d1b972b00bb287b33edd +size 3961 diff --git a/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_05_Cue.uasset b/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_05_Cue.uasset new file mode 100644 index 0000000..7da1a48 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ae736e520e2440014cdc720cba1aba1bd54f3548a8b23f9764fb0c451741cd0 +size 3961 diff --git a/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_06_Cue.uasset b/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_06_Cue.uasset new file mode 100644 index 0000000..31f0f96 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a91167c08130eb0b7c20638132b4c936218f5fc126984f9293d3c7266d6ac92c +size 3961 diff --git a/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_07_Cue.uasset b/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_07_Cue.uasset new file mode 100644 index 0000000..455bbb7 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bb09878eaecf9c260fe02074f6f35c9de8a6b088025b49cb8efc688b80c5b53 +size 3961 diff --git a/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_08_Cue.uasset b/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_08_Cue.uasset new file mode 100644 index 0000000..e7e0aff --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e73717f084b9a9046af30e65830baa6a1855fa058f823bebf5654369cc68ca31 +size 3961 diff --git a/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_09_Cue.uasset b/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_09_Cue.uasset new file mode 100644 index 0000000..40d5486 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b04b8389ec2c7ea9e675a2eee616a979811733278b364280b5d22015a4bc6ce3 +size 3961 diff --git a/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_10_Cue.uasset b/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_10_Cue.uasset new file mode 100644 index 0000000..3139719 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d352cf9f6d942261a090372b045e32179c7181246a20014bdeb06b9c830a610 +size 3952 diff --git a/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_11_Cue.uasset b/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_11_Cue.uasset new file mode 100644 index 0000000..02516ca --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20a26e60ad1953d368e38dddceefddee283cf8fa1fbe8f64e73d8eaa572933a4 +size 3952 diff --git a/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_12_Cue.uasset b/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_12_Cue.uasset new file mode 100644 index 0000000..4384e62 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c800a6c9f6e76ebf93f53a2529646aeeba6b06defd6e7796eb6e1ff352b9a291 +size 3952 diff --git a/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_13_Cue.uasset b/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_13_Cue.uasset new file mode 100644 index 0000000..23d814f --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_13_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:483b6fc09a91fc6e1adaaaa363c8c2813c8a5959e0dbdcece4713a56e426c797 +size 3952 diff --git a/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_14_Cue.uasset b/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_14_Cue.uasset new file mode 100644 index 0000000..c9de493 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_14_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ea281979cda5e7395df9f85fb33991eb1d5d2a2883696f8cb325cf4906c1882 +size 3952 diff --git a/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_15_Cue.uasset b/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_15_Cue.uasset new file mode 100644 index 0000000..9d4d219 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_15_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17db88ee698352690c21d730025e8aabe9afb6481062f7cc06c57faf14a4704e +size 3952 diff --git a/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_16_Cue.uasset b/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_16_Cue.uasset new file mode 100644 index 0000000..ab8f3e4 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_16_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e756635699285c85448e8b8794539183ed8195fff194b3502e766f1425492eb0 +size 3952 diff --git a/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_17_Cue.uasset b/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_17_Cue.uasset new file mode 100644 index 0000000..2b1b794 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_17_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07e7f9e9740b725d10f1010ab550580a5e13e8fc1151e6b1cdbd451c3f4b1a97 +size 3952 diff --git a/Content/FarmAnimalSounds/Animals/Swan/wav/Black_Swan_01.uasset b/Content/FarmAnimalSounds/Animals/Swan/wav/Black_Swan_01.uasset new file mode 100644 index 0000000..0cf30ef --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Swan/wav/Black_Swan_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e748215b5704d987d25a3c6ff4403f7764bc5179d3747e5e72f3d886040d35a +size 139648 diff --git a/Content/FarmAnimalSounds/Animals/Swan/wav/Black_Swan_02.uasset b/Content/FarmAnimalSounds/Animals/Swan/wav/Black_Swan_02.uasset new file mode 100644 index 0000000..a18c900 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Swan/wav/Black_Swan_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12115b59558c140d107fb410637a0c62ee240ff94761cc3df170ead3789839e9 +size 234029 diff --git a/Content/FarmAnimalSounds/Animals/Swan/wav/Black_Swan_03.uasset b/Content/FarmAnimalSounds/Animals/Swan/wav/Black_Swan_03.uasset new file mode 100644 index 0000000..805ef5b --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Swan/wav/Black_Swan_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7a60007bae15bac9b57d6aaeb543b73a8a9c2ce0adeefbea3027dec5104deff +size 216116 diff --git a/Content/FarmAnimalSounds/Animals/Swan/wav/Black_Swan_04.uasset b/Content/FarmAnimalSounds/Animals/Swan/wav/Black_Swan_04.uasset new file mode 100644 index 0000000..3e39a32 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Swan/wav/Black_Swan_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c38039e9af11476e3cb8051fa052003fcd3d0622d95dd8514d27be8051a7455 +size 210397 diff --git a/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_01.uasset b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_01.uasset new file mode 100644 index 0000000..d4f10f1 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9c80082fc37182ac8e1934ec3fc4963a1bb09849df500de1210aa003b349fca +size 155404 diff --git a/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_02.uasset b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_02.uasset new file mode 100644 index 0000000..1c157f1 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91afe2a895e5c54bd1f6261acfeaa074c64d38cb1b224dfa042249fc6596c286 +size 159584 diff --git a/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_03.uasset b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_03.uasset new file mode 100644 index 0000000..d0c6e19 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a92dbd985de83953bbe2fb4de134425af3275bd7d708aa3d5e7de18e0eab790 +size 181371 diff --git a/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_04.uasset b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_04.uasset new file mode 100644 index 0000000..4b4343e --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9cfd88472b8e6dd7c0a20ac85d50ec2d700317c2b89e9d3df7a976b421afe00 +size 157172 diff --git a/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_05.uasset b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_05.uasset new file mode 100644 index 0000000..3bc838e --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73c4ff7641fb29c314c0169cc5fcc6285f2ec427763516fbcb0bac58f8660d83 +size 164288 diff --git a/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_06.uasset b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_06.uasset new file mode 100644 index 0000000..f81b0c1 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63930f6e9abf2f6b0649ade126a99088f93def19fb27b2ff62fd60a8f29bb2cd +size 110097 diff --git a/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_07.uasset b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_07.uasset new file mode 100644 index 0000000..ee570a3 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8755cda701840a32d821b7c9c6ac412f5991d87d4713540b312618c6d15d435b +size 93859 diff --git a/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_08.uasset b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_08.uasset new file mode 100644 index 0000000..fa7e514 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13c73cf1d80cefb3168df788e5b9595c7a6b5c4b94f7d456db56e04f337750f0 +size 177219 diff --git a/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_09.uasset b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_09.uasset new file mode 100644 index 0000000..2f708c4 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dabd8743f631064940dfc250a073102232a3bfce90fd1e7d92d6aac52daf70d +size 150477 diff --git a/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_10.uasset b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_10.uasset new file mode 100644 index 0000000..39cab8d --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bfdfa8844daa299495186a5f571cee1a3d024d4acbb109fab52ab8d7d050c0b +size 136212 diff --git a/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_11.uasset b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_11.uasset new file mode 100644 index 0000000..d9f02b7 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63716fb9ef4f11062d3cc6f5fb822a7cfcfe82ec907c4ff18185e886055f60ba +size 296792 diff --git a/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_12.uasset b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_12.uasset new file mode 100644 index 0000000..7f00b83 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a02b17c3ee7de1f49fa2ca5b67993690b593fff7286f789438f89d26e884517 +size 165438 diff --git a/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_13.uasset b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_13.uasset new file mode 100644 index 0000000..3fe61b5 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3e02404f293086bdb6ed4e4687202cbac25e2b2e140ceca2936292471be1bba +size 95285 diff --git a/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_14.uasset b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_14.uasset new file mode 100644 index 0000000..68307f4 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3868628f0a83260a3917984a3ac72e27f6dbb17f5b1456c607892a6293c3028f +size 86664 diff --git a/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_15.uasset b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_15.uasset new file mode 100644 index 0000000..f50e32b --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2df65e1b4d0b32f2fc0166ab732ced90bac2713f827f911b19d448ff64cb43c4 +size 228167 diff --git a/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_16.uasset b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_16.uasset new file mode 100644 index 0000000..fe7bdf5 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_16.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b177968df9ab503c98fcd8c28454622c3fb5d51102ab8a0e3a5a3d5d67b317e +size 54893 diff --git a/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_17.uasset b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_17.uasset new file mode 100644 index 0000000..65c8641 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_17.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb747799a5e46b126085e694f4cc7dd25d1e3908ff77943aa4812129a7293af9 +size 71196 diff --git a/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_01_Cue.uasset new file mode 100644 index 0000000..e2ff2a4 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce2bbf4f5de7582622a34a477adb8814d07676c8b13615cc4d68b2895b6edb35 +size 3983 diff --git a/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_02_Cue.uasset b/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_02_Cue.uasset new file mode 100644 index 0000000..3f4ad08 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c3211c1a8315c7088f5754c2d784292358f1b2b92b6d9dd51856c9671a0f26e +size 3983 diff --git a/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_03_Cue.uasset b/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_03_Cue.uasset new file mode 100644 index 0000000..196589b --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f09a4a214f1debf78fba40a021394d43dfbefc979514696fba2a8409167aea5e +size 3983 diff --git a/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_04_Cue.uasset b/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_04_Cue.uasset new file mode 100644 index 0000000..49339c4 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:004e64ccea52b050ba9713bc867bf72793a4f89e7e8dd24d0a844109a4d5480e +size 3983 diff --git a/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_05_Cue.uasset b/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_05_Cue.uasset new file mode 100644 index 0000000..e3926e7 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7503c944734ae21a089c0219cf439aa8609b39d08e5fa6f2f2374e464a8b25f9 +size 3983 diff --git a/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_06_Cue.uasset b/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_06_Cue.uasset new file mode 100644 index 0000000..5af0962 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd262d4c1201a2ff6f296047d2df13f5b48f579097163ecac678b0bda150c2f5 +size 3983 diff --git a/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_07_Cue.uasset b/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_07_Cue.uasset new file mode 100644 index 0000000..7972071 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c755a9c7f4bb30629e34fb5bd3dafb6e65db4a3f3e309c27d510fdc458fea26 +size 3983 diff --git a/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_08_Cue.uasset b/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_08_Cue.uasset new file mode 100644 index 0000000..02939b2 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccbcd1c6d476bf250604a774ebde2d6e5ede99aad33b13c512578124fb8b4e3c +size 3983 diff --git a/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_09_Cue.uasset b/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_09_Cue.uasset new file mode 100644 index 0000000..b26fdf1 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8acbaf6bec967d7d93d60a67050bfc3b4c61e366f30d21c58ca11820fe9f1d0 +size 3983 diff --git a/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_10_Cue.uasset b/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_10_Cue.uasset new file mode 100644 index 0000000..dd82d16 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b6f671a7645433462f514dbf9a3e96b734c78107d20372bf91eac18219c19d2 +size 3974 diff --git a/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_11_Cue.uasset b/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_11_Cue.uasset new file mode 100644 index 0000000..c7ba8b1 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:258fb895fb43fb737702c3830576a2d00f69ba98eb92cbf548484abfedaf66f8 +size 3974 diff --git a/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_12_Cue.uasset b/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_12_Cue.uasset new file mode 100644 index 0000000..d4b1ad1 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e20e762252d939b1de5d86608ec031d13aedd3454616c8bc05ef1d934f13aab +size 3974 diff --git a/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_13_Cue.uasset b/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_13_Cue.uasset new file mode 100644 index 0000000..1131081 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_13_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7910b03c3272fd3735889d7f6c1292ecdccd819169f8791a5d6b064405364ce2 +size 3974 diff --git a/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_14_Cue.uasset b/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_14_Cue.uasset new file mode 100644 index 0000000..6e158dc --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_14_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8075411462696c55e3531d81ffb4fc9fab6daa929304ff7964727bb553f8e18a +size 3974 diff --git a/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_15_Cue.uasset b/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_15_Cue.uasset new file mode 100644 index 0000000..8a6892f --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_15_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4d7e3e7b288502d0f7080f02b0cad5db10df3dd300906fff89498e9789c6d64 +size 3974 diff --git a/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_16_Cue.uasset b/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_16_Cue.uasset new file mode 100644 index 0000000..ffa8227 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_16_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82de3cc46c7c781253993e825fff810fd848cb8829739fecaf732b4ae3db971c +size 3974 diff --git a/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_17_Cue.uasset b/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_17_Cue.uasset new file mode 100644 index 0000000..acf0d97 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_17_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7db83d14031bb1153799567e51a92ea2435cbacdcca8ca1ce9d64716ec0c4ca +size 3974 diff --git a/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_01.uasset b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_01.uasset new file mode 100644 index 0000000..84ef906 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbc64e38edb454e69280925fd06a216fcc8510baca6ea87071aa775442d87227 +size 164859 diff --git a/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_02.uasset b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_02.uasset new file mode 100644 index 0000000..2c8fd5e --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:984c552bfc035adffec113db7da3178a1403877328958fb5be087a7e11f37493 +size 188151 diff --git a/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_03.uasset b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_03.uasset new file mode 100644 index 0000000..1ca0e95 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6b98f7289063767afc3e4cbef9fb229435b14d00bfe537a92663f81d87d4bb2 +size 120184 diff --git a/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_04.uasset b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_04.uasset new file mode 100644 index 0000000..8a4babf --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f0b7f17b8741400198323958ad03ca0525607aafec7c969e02d24bd040ee56d +size 149065 diff --git a/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_05.uasset b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_05.uasset new file mode 100644 index 0000000..ccac318 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:081677c3e2d095926f44c641bbeb063b5adf6fd12788416cc535c72924eb53a9 +size 92079 diff --git a/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_06.uasset b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_06.uasset new file mode 100644 index 0000000..03b021d --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0113d43009d020e7a6890e98865db44eb37505a428ce11a95cfe51d6ba179d9b +size 91825 diff --git a/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_07.uasset b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_07.uasset new file mode 100644 index 0000000..fa65f43 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:156fff2d69fef2ab57cf50c1dfa0019295c06c97b1e245395d94980fa7ee038c +size 127792 diff --git a/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_08.uasset b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_08.uasset new file mode 100644 index 0000000..6a6c844 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:835bd300074284c716e5d0d8bfa8d3ecdf41115d248206ebe8dd2c6b2b18f6a5 +size 102891 diff --git a/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_09.uasset b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_09.uasset new file mode 100644 index 0000000..57762b0 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89ac14003b34f2d4954915f8b1ae7ee383d2c0ed6237e810b611a46eeaeba52b +size 111224 diff --git a/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_10.uasset b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_10.uasset new file mode 100644 index 0000000..a5f8fc8 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cab212dc602e00646bbe24dab08cbc9136f2fdc80c5f2c176dc53d39f54c1010 +size 108386 diff --git a/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_11.uasset b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_11.uasset new file mode 100644 index 0000000..7283c31 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09b7bdf529a0ffc8e7d7a94f648bd658b45e0139c5cb52980fad48bf3e95ea23 +size 74938 diff --git a/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_12.uasset b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_12.uasset new file mode 100644 index 0000000..12c090c --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eef8b7eb686bd9a7390ce0a52ab7b824733aba637457ae5d5f15b4c5ebcd3cfc +size 130644 diff --git a/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_13.uasset b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_13.uasset new file mode 100644 index 0000000..a489427 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21d7865bd8e68556650d8fe28b5e91297ce22aae119aa380bf4f7c28afb1da68 +size 107493 diff --git a/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_14.uasset b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_14.uasset new file mode 100644 index 0000000..8c6dd0d --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0c751ec3182b09350bb078cb6fc45bc804615a6088c7bb40618cedd805cf257 +size 124690 diff --git a/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_15.uasset b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_15.uasset new file mode 100644 index 0000000..fcc32f0 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e27d5ac60c53c1ea1b1b7c322d86abefbf2c5e697b80c61c9dbe19fd2ece1993 +size 167276 diff --git a/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_16.uasset b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_16.uasset new file mode 100644 index 0000000..12480b6 --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_16.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01cb80273139e25c8d17273c1bb4601c73ffb1fb98c6298b59b0aeb0c1c081fb +size 93813 diff --git a/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_17.uasset b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_17.uasset new file mode 100644 index 0000000..5af1cfb --- /dev/null +++ b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_17.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86170664d73dd776e0f3cf2553c6ccdd48fffffaa40b8f44979bb735827ed209 +size 63641 diff --git a/Content/FarmAnimalSounds/Bonus/cue/Forest_Loop_Cue.uasset b/Content/FarmAnimalSounds/Bonus/cue/Forest_Loop_Cue.uasset new file mode 100644 index 0000000..7bdb6ac --- /dev/null +++ b/Content/FarmAnimalSounds/Bonus/cue/Forest_Loop_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fa2402fbfe600b99d181ed8221c3f3565948b7665b884cc3dea429fb0d96226 +size 3973 diff --git a/Content/FarmAnimalSounds/Bonus/cue/Rain_Light_1_Cue.uasset b/Content/FarmAnimalSounds/Bonus/cue/Rain_Light_1_Cue.uasset new file mode 100644 index 0000000..4661e55 --- /dev/null +++ b/Content/FarmAnimalSounds/Bonus/cue/Rain_Light_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4410b300b31535bad4a672c1acdde5a60b935c5bfad010e2a03dcf649252dec +size 3975 diff --git a/Content/FarmAnimalSounds/Bonus/cue/Rain_Moderate_1_Cue.uasset b/Content/FarmAnimalSounds/Bonus/cue/Rain_Moderate_1_Cue.uasset new file mode 100644 index 0000000..4d87c96 --- /dev/null +++ b/Content/FarmAnimalSounds/Bonus/cue/Rain_Moderate_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb569e49b3fb005e4d125db59dc02775ddd9402fa8ed27f0076940d1c74a1693 +size 4000 diff --git a/Content/FarmAnimalSounds/Bonus/cue/Stream_Calm_Loop_1_Cue.uasset b/Content/FarmAnimalSounds/Bonus/cue/Stream_Calm_Loop_1_Cue.uasset new file mode 100644 index 0000000..e523b5b --- /dev/null +++ b/Content/FarmAnimalSounds/Bonus/cue/Stream_Calm_Loop_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dca3c025c9193f881e587668e0f661bc914c8edb03772abd45a3a0596f31edf +size 4023 diff --git a/Content/FarmAnimalSounds/Bonus/cue/Stream_Moderate_Loop_1_Cue.uasset b/Content/FarmAnimalSounds/Bonus/cue/Stream_Moderate_Loop_1_Cue.uasset new file mode 100644 index 0000000..6111c8a --- /dev/null +++ b/Content/FarmAnimalSounds/Bonus/cue/Stream_Moderate_Loop_1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:120785c4e04a86ad8492afaafa9a9ec863e7f19dbebb16dea1967c5014ff8443 +size 4055 diff --git a/Content/FarmAnimalSounds/Bonus/wav/Forest_Loop.uasset b/Content/FarmAnimalSounds/Bonus/wav/Forest_Loop.uasset new file mode 100644 index 0000000..311e548 --- /dev/null +++ b/Content/FarmAnimalSounds/Bonus/wav/Forest_Loop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b0eb9ba049eae740613e2fef28c856d648abd38734dcccc2c4e334089b3752b +size 16939243 diff --git a/Content/FarmAnimalSounds/Bonus/wav/Rain_Light_1.uasset b/Content/FarmAnimalSounds/Bonus/wav/Rain_Light_1.uasset new file mode 100644 index 0000000..e7eb02c --- /dev/null +++ b/Content/FarmAnimalSounds/Bonus/wav/Rain_Light_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:821e2922b583ba983a1faf68767d5a6df34e6aeb8fec97b9ec73ac46dcfe5d1a +size 16232802 diff --git a/Content/FarmAnimalSounds/Bonus/wav/Rain_Moderate_1.uasset b/Content/FarmAnimalSounds/Bonus/wav/Rain_Moderate_1.uasset new file mode 100644 index 0000000..567ecb5 --- /dev/null +++ b/Content/FarmAnimalSounds/Bonus/wav/Rain_Moderate_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11317d961becabc430cba93637fb5038cffe8b5157acb87a511d8d07a264cba5 +size 22583759 diff --git a/Content/FarmAnimalSounds/Bonus/wav/Stream_Calm_Loop_1.uasset b/Content/FarmAnimalSounds/Bonus/wav/Stream_Calm_Loop_1.uasset new file mode 100644 index 0000000..89f6fc3 --- /dev/null +++ b/Content/FarmAnimalSounds/Bonus/wav/Stream_Calm_Loop_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bc45d21d42c4c5bf1accd411ae14a8e4ff4939d0eb2b06af3d9c8e5cba24db1 +size 12704838 diff --git a/Content/FarmAnimalSounds/Bonus/wav/Stream_Moderate_Loop_1.uasset b/Content/FarmAnimalSounds/Bonus/wav/Stream_Moderate_Loop_1.uasset new file mode 100644 index 0000000..a89bdb9 --- /dev/null +++ b/Content/FarmAnimalSounds/Bonus/wav/Stream_Moderate_Loop_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74a3ed8bf5384105cdebdaaec70d1dfc8584b7cc0d64ec4f65c821d735a7e39b +size 12705434 diff --git a/Content/Maps/OpenWorldMap.umap b/Content/Maps/OpenWorldMap.umap new file mode 100644 index 0000000..a210dc6 --- /dev/null +++ b/Content/Maps/OpenWorldMap.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2044bd17fd983211621c776eb2d2e19f392137983a4742dd9d4bc938ee8c19f6 +size 11539 diff --git a/Content/Maps/OpenWorldMap_HLODLayer_Instanced.uasset b/Content/Maps/OpenWorldMap_HLODLayer_Instanced.uasset new file mode 100644 index 0000000..ba05e10 --- /dev/null +++ b/Content/Maps/OpenWorldMap_HLODLayer_Instanced.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dd333d86ec610796d02e6719896c894257fb894f419c8700a4e05a6d6c1c121 +size 1936 diff --git a/Content/Maps/OpenWorldMap_HLODLayer_Merged.uasset b/Content/Maps/OpenWorldMap_HLODLayer_Merged.uasset new file mode 100644 index 0000000..e6c7c64 --- /dev/null +++ b/Content/Maps/OpenWorldMap_HLODLayer_Merged.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e19b586717d4d62b67d8d3da913b19d3556c440f1080fb839c124730055699d +size 3164 diff --git a/Content/Tets.uasset b/Content/Tets.uasset new file mode 100644 index 0000000..c0f2177 --- /dev/null +++ b/Content/Tets.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3a38cd6065d745fd27996f54cceb4011faf521445a0d2dfa93ab45b46ba82ce +size 1280 diff --git a/Content/ThirdPerson/Maps/ThirdPersonMap.umap b/Content/ThirdPerson/Maps/ThirdPersonMap.umap index 356a5b8..5654b91 100644 --- a/Content/ThirdPerson/Maps/ThirdPersonMap.umap +++ b/Content/ThirdPerson/Maps/ThirdPersonMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1e61e8d40f31b91f99513d5d5d94acfbd7491d4c3910efa321c806a56dd7e949 -size 19220 +oid sha256:b560228e4bf742d9c3a274bf39e58d6ee89254b281e88c3e52ec48a808c810e6 +size 19078 diff --git a/Content/ThirdPerson/Maps/WorldMap.umap b/Content/ThirdPerson/Maps/WorldMap.umap index 778c116..0374ddc 100644 --- a/Content/ThirdPerson/Maps/WorldMap.umap +++ b/Content/ThirdPerson/Maps/WorldMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:84e3ed7aac67266e6d83080285f7275196e939682144b86325d980d367bbef0a +oid sha256:dbe70ec9db8a1fe069d6d211c733e394a6bfaf7091f84ae793516d5048b0e100 size 73238 diff --git a/Content/__ExternalActors__/Maps/OpenWorldMap/0/1V/WMP6J9UDRF8QIJ623SR02J.uasset b/Content/__ExternalActors__/Maps/OpenWorldMap/0/1V/WMP6J9UDRF8QIJ623SR02J.uasset new file mode 100644 index 0000000..d7f4abf --- /dev/null +++ b/Content/__ExternalActors__/Maps/OpenWorldMap/0/1V/WMP6J9UDRF8QIJ623SR02J.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e02e42a89273c2f72e2a8fa33680090a589b065676a2fe19a894e7f97172a94a +size 4177 diff --git a/Content/__ExternalActors__/Maps/OpenWorldMap/1/9R/2M3R2KVK61EVC8ZWD1399I.uasset b/Content/__ExternalActors__/Maps/OpenWorldMap/1/9R/2M3R2KVK61EVC8ZWD1399I.uasset new file mode 100644 index 0000000..ff727c6 --- /dev/null +++ b/Content/__ExternalActors__/Maps/OpenWorldMap/1/9R/2M3R2KVK61EVC8ZWD1399I.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b32351504c0567394465794ad624f65e8238e279c1d4805ec7ae74bac1a9b77 +size 4001 diff --git a/Content/__ExternalActors__/Maps/OpenWorldMap/1/BW/WJQDBDNES4PEQ5A15E8PGY.uasset b/Content/__ExternalActors__/Maps/OpenWorldMap/1/BW/WJQDBDNES4PEQ5A15E8PGY.uasset new file mode 100644 index 0000000..532c473 --- /dev/null +++ b/Content/__ExternalActors__/Maps/OpenWorldMap/1/BW/WJQDBDNES4PEQ5A15E8PGY.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a9a4003755a98679cbd02c017892596e0cd8419bf559f545ef92e4ebb0fb4a9 +size 3051 diff --git a/Content/__ExternalActors__/Maps/OpenWorldMap/2/LQ/2NODAMEN0CE2FTPB9LRMWE.uasset b/Content/__ExternalActors__/Maps/OpenWorldMap/2/LQ/2NODAMEN0CE2FTPB9LRMWE.uasset new file mode 100644 index 0000000..42d4c17 --- /dev/null +++ b/Content/__ExternalActors__/Maps/OpenWorldMap/2/LQ/2NODAMEN0CE2FTPB9LRMWE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07a0957a6b4e1db37e989797414083bba6cc7f88cff5ecbf63da6fd17afe8593 +size 11838 diff --git a/Content/__ExternalActors__/Maps/OpenWorldMap/5/62/YGKFI5O19WD7M0SUEFDGYJ.uasset b/Content/__ExternalActors__/Maps/OpenWorldMap/5/62/YGKFI5O19WD7M0SUEFDGYJ.uasset new file mode 100644 index 0000000..8b90a4a --- /dev/null +++ b/Content/__ExternalActors__/Maps/OpenWorldMap/5/62/YGKFI5O19WD7M0SUEFDGYJ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2983bd0f9dc7a181b39af8f2923d339c1ecaed8364faa60bef2116633fdf9db +size 3966 diff --git a/Content/__ExternalActors__/Maps/OpenWorldMap/6/SQ/G3YEYIGLONMTUE3P2GX85J.uasset b/Content/__ExternalActors__/Maps/OpenWorldMap/6/SQ/G3YEYIGLONMTUE3P2GX85J.uasset new file mode 100644 index 0000000..5637541 --- /dev/null +++ b/Content/__ExternalActors__/Maps/OpenWorldMap/6/SQ/G3YEYIGLONMTUE3P2GX85J.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a449a9291b63082849f1a3cb95c5a0891da51544ab3f39b0cbf45d21289695c +size 6666 diff --git a/Content/__ExternalActors__/Maps/OpenWorldMap/7/PA/ZRKBDLVXBGR0K2E8IU1XRO.uasset b/Content/__ExternalActors__/Maps/OpenWorldMap/7/PA/ZRKBDLVXBGR0K2E8IU1XRO.uasset new file mode 100644 index 0000000..b527ed2 --- /dev/null +++ b/Content/__ExternalActors__/Maps/OpenWorldMap/7/PA/ZRKBDLVXBGR0K2E8IU1XRO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:453cf3a4914ce55fb896d1b2c4c4511772698507cf7b8f16384a663be2de7ec8 +size 5459 diff --git a/Content/__ExternalActors__/Maps/OpenWorldMap/B/6B/04AH1JVXEX5SL0XJ0GV8BX.uasset b/Content/__ExternalActors__/Maps/OpenWorldMap/B/6B/04AH1JVXEX5SL0XJ0GV8BX.uasset new file mode 100644 index 0000000..c2d409d --- /dev/null +++ b/Content/__ExternalActors__/Maps/OpenWorldMap/B/6B/04AH1JVXEX5SL0XJ0GV8BX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d71eef2776dabf3b8561898a04d0b480a2eea5bb4d9dcb7996f64def98fb1976 +size 2521 diff --git a/Content/__ExternalActors__/Maps/OpenWorldMap/B/CD/L9295WHGZDVP9BS0MACBYM.uasset b/Content/__ExternalActors__/Maps/OpenWorldMap/B/CD/L9295WHGZDVP9BS0MACBYM.uasset new file mode 100644 index 0000000..4dd40f1 --- /dev/null +++ b/Content/__ExternalActors__/Maps/OpenWorldMap/B/CD/L9295WHGZDVP9BS0MACBYM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b87e978e994ec21ac483fd39b718ad994d63134f4cf171710c24fec8c8970a0b +size 3939 diff --git a/Content/__ExternalActors__/Maps/OpenWorldMap/D/34/TP0EH5DGAW77ZTGELEPWQJ.uasset b/Content/__ExternalActors__/Maps/OpenWorldMap/D/34/TP0EH5DGAW77ZTGELEPWQJ.uasset new file mode 100644 index 0000000..1925b5b --- /dev/null +++ b/Content/__ExternalActors__/Maps/OpenWorldMap/D/34/TP0EH5DGAW77ZTGELEPWQJ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0013a1bac17303ade432d4ef905824051280ea1bbb874e057d0044e22463bd1 +size 3895 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/0/43/HYQWORMY4JDQ5X3OKZXFLC.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/0/43/HYQWORMY4JDQ5X3OKZXFLC.uasset index b8c3e94..987d1ea 100644 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/0/43/HYQWORMY4JDQ5X3OKZXFLC.uasset +++ b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/0/43/HYQWORMY4JDQ5X3OKZXFLC.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4ee19a411c93433575bbc5f242543689e32d55dbbe6570e88b7a3bf2111052b3 -size 2448 +oid sha256:880ee5951c5bdfe9aa3f9d0b348f89d5386c861ce93d148bf87e70736127ad0b +size 3077 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/0/7H/GOUY0HRZ40JKER99QGJL8E.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/0/7H/GOUY0HRZ40JKER99QGJL8E.uasset new file mode 100644 index 0000000..91310db --- /dev/null +++ b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/0/7H/GOUY0HRZ40JKER99QGJL8E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49ec57ba31de7b30fa6522b98b1ab1128e23c38fa7ed8dc8e4af569a2151b09b +size 16959 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/0/FG/C9C8NKPQ680JETAE5ROTT1.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/0/FG/C9C8NKPQ680JETAE5ROTT1.uasset index d707e91..5b80ce8 100644 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/0/FG/C9C8NKPQ680JETAE5ROTT1.uasset +++ b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/0/FG/C9C8NKPQ680JETAE5ROTT1.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:26a9c4b8b0135ab39dd2c7232bc6fd5222153c1a6ae1b1b3a59064308ecbf949 -size 4137 +oid sha256:ebcd0a777cbae5a47e3e3da848af2faa4c1e8744b4b443561924db3c6fecf281 +size 4668 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/2/SL/WS2QSQ4UXAWIZ8SNP3YJBN.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/2/SL/WS2QSQ4UXAWIZ8SNP3YJBN.uasset new file mode 100644 index 0000000..d1acc00 --- /dev/null +++ b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/2/SL/WS2QSQ4UXAWIZ8SNP3YJBN.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfa5ed5b76df764eebd41304e9798ff414e3ef8bee1a65e1fb04915054943d19 +size 3664 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/3/M3/7JQC72ZY37QM4IT43WD5CW.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/3/M3/7JQC72ZY37QM4IT43WD5CW.uasset index e0cff9c..9c69d0e 100644 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/3/M3/7JQC72ZY37QM4IT43WD5CW.uasset +++ b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/3/M3/7JQC72ZY37QM4IT43WD5CW.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ba9d3017df6be4e582425ddff72fa45ad9bda55dd7e77cc2c92b593e102d27e8 -size 4199 +oid sha256:6511e701ded915008f8e2abc8bfbad5838cb3e4be9f73d47d6b161124efdb217 +size 4730 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/3/P3/O43ETCZTFMLWWH1CJ941H2.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/3/P3/O43ETCZTFMLWWH1CJ941H2.uasset index 14cc472..1d809ee 100644 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/3/P3/O43ETCZTFMLWWH1CJ941H2.uasset +++ b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/3/P3/O43ETCZTFMLWWH1CJ941H2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5ded45078856631d1ab8563e6de64aeaa354de6c3090a9097c0df08da0b3d64a -size 4259 +oid sha256:d8f84feb9d012779f50624afb195cbb0327ecfc0adc177c9aedb38ce05e155aa +size 4790 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/4/60/5PI42YRDC8HSSG6BVV2GRR.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/4/60/5PI42YRDC8HSSG6BVV2GRR.uasset index 706a34b..bca8a5a 100644 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/4/60/5PI42YRDC8HSSG6BVV2GRR.uasset +++ b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/4/60/5PI42YRDC8HSSG6BVV2GRR.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c51681461cae9d5137ccb3514f07286cc1393f834cd3cd5c0d5ea5b39e0f8e34 -size 4085 +oid sha256:9135ca6ec4d23e16b87091526a8fdfbf957f55309fc81f8989a3712c6d464cdc +size 4616 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/5/11/IM858T68EBXCBX1T2FNR96.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/5/11/IM858T68EBXCBX1T2FNR96.uasset index 07e9835..5748ed8 100644 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/5/11/IM858T68EBXCBX1T2FNR96.uasset +++ b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/5/11/IM858T68EBXCBX1T2FNR96.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e9367a1410959cc3c30689e4f1a54e2480beb1d7184acf9293c175cf5c5cbf31 -size 4197 +oid sha256:118733eec5c980545c548ae76fe550fdfc3a276e785dd2ed575e67574bcdced4 +size 4728 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/5/9Q/U98KGKQ41NJYFOGFQM8ZDY.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/5/9Q/U98KGKQ41NJYFOGFQM8ZDY.uasset index 63e908e..e8ab01a 100644 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/5/9Q/U98KGKQ41NJYFOGFQM8ZDY.uasset +++ b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/5/9Q/U98KGKQ41NJYFOGFQM8ZDY.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6592f57fe6d7e5e615ab8c7a20c93075ac6759ff61bb9631a6e057150dcc7d01 -size 4194 +oid sha256:f2d1be2997d5e7b7a393a57705dd9038a90ac5b1c42bf8110f09f009a2298bdd +size 4725 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/5/QO/CO9MG7REJF8N8AQFYRCI06.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/5/QO/CO9MG7REJF8N8AQFYRCI06.uasset index b3ad2aa..4d264e0 100644 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/5/QO/CO9MG7REJF8N8AQFYRCI06.uasset +++ b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/5/QO/CO9MG7REJF8N8AQFYRCI06.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d256685e4d475994d589e81c57494da03f511aec8f3ee42deea129010c26442d -size 4257 +oid sha256:a8669be074cc7db7877ab3aaeb468c444cdaaac54dfcce523e5ee97d6836690f +size 4784 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/CZ/K2YM0JIRZ78IHGM8W2QBAF.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/CZ/K2YM0JIRZ78IHGM8W2QBAF.uasset index fbe0815..c8fbf0f 100644 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/CZ/K2YM0JIRZ78IHGM8W2QBAF.uasset +++ b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/CZ/K2YM0JIRZ78IHGM8W2QBAF.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1c27b82c8f8251b4fa29871ad8deb3acbfbca13d335a0d24f8931b60520adc7a -size 4257 +oid sha256:d12406e89f4df9536fa33f58f306eedb5a12981f232262ac518614781c0e9757 +size 4784 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/FE/46ZF63P8QSFM8VHWB98DHJ.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/FE/46ZF63P8QSFM8VHWB98DHJ.uasset new file mode 100644 index 0000000..1ae547f --- /dev/null +++ b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/FE/46ZF63P8QSFM8VHWB98DHJ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddc4cfc0a08c87b1598aeeab46c34abf4b33aec21b3366899736b966b8ff4221 +size 9113 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/HF/9H7TKAXH9DD8KI3TIXGI2I.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/HF/9H7TKAXH9DD8KI3TIXGI2I.uasset index 0d39062..a829036 100644 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/HF/9H7TKAXH9DD8KI3TIXGI2I.uasset +++ b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/HF/9H7TKAXH9DD8KI3TIXGI2I.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d580aff7cb956aba32c784c7563e71957f7c7976a0b3c09e09065cba2547eed5 -size 4259 +oid sha256:eb5006aee1222416e5799c6c8d395fa7ef296605db9e5daf69334a616dcd42e5 +size 4790 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/NC/UUYHDUFQAXTRRN4RVOPIUF.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/NC/UUYHDUFQAXTRRN4RVOPIUF.uasset index 0851abb..944d973 100644 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/NC/UUYHDUFQAXTRRN4RVOPIUF.uasset +++ b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/NC/UUYHDUFQAXTRRN4RVOPIUF.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:638d62d85d1622159516e5c0159f80f570ad885fbeeb8b893f2411b2f2bdde2d -size 4259 +oid sha256:dd2b22f8edaa715d9f5038becb07337fd411d64fd3b79d848874639ccf112aea +size 4790 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/XB/9VVR39MG0K7W5GQIEFE7SO.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/XB/9VVR39MG0K7W5GQIEFE7SO.uasset index 148df56..2ef8df9 100644 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/XB/9VVR39MG0K7W5GQIEFE7SO.uasset +++ b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/XB/9VVR39MG0K7W5GQIEFE7SO.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d330ebe344a1e649be43d4ec4e71d64a24c6b52f0fc7bcd8494a9ecb8f200e7f -size 4257 +oid sha256:288c690c8f050185b2bc79b7ebcce78d56a29a904f29849ddb92b7cf08d52c4e +size 4784 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/YO/NG2R9BPZVA7ZDN0Z4VSTG6.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/YO/NG2R9BPZVA7ZDN0Z4VSTG6.uasset index aae8e04..a7cada8 100644 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/YO/NG2R9BPZVA7ZDN0Z4VSTG6.uasset +++ b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/YO/NG2R9BPZVA7ZDN0Z4VSTG6.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:be2ba318af153ede93f7c33c53223e0d90b793c83c9784da42ad3e63a13cb086 -size 4078 +oid sha256:4d0441e00119935ce5aeb0f137a54429e37b78c5ee03baac896cf1e08b0e171b +size 4605 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/8/3J/6B9RJI3FDPCETRKXUXCQ4C.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/8/3J/6B9RJI3FDPCETRKXUXCQ4C.uasset index a29b1d1..9e74e77 100644 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/8/3J/6B9RJI3FDPCETRKXUXCQ4C.uasset +++ b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/8/3J/6B9RJI3FDPCETRKXUXCQ4C.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:71006f26cfe0506aeeeecbdfedffced344ab428e593e90cc2218cff29db3ed68 -size 4196 +oid sha256:31e70cbe5d033cb268caac3e2f15c3009c4dab982a1d2de5a83b457230e2309c +size 4727 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/8/LY/DXO7N97WV3UY93E5UEGI7P.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/8/LY/DXO7N97WV3UY93E5UEGI7P.uasset new file mode 100644 index 0000000..d3fb3dd --- /dev/null +++ b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/8/LY/DXO7N97WV3UY93E5UEGI7P.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ce6cb13c72209093911cb2c1a10225d51078f91afec54b4f48fd822c2682225 +size 6232 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/9/U7/H8YL2PPHZPBTI74SUD0RNL.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/9/U7/H8YL2PPHZPBTI74SUD0RNL.uasset index ad763eb..85052a4 100644 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/9/U7/H8YL2PPHZPBTI74SUD0RNL.uasset +++ b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/9/U7/H8YL2PPHZPBTI74SUD0RNL.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8ff4a036efd96f320e3fc95be2ed683ac0c9d59dc0daf5ebfdb42ef474f68109 -size 4083 +oid sha256:0b907ee668bedaafaf9a283ae3be6d767c5d75f0e5637359ff626156fd199642 +size 4614 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/A/16/Q7Y1URWWFS0TXGWUTO3S61.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/A/16/Q7Y1URWWFS0TXGWUTO3S61.uasset index befeee0..2992c7d 100644 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/A/16/Q7Y1URWWFS0TXGWUTO3S61.uasset +++ b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/A/16/Q7Y1URWWFS0TXGWUTO3S61.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:443747fbdba34da04b17bbd1648c964abfc3583244bc16ebbab8c19716257d8c -size 4196 +oid sha256:a4d018897e4cd4e2a3d9b25f3e29d7f3eb3925618aa839b708666362d96ebc5d +size 4727 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/A/17/6LXV4Y6DE3LUT705XNU4DZ.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/A/17/6LXV4Y6DE3LUT705XNU4DZ.uasset index 9de695f..39ad5dc 100644 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/A/17/6LXV4Y6DE3LUT705XNU4DZ.uasset +++ b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/A/17/6LXV4Y6DE3LUT705XNU4DZ.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6166d3ada28b8bb11d7cbda7a72df5f9887539474a0449d8ee711d8b4688b203 -size 4257 +oid sha256:ee9fefbfb08e506b14222094da2e146e71461fd4a4c7625d88fb659771dbb6e9 +size 4784 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/A/MS/MRHJREJ6H7USQYWF1KO8F6.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/A/MS/MRHJREJ6H7USQYWF1KO8F6.uasset index 8efb654..e848cdb 100644 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/A/MS/MRHJREJ6H7USQYWF1KO8F6.uasset +++ b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/A/MS/MRHJREJ6H7USQYWF1KO8F6.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:028af01743fee056aa0ab029f3b1e8894d567cd8b66aa5974565de46abbaabe0 -size 4493 +oid sha256:c162c8a6486444e2f8b20d8be7b6a363901469e3d8feebfee784e21f8db8e39c +size 4725 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/A/NM/VWJPNRBNJJZ55NM9N0APE2.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/A/NM/VWJPNRBNJJZ55NM9N0APE2.uasset new file mode 100644 index 0000000..43cc312 --- /dev/null +++ b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/A/NM/VWJPNRBNJJZ55NM9N0APE2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09096ba1d1cb51d90f56eb9d9fcc98e183a9cc180fcec5c28ef399d28e04c264 +size 3250 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/B/4D/BBOCKSZY1GVHTFRX0PR0O8.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/B/4D/BBOCKSZY1GVHTFRX0PR0O8.uasset index 9f54c65..22d4a0a 100644 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/B/4D/BBOCKSZY1GVHTFRX0PR0O8.uasset +++ b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/B/4D/BBOCKSZY1GVHTFRX0PR0O8.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b7cff00f928e621828cd873a9209692eadd8324381faa6b2313e66fccf0dcd20 -size 4085 +oid sha256:33062371b24ad70a95750d4e4729c72cb3a9876fd339d4e1a5e9ea2679a5d406 +size 4616 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/B/8K/1IKKDYS7RULH8FRYRPPF04.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/B/8K/1IKKDYS7RULH8FRYRPPF04.uasset index 6b108b8..127c090 100644 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/B/8K/1IKKDYS7RULH8FRYRPPF04.uasset +++ b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/B/8K/1IKKDYS7RULH8FRYRPPF04.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cddf4c8a9e88468b1a88239465441229988346f33489ebecddd232c1418bb39c -size 4259 +oid sha256:d95557879d8745fb62f8e35616451726c4dff83202cceb94a1f99195cf47d599 +size 4790 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/B/EA/9BWDWCNL7OZT2HTML9LK1Y.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/B/EA/9BWDWCNL7OZT2HTML9LK1Y.uasset index 3143343..da05a6b 100644 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/B/EA/9BWDWCNL7OZT2HTML9LK1Y.uasset +++ b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/B/EA/9BWDWCNL7OZT2HTML9LK1Y.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c149869feeaf1510b36db936d4d268d656241e7865e9d8095344d1d90307a66d -size 4197 +oid sha256:c1da97d3d541634d661f40f674f043dbcd27c564325f120e6da72d19f9dd9d47 +size 4728 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/B/FB/8RB55FM1HBEUVO4IOQC4YN.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/B/FB/8RB55FM1HBEUVO4IOQC4YN.uasset index 1379376..149aae9 100644 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/B/FB/8RB55FM1HBEUVO4IOQC4YN.uasset +++ b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/B/FB/8RB55FM1HBEUVO4IOQC4YN.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b70581331d652dab7d08a3b4e5642621681db555804f910e407f1544d49a4f20 -size 4143 +oid sha256:31d270aff400965b6014247f3295d5917a9da7708c04e5fb036aca0718c888a6 +size 4670 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/B/QE/INR0RXBQDLXNK8S3NXU33H.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/B/QE/INR0RXBQDLXNK8S3NXU33H.uasset new file mode 100644 index 0000000..9655238 --- /dev/null +++ b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/B/QE/INR0RXBQDLXNK8S3NXU33H.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17c460a12baf07d28d265bbcae8d09d64ed3bd2a1a821b4e8639315725d7b5d5 +size 3250 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/C/QF/BY1DA5CRGQSAMOTK8RA8KR.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/C/QF/BY1DA5CRGQSAMOTK8RA8KR.uasset index e5c171d..73b1149 100644 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/C/QF/BY1DA5CRGQSAMOTK8RA8KR.uasset +++ b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/C/QF/BY1DA5CRGQSAMOTK8RA8KR.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eccc8898e449e3e69330bceb17d41195d8816f5b24a9fdce9bcbf476e1bbf732 -size 3982 +oid sha256:ad737b6d7bcde3462963d7126b2de85307d92e4eeb957fdc8d95ce4d35bedca3 +size 4513 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/C/YT/CQR16QFDKKEYP53M51TV4F.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/C/YT/CQR16QFDKKEYP53M51TV4F.uasset index 4a232d3..9ad3bae 100644 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/C/YT/CQR16QFDKKEYP53M51TV4F.uasset +++ b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/C/YT/CQR16QFDKKEYP53M51TV4F.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fc5b98e9cb9ae73218875cf46f217a54901e063fb698bdd27d825af1e285e067 -size 4085 +oid sha256:2f5122ffc12aaffe6e6e00c5711203f7ddd512fe2e27be985313b985617015e4 +size 4616 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/D/0G/JNKFA4X9LRMSF343ESPF6Q.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/D/0G/JNKFA4X9LRMSF343ESPF6Q.uasset index 43ad68f..f8bb6fb 100644 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/D/0G/JNKFA4X9LRMSF343ESPF6Q.uasset +++ b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/D/0G/JNKFA4X9LRMSF343ESPF6Q.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7035d96cc3a70597a83e4f399c63a197242d0462aab2702d1b36de50aa3ceaf9 -size 4080 +oid sha256:c9acdce93cc575964579589e71c4e13d22181cf71f0d7dbe2a98cd59328fc97d +size 4611 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/D/3V/NMHOKL5LGQDOAAG00FUMZR.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/D/3V/NMHOKL5LGQDOAAG00FUMZR.uasset index 444f567..6c37526 100644 --- a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/D/3V/NMHOKL5LGQDOAAG00FUMZR.uasset +++ b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/D/3V/NMHOKL5LGQDOAAG00FUMZR.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:34376285d84fe6efd6ad47090c47e2af121b7bed865b552dc3a1a9a6be674780 -size 4082 +oid sha256:45eac60a8650561f976b5511cffd610c38b9a709bc5e8401084cd841742a3bb9 +size 4613 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/D/TG/OAA0UFHHQ56VORFI8WT2XR.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/D/TG/OAA0UFHHQ56VORFI8WT2XR.uasset new file mode 100644 index 0000000..663ceba --- /dev/null +++ b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/D/TG/OAA0UFHHQ56VORFI8WT2XR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65d46ef1f0a3355fdbb3e98cdb304d39172a8cab26acc2e4a076dbce9bcc8a88 +size 3666 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/E/PZ/N9NQJ1VY69SIRW18W20B0U.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/E/PZ/N9NQJ1VY69SIRW18W20B0U.uasset new file mode 100644 index 0000000..606306c --- /dev/null +++ b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/E/PZ/N9NQJ1VY69SIRW18W20B0U.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6518c3ed20b59eaf2623ec720f3d17493b4b699cef1e4cb7cfa11db94532d40 +size 8279 diff --git a/Content/__ExternalObjects__/Maps/OpenWorldMap/E/LZ/ZXEU6P2JATOUL9NCUP5QUC.uasset b/Content/__ExternalObjects__/Maps/OpenWorldMap/E/LZ/ZXEU6P2JATOUL9NCUP5QUC.uasset new file mode 100644 index 0000000..5779c79 --- /dev/null +++ b/Content/__ExternalObjects__/Maps/OpenWorldMap/E/LZ/ZXEU6P2JATOUL9NCUP5QUC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a773e978a73fb78e1f7a9e4b297cf987cc0399251ec793078d35c73564ed7ec +size 2186