diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini index e273799..225a003 100644 --- a/Config/DefaultEngine.ini +++ b/Config/DefaultEngine.ini @@ -1,7 +1,62 @@ [/Script/Engine.CollisionProfile] -+Profiles=(Name="Projectile",CollisionEnabled=QueryOnly,ObjectTypeName="Projectile",CustomResponses=,HelpMessage="Preset for projectiles",bCanModify=True) -+DefaultChannelResponses=(Channel=ECC_GameTraceChannel1,Name="Projectile",DefaultResponse=ECR_Block,bTraceType=False,bStaticObject=False) -+EditProfiles=(Name="Trigger",CustomResponses=((Channel=Projectile, Response=ECR_Ignore))) +-Profiles=(Name="NoCollision",CollisionEnabled=NoCollision,ObjectTypeName="WorldStatic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore)),HelpMessage="No collision",bCanModify=False) +-Profiles=(Name="BlockAll",CollisionEnabled=QueryAndPhysics,ObjectTypeName="WorldStatic",CustomResponses=,HelpMessage="WorldStatic object that blocks all actors by default. All new custom channels will use its own default response. ",bCanModify=False) +-Profiles=(Name="OverlapAll",CollisionEnabled=QueryOnly,ObjectTypeName="WorldStatic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Overlap),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldStatic object that overlaps all actors by default. All new custom channels will use its own default response. ",bCanModify=False) +-Profiles=(Name="BlockAllDynamic",CollisionEnabled=QueryAndPhysics,ObjectTypeName="WorldDynamic",CustomResponses=,HelpMessage="WorldDynamic object that blocks all actors by default. All new custom channels will use its own default response. ",bCanModify=False) +-Profiles=(Name="OverlapAllDynamic",CollisionEnabled=QueryOnly,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Overlap),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldDynamic object that overlaps all actors by default. All new custom channels will use its own default response. ",bCanModify=False) +-Profiles=(Name="IgnoreOnlyPawn",CollisionEnabled=QueryOnly,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that ignores Pawn and Vehicle. All other channels will be set to default.",bCanModify=False) +-Profiles=(Name="OverlapOnlyPawn",CollisionEnabled=QueryOnly,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Pawn",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that overlaps Pawn, Camera, and Vehicle. All other channels will be set to default. ",bCanModify=False) +-Profiles=(Name="Pawn",CollisionEnabled=QueryAndPhysics,ObjectTypeName="Pawn",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Pawn object. Can be used for capsule of any playerable character or AI. ",bCanModify=False) +-Profiles=(Name="Spectator",CollisionEnabled=QueryOnly,ObjectTypeName="Pawn",CustomResponses=((Channel="WorldStatic",Response=ECR_Block),(Channel="Pawn",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore),(Channel="WorldDynamic",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore),(Channel="PhysicsBody",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore),(Channel="Destructible",Response=ECR_Ignore)),HelpMessage="Pawn object that ignores all other actors except WorldStatic.",bCanModify=False) +-Profiles=(Name="CharacterMesh",CollisionEnabled=QueryOnly,ObjectTypeName="Pawn",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Pawn object that is used for Character Mesh. All other channels will be set to default.",bCanModify=False) +-Profiles=(Name="PhysicsActor",CollisionEnabled=QueryAndPhysics,ObjectTypeName="PhysicsBody",CustomResponses=,HelpMessage="Simulating actors",bCanModify=False) +-Profiles=(Name="Destructible",CollisionEnabled=QueryAndPhysics,ObjectTypeName="Destructible",CustomResponses=,HelpMessage="Destructible actors",bCanModify=False) +-Profiles=(Name="InvisibleWall",CollisionEnabled=QueryAndPhysics,ObjectTypeName="WorldStatic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="WorldStatic object that is invisible.",bCanModify=False) +-Profiles=(Name="InvisibleWallDynamic",CollisionEnabled=QueryAndPhysics,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that is invisible.",bCanModify=False) +-Profiles=(Name="Trigger",CollisionEnabled=QueryOnly,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Ignore),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldDynamic object that is used for trigger. All other channels will be set to default.",bCanModify=False) +-Profiles=(Name="Ragdoll",CollisionEnabled=QueryAndPhysics,ObjectTypeName="PhysicsBody",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Simulating Skeletal Mesh Component. All other channels will be set to default.",bCanModify=False) +-Profiles=(Name="Vehicle",CollisionEnabled=QueryAndPhysics,ObjectTypeName="Vehicle",CustomResponses=,HelpMessage="Vehicle object that blocks Vehicle, WorldStatic, and WorldDynamic. All other channels will be set to default.",bCanModify=False) +-Profiles=(Name="UI",CollisionEnabled=QueryOnly,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Block),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldStatic object that overlaps all actors by default. All new custom channels will use its own default response. ",bCanModify=False) ++Profiles=(Name="NoCollision",CollisionEnabled=NoCollision,bCanModify=False,ObjectTypeName="WorldStatic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore)),HelpMessage="No collision") ++Profiles=(Name="BlockAll",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="WorldStatic",CustomResponses=,HelpMessage="WorldStatic object that blocks all actors by default. All new custom channels will use its own default response. ") ++Profiles=(Name="OverlapAll",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldStatic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Overlap),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldStatic object that overlaps all actors by default. All new custom channels will use its own default response. ") ++Profiles=(Name="BlockAllDynamic",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=,HelpMessage="WorldDynamic object that blocks all actors by default. All new custom channels will use its own default response. ") ++Profiles=(Name="OverlapAllDynamic",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Overlap),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldDynamic object that overlaps all actors by default. All new custom channels will use its own default response. ") ++Profiles=(Name="IgnoreOnlyPawn",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that ignores Pawn and Vehicle. All other channels will be set to default.") ++Profiles=(Name="OverlapOnlyPawn",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Pawn",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that overlaps Pawn, Camera, and Vehicle. All other channels will be set to default. ") ++Profiles=(Name="Pawn",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="Pawn",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Pawn object. Can be used for capsule of any playerable character or AI. ") ++Profiles=(Name="Spectator",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="Pawn",CustomResponses=((Channel="WorldStatic"),(Channel="Pawn",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore),(Channel="WorldDynamic",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore),(Channel="PhysicsBody",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore),(Channel="Destructible",Response=ECR_Ignore)),HelpMessage="Pawn object that ignores all other actors except WorldStatic.") ++Profiles=(Name="CharacterMesh",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="Pawn",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Pawn object that is used for Character Mesh. All other channels will be set to default.") ++Profiles=(Name="PhysicsActor",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="PhysicsBody",CustomResponses=,HelpMessage="Simulating actors") ++Profiles=(Name="Destructible",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="Destructible",CustomResponses=,HelpMessage="Destructible actors") ++Profiles=(Name="InvisibleWall",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="WorldStatic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="WorldStatic object that is invisible.") ++Profiles=(Name="InvisibleWallDynamic",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that is invisible.") ++Profiles=(Name="Trigger",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Ignore),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldDynamic object that is used for trigger. All other channels will be set to default.") ++Profiles=(Name="Ragdoll",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="PhysicsBody",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Simulating Skeletal Mesh Component. All other channels will be set to default.") ++Profiles=(Name="Vehicle",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="Vehicle",CustomResponses=,HelpMessage="Vehicle object that blocks Vehicle, WorldStatic, and WorldDynamic. All other channels will be set to default.") ++Profiles=(Name="UI",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility"),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldStatic object that overlaps all actors by default. All new custom channels will use its own default response. ") ++Profiles=(Name="Projectile",CollisionEnabled=QueryOnly,bCanModify=True,ObjectTypeName="Projectile",CustomResponses=,HelpMessage="Preset for projectiles") ++Profiles=(Name="WaterBodyCollision",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="",CustomResponses=((Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="Default Water Collision Profile (Created by Water Plugin)") ++DefaultChannelResponses=(Channel=ECC_GameTraceChannel1,DefaultResponse=ECR_Block,bTraceType=False,bStaticObject=False,Name="Projectile") ++EditProfiles=(Name="Trigger",CustomResponses=((Channel="Projectile",Response=ECR_Ignore))) +-ProfileRedirects=(OldName="BlockingVolume",NewName="InvisibleWall") +-ProfileRedirects=(OldName="InterpActor",NewName="IgnoreOnlyPawn") +-ProfileRedirects=(OldName="StaticMeshComponent",NewName="BlockAllDynamic") +-ProfileRedirects=(OldName="SkeletalMeshActor",NewName="PhysicsActor") +-ProfileRedirects=(OldName="InvisibleActor",NewName="InvisibleWallDynamic") ++ProfileRedirects=(OldName="BlockingVolume",NewName="InvisibleWall") ++ProfileRedirects=(OldName="InterpActor",NewName="IgnoreOnlyPawn") ++ProfileRedirects=(OldName="StaticMeshComponent",NewName="BlockAllDynamic") ++ProfileRedirects=(OldName="SkeletalMeshActor",NewName="PhysicsActor") ++ProfileRedirects=(OldName="InvisibleActor",NewName="InvisibleWallDynamic") +-CollisionChannelRedirects=(OldName="Static",NewName="WorldStatic") +-CollisionChannelRedirects=(OldName="Dynamic",NewName="WorldDynamic") +-CollisionChannelRedirects=(OldName="VehicleMovement",NewName="Vehicle") +-CollisionChannelRedirects=(OldName="PawnMovement",NewName="Pawn") ++CollisionChannelRedirects=(OldName="Static",NewName="WorldStatic") ++CollisionChannelRedirects=(OldName="Dynamic",NewName="WorldDynamic") ++CollisionChannelRedirects=(OldName="VehicleMovement",NewName="Vehicle") ++CollisionChannelRedirects=(OldName="PawnMovement",NewName="Pawn") [/Script/EngineSettings.GameMapsSettings] EditorStartupMap=/Game/Developers/Steven/Collections/TEST_World.TEST_World @@ -17,14 +72,14 @@ GlobalDefaultGameMode=/Game/FirstPerson/Blueprints/BP_FirstPersonGameMode.BP_Fir GlobalDefaultServerGameMode=None [/Script/Engine.RendererSettings] -r.ReflectionMethod=1 +r.ReflectionMethod=0 r.GenerateMeshDistanceFields=True -r.DynamicGlobalIlluminationMethod=1 +r.DynamicGlobalIlluminationMethod=0 r.Mobile.EnableNoPrecomputedLightingCSMShader=1 r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=True r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=true -r.Shadow.Virtual.Enable=1 +r.Shadow.Virtual.Enable=0 r.SkinCache.CompileShaders=True r.DefaultFeature.AutoExposure.Method=0 @@ -62,3 +117,35 @@ ManualIPAddress= [/Script/PythonScriptPlugin.PythonScriptPluginSettings] bRemoteExecution=True +[/Script/GameplayDebugger.GameplayDebuggerConfig] +CategorySlot4=Four +CategorySlot5=Five +CategorySlot0=Zero +CategorySlot1=One +CategorySlot2=Two +CategorySlot3=Three +CategorySlot6=Six +CategorySlot7=Seven +CategorySlot8=Eight +CategorySlot9=Nine + +[/Script/NavigationSystem.NavigationSystemV1] +DefaultAgentName=None +CrowdManagerClass=/Script/AIModule.CrowdManager +bAutoCreateNavigationData=True +bSpawnNavDataInNavBoundsLevel=False +bAllowClientSideNavigation=False +bShouldDiscardSubLevelNavData=True +bTickWhilePaused=False +bInitialBuildingLocked=False +bSkipAgentHeightCheckWhenPickingNavData=False +GeometryExportVertexCountWarningThreshold=1000000 +bGenerateNavigationOnlyAroundNavigationInvokers=False +ActiveTilesUpdateInterval=1.000000 +DataGatheringMode=Instant +DirtyAreaWarningSizeThreshold=-1.000000 +GatheringNavModifiersWarningLimitTime=-1.000000 ++SupportedAgents=(Name="Minions",Color=(B=0,G=75,R=68,A=164),DefaultQueryExtent=(X=50.000000,Y=50.000000,Z=250.000000),NavDataClass="/Script/NavigationSystem.RecastNavMesh",AgentRadius=35.000000,AgentHeight=144.000000,AgentStepHeight=-1.000000,NavWalkingSearchHeightScale=0.500000,PreferredNavData=None,bCanCrouch=False,bCanJump=False,bCanWalk=True,bCanSwim=False,bCanFly=False) ++SupportedAgents=(Name="Boss",Color=(B=75,G=36,R=0,A=164),DefaultQueryExtent=(X=50.000000,Y=50.000000,Z=250.000000),NavDataClass="/Script/NavigationSystem.RecastNavMesh",AgentRadius=35.000000,AgentHeight=144.000000,AgentStepHeight=-1.000000,NavWalkingSearchHeightScale=0.500000,PreferredNavData=None,bCanCrouch=False,bCanJump=False,bCanWalk=True,bCanSwim=False,bCanFly=False) +SupportedAgentsMask=(bSupportsAgent0=True,bSupportsAgent1=True,bSupportsAgent2=True,bSupportsAgent3=True,bSupportsAgent4=True,bSupportsAgent5=True,bSupportsAgent6=True,bSupportsAgent7=True,bSupportsAgent8=True,bSupportsAgent9=True,bSupportsAgent10=True,bSupportsAgent11=True,bSupportsAgent12=True,bSupportsAgent13=True,bSupportsAgent14=True,bSupportsAgent15=True) + diff --git a/Config/DefaultInput.ini b/Config/DefaultInput.ini index 52a86b3..0a70b47 100644 --- a/Config/DefaultInput.ini +++ b/Config/DefaultInput.ini @@ -122,6 +122,16 @@ DoubleClickTime=0.200000 +AxisMappings=(AxisName="Move Right / Left",Scale=1.000000,Key=Gamepad_LeftX) +AxisMappings=(AxisName="Turn Right / Left Gamepad",Scale=1.000000,Key=Gamepad_RightX) +AxisMappings=(AxisName="Turn Right / Left Mouse",Scale=1.000000,Key=MouseX) ++AxisMappings=(AxisName="MoveForward",Scale=1.000000,Key=W) ++AxisMappings=(AxisName="MoveForward",Scale=-1.000000,Key=S) ++AxisMappings=(AxisName="MoveForward",Scale=1.000000,Key=Gamepad_LeftY) ++AxisMappings=(AxisName="MoveRight",Scale=-1.000000,Key=A) ++AxisMappings=(AxisName="MoveRight",Scale=1.000000,Key=D) ++AxisMappings=(AxisName="MoveRight",Scale=1.000000,Key=Gamepad_LeftX) ++AxisMappings=(AxisName="Turn",Scale=1.000000,Key=MouseX) ++AxisMappings=(AxisName="LookUp",Scale=-1.000000,Key=MouseY) ++AxisMappings=(AxisName="TurnRate",Scale=1.000000,Key=Gamepad_RightX) ++AxisMappings=(AxisName="LookUpRate",Scale=1.000000,Key=Gamepad_LeftY) DefaultPlayerInputClass=/Script/EnhancedInput.EnhancedPlayerInput DefaultInputComponentClass=/Script/EnhancedInput.EnhancedInputComponent DefaultTouchInterface=/Engine/MobileResources/HUD/DefaultVirtualJoysticks.DefaultVirtualJoysticks diff --git a/Content/AI/BP_EnemyRandomizedCharacterMaster.uasset b/Content/AI/BP_EnemyRandomizedCharacterMaster.uasset new file mode 100644 index 0000000..c677df5 --- /dev/null +++ b/Content/AI/BP_EnemyRandomizedCharacterMaster.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3722537607d68383f02975ffaf4aff465034910a20321bfda26c388d35e4d665 +size 135740 diff --git a/Content/AI/BossSoundAttenuation.uasset b/Content/AI/BossSoundAttenuation.uasset new file mode 100644 index 0000000..319512d --- /dev/null +++ b/Content/AI/BossSoundAttenuation.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c49d8a14a2d022614df58bce9d1e9699eae926e3f900ecad2e2155c21077dc6 +size 1591 diff --git a/Content/AI/Enemies/Bosses/ABP/ABP_Boss_DraconisPrime.uasset b/Content/AI/Enemies/Bosses/ABP/ABP_Boss_DraconisPrime.uasset new file mode 100644 index 0000000..7bd921f --- /dev/null +++ b/Content/AI/Enemies/Bosses/ABP/ABP_Boss_DraconisPrime.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93a4b584efabcb5ad4427bc3b96dda82532c5d7bed52e52ee9e72fe29655a56a +size 599188 diff --git a/Content/AI/Enemies/Bosses/Arena/BP_ArenaZone.uasset b/Content/AI/Enemies/Bosses/Arena/BP_ArenaZone.uasset new file mode 100644 index 0000000..cd61e0f --- /dev/null +++ b/Content/AI/Enemies/Bosses/Arena/BP_ArenaZone.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5d258f2b6cd280dd65a6413aaf6e3d936dd9776d35db05f60903fa4d7eeb9a8 +size 374184 diff --git a/Content/AI/Enemies/Bosses/BP_Boss_DraconisPrime.uasset b/Content/AI/Enemies/Bosses/BP_Boss_DraconisPrime.uasset new file mode 100644 index 0000000..12fb3ae --- /dev/null +++ b/Content/AI/Enemies/Bosses/BP_Boss_DraconisPrime.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32ca0bf1b3b222607a8a81a9838f81b855acebb5ae2337456cfaa9c97c141bfe +size 39890 diff --git a/Content/AI/Enemies/Bosses/BP_EnemyBossMaster.uasset b/Content/AI/Enemies/Bosses/BP_EnemyBossMaster.uasset new file mode 100644 index 0000000..a4e40c4 --- /dev/null +++ b/Content/AI/Enemies/Bosses/BP_EnemyBossMaster.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fa99ce205b4e4ac689cb87a69d17e07164a0f820e0d0255898637757479fd54 +size 1043776 diff --git a/Content/AI/Enemies/Bosses/ParagonSevarog/Characters/Heroes/Sevarog/Animations/Swing1_Medium_Montage.uasset b/Content/AI/Enemies/Bosses/ParagonSevarog/Characters/Heroes/Sevarog/Animations/Swing1_Medium_Montage.uasset new file mode 100644 index 0000000..57207fb --- /dev/null +++ b/Content/AI/Enemies/Bosses/ParagonSevarog/Characters/Heroes/Sevarog/Animations/Swing1_Medium_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5affe21261f5312bac43c0198a396d8997856c15380e15a3431c3415446ed07 +size 11816 diff --git a/Content/AI/Enemies/Bosses/ParagonSevarog/Characters/Heroes/Sevarog/Animations/Swing2_Medium_Montage.uasset b/Content/AI/Enemies/Bosses/ParagonSevarog/Characters/Heroes/Sevarog/Animations/Swing2_Medium_Montage.uasset new file mode 100644 index 0000000..286113a --- /dev/null +++ b/Content/AI/Enemies/Bosses/ParagonSevarog/Characters/Heroes/Sevarog/Animations/Swing2_Medium_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52e71771fb7a9bf2817701f1f9d38c47ee562af3562c807c193e0586ee26652b +size 11846 diff --git a/Content/AI/Enemies/Bosses/ParagonSevarog/Characters/Heroes/Sevarog/Animations/Victory_Emote.uasset b/Content/AI/Enemies/Bosses/ParagonSevarog/Characters/Heroes/Sevarog/Animations/Victory_Emote.uasset new file mode 100644 index 0000000..4d20cbd --- /dev/null +++ b/Content/AI/Enemies/Bosses/ParagonSevarog/Characters/Heroes/Sevarog/Animations/Victory_Emote.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5640efec34bf37dd2f83520b124d3c99158e42232c34ca33b89851efb6862a74 +size 4263683 diff --git a/Content/AI/Enemies/Bosses/ParagonSevarog/Characters/Heroes/Sevarog/Meshes/Sevarog.uasset b/Content/AI/Enemies/Bosses/ParagonSevarog/Characters/Heroes/Sevarog/Meshes/Sevarog.uasset new file mode 100644 index 0000000..477368c --- /dev/null +++ b/Content/AI/Enemies/Bosses/ParagonSevarog/Characters/Heroes/Sevarog/Meshes/Sevarog.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:508f9c0e32e9a5fa7f315773fbd9ebccd92bff3626d3687f7987df9d5b01dd38 +size 16360075 diff --git a/Content/AI/Enemies/Bosses/ParagonSevarog/Characters/Heroes/Sevarog/Meshes/Sevarog_ShadowCyl.uasset b/Content/AI/Enemies/Bosses/ParagonSevarog/Characters/Heroes/Sevarog/Meshes/Sevarog_ShadowCyl.uasset new file mode 100644 index 0000000..eaf9ef4 --- /dev/null +++ b/Content/AI/Enemies/Bosses/ParagonSevarog/Characters/Heroes/Sevarog/Meshes/Sevarog_ShadowCyl.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7f78ec3b5321757e3bfac2604b53ecce02434e3537871a756f5763d915f6cd0 +size 18608 diff --git a/Content/AI/Enemies/Bosses/ParagonSevarog/Characters/Heroes/Sevarog/Meshes/Sevarog_Skeleton.uasset b/Content/AI/Enemies/Bosses/ParagonSevarog/Characters/Heroes/Sevarog/Meshes/Sevarog_Skeleton.uasset new file mode 100644 index 0000000..3c67a8f --- /dev/null +++ b/Content/AI/Enemies/Bosses/ParagonSevarog/Characters/Heroes/Sevarog/Meshes/Sevarog_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26514ca2c6403b618910a1e562ae93d134efc3638d540a17fb5a1f3aae333db2 +size 50433 diff --git a/Content/AI/Enemies/Bosses/ParagonSevarog/Characters/Heroes/Sevarog/SevarogPlayerCharacter.uasset b/Content/AI/Enemies/Bosses/ParagonSevarog/Characters/Heroes/Sevarog/SevarogPlayerCharacter.uasset new file mode 100644 index 0000000..468a137 --- /dev/null +++ b/Content/AI/Enemies/Bosses/ParagonSevarog/Characters/Heroes/Sevarog/SevarogPlayerCharacter.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81ed4e1d0c9165c5dd2a6457d92a005e4e63689d406f779f09e2d47cf0685b1c +size 188978 diff --git a/Content/AI/Enemies/Bosses/ParagonSevarog/Characters/Heroes/Sevarog/Sevarog_AnimBlueprint.uasset b/Content/AI/Enemies/Bosses/ParagonSevarog/Characters/Heroes/Sevarog/Sevarog_AnimBlueprint.uasset new file mode 100644 index 0000000..fe39540 --- /dev/null +++ b/Content/AI/Enemies/Bosses/ParagonSevarog/Characters/Heroes/Sevarog/Sevarog_AnimBlueprint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cfbeef1d95792c0940f333af7c79b9a7aa60470480cf05615b7c32abf006ba6 +size 689923 diff --git a/Content/AI/Enemies/Bosses/ParagonSevarog/Characters/Heroes/Sevarog/Sounds/DialogueVoices/Sevarog.uasset b/Content/AI/Enemies/Bosses/ParagonSevarog/Characters/Heroes/Sevarog/Sounds/DialogueVoices/Sevarog.uasset new file mode 100644 index 0000000..cf94130 --- /dev/null +++ b/Content/AI/Enemies/Bosses/ParagonSevarog/Characters/Heroes/Sevarog/Sounds/DialogueVoices/Sevarog.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71c156328dc5e43fbcc548bc508319b053c3b1c725174c63690460ff860ffed1 +size 1520 diff --git a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_30_Cue.uasset b/Content/AI/Enemies/Bosses/ParagonSevarog/Characters/Heroes/Sevarog/Sounds/DialogueWaves/Sevarog_Catchphrase_010_Dialogue.uasset similarity index 82% rename from Content/FarmAnimalSounds/Animals/Goose/cue/Goose_30_Cue.uasset rename to Content/AI/Enemies/Bosses/ParagonSevarog/Characters/Heroes/Sevarog/Sounds/DialogueWaves/Sevarog_Catchphrase_010_Dialogue.uasset index 6926f7c..3224bc3 100644 --- a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_30_Cue.uasset +++ b/Content/AI/Enemies/Bosses/ParagonSevarog/Characters/Heroes/Sevarog/Sounds/DialogueWaves/Sevarog_Catchphrase_010_Dialogue.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:19214ae4f330cea48ab4223c66239cf3a3c62506121d581b253e124b34618352 -size 3963 +oid sha256:e782c472488efc15b2ce12b7801c2720313575e416b10b1c413dce49e731263a +size 3141 diff --git a/Content/AI/Enemies/Bosses/ParagonSevarog/Characters/Heroes/Sevarog/Sounds/DialogueWaves/Sevarog_Catchphrase_040_Dialogue.uasset b/Content/AI/Enemies/Bosses/ParagonSevarog/Characters/Heroes/Sevarog/Sounds/DialogueWaves/Sevarog_Catchphrase_040_Dialogue.uasset new file mode 100644 index 0000000..25ef825 --- /dev/null +++ b/Content/AI/Enemies/Bosses/ParagonSevarog/Characters/Heroes/Sevarog/Sounds/DialogueWaves/Sevarog_Catchphrase_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a9c41fe5368f0ba63f92c613f41e8b97256542b58eb04afa43e6b00192e29fd +size 3199 diff --git a/Content/AI/Enemies/Bosses/ParagonSevarog/Characters/Heroes/Sevarog/Sounds/SoundCues/Sevarog_Catchphrase.uasset b/Content/AI/Enemies/Bosses/ParagonSevarog/Characters/Heroes/Sevarog/Sounds/SoundCues/Sevarog_Catchphrase.uasset new file mode 100644 index 0000000..0ca73e4 --- /dev/null +++ b/Content/AI/Enemies/Bosses/ParagonSevarog/Characters/Heroes/Sevarog/Sounds/SoundCues/Sevarog_Catchphrase.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:994d8c2e5cf408f66930289ef579ef3ee1a0500f0024783f306bd8ac364a19ee +size 11985 diff --git a/Content/AI/Enemies/Bosses/ParagonSevarog/Characters/Heroes/Sevarog/Sounds/SoundCues/Sevarog_Level_CardPoints.uasset b/Content/AI/Enemies/Bosses/ParagonSevarog/Characters/Heroes/Sevarog/Sounds/SoundCues/Sevarog_Level_CardPoints.uasset new file mode 100644 index 0000000..9e8a839 --- /dev/null +++ b/Content/AI/Enemies/Bosses/ParagonSevarog/Characters/Heroes/Sevarog/Sounds/SoundCues/Sevarog_Level_CardPoints.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9312cc451281c563f9b831fe3c17da21150367d1413560affc55e13e9e30778 +size 4915 diff --git a/Content/AI/Enemies/Bosses/ParagonSevarog/Characters/Heroes/Sevarog/Sounds/SoundCues/Sevarog_Level_Five.uasset b/Content/AI/Enemies/Bosses/ParagonSevarog/Characters/Heroes/Sevarog/Sounds/SoundCues/Sevarog_Level_Five.uasset new file mode 100644 index 0000000..f7f1bd1 --- /dev/null +++ b/Content/AI/Enemies/Bosses/ParagonSevarog/Characters/Heroes/Sevarog/Sounds/SoundCues/Sevarog_Level_Five.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ae8966dfcfebb1f6805cd6d22ccc078bb7d861af3c8c1322950b8261a0925cb +size 8857 diff --git a/Content/AI/Enemies/Bosses/ParagonSevarog/Characters/Heroes/Sevarog/Sounds/SoundCues/Sevarog_Level_Up.uasset b/Content/AI/Enemies/Bosses/ParagonSevarog/Characters/Heroes/Sevarog/Sounds/SoundCues/Sevarog_Level_Up.uasset new file mode 100644 index 0000000..e881846 --- /dev/null +++ b/Content/AI/Enemies/Bosses/ParagonSevarog/Characters/Heroes/Sevarog/Sounds/SoundCues/Sevarog_Level_Up.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:586d8fec78597610ee03a4ad42b8da531ee43eba7ff5641a440bf9118eae3e11 +size 7414 diff --git a/Content/AI/Enemies/Bosses/SoundCues/Sevarog_Effort_PainHeavy.uasset b/Content/AI/Enemies/Bosses/SoundCues/Sevarog_Effort_PainHeavy.uasset new file mode 100644 index 0000000..95991d6 --- /dev/null +++ b/Content/AI/Enemies/Bosses/SoundCues/Sevarog_Effort_PainHeavy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8772ef2bdf6238a87fff47e4d492a839d89a3f6dc667b266d6cf75edae04d1c +size 9001 diff --git a/Content/AI/Enemies/Bosses/SoundCues/Sevarog_Level_CardPoints.uasset b/Content/AI/Enemies/Bosses/SoundCues/Sevarog_Level_CardPoints.uasset new file mode 100644 index 0000000..94f787c --- /dev/null +++ b/Content/AI/Enemies/Bosses/SoundCues/Sevarog_Level_CardPoints.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:330db184ae9bd041d80e92c7824492e9b047d6294188ffac31ebdc3e4d03f5ce +size 4769 diff --git a/Content/AI/Enemies/Bosses/SoundCues/Sevarog_Level_Up.uasset b/Content/AI/Enemies/Bosses/SoundCues/Sevarog_Level_Up.uasset new file mode 100644 index 0000000..1cf7f7d --- /dev/null +++ b/Content/AI/Enemies/Bosses/SoundCues/Sevarog_Level_Up.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d28836d8cce2b7bb8554f446f522321d94f97fb65842f6d1501f484e44fe9d69 +size 7268 diff --git a/Content/AI/Enemies/Bosses/SoundCues/Sevarog_Status_Buffed.uasset b/Content/AI/Enemies/Bosses/SoundCues/Sevarog_Status_Buffed.uasset new file mode 100644 index 0000000..2c71810 --- /dev/null +++ b/Content/AI/Enemies/Bosses/SoundCues/Sevarog_Status_Buffed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daa728df33fe8acfa05fa4b705d091f1072fb814df6adb758f4132a769e0460e +size 4748 diff --git a/Content/Pirate/Demoscene_UE4/Animations/ThirdPersonWalk.uasset b/Content/AI/Enemies/Bosses/SoundCues/Sevarog_Status_Victory.uasset similarity index 81% rename from Content/Pirate/Demoscene_UE4/Animations/ThirdPersonWalk.uasset rename to Content/AI/Enemies/Bosses/SoundCues/Sevarog_Status_Victory.uasset index e8cf77a..0aeffe8 100644 --- a/Content/Pirate/Demoscene_UE4/Animations/ThirdPersonWalk.uasset +++ b/Content/AI/Enemies/Bosses/SoundCues/Sevarog_Status_Victory.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0dd8ce12705793165b642f29e6fa86205ff396aca55bbea7c011e52dfffc7476 -size 127116 +oid sha256:5fd25fa242c05238f2f9aa510d38d02d842fe2ce097b39b6f9c603ae7ce683b8 +size 11621 diff --git a/Content/AI/Enemies/Bosses/UI/BP_BossUIWidget.uasset b/Content/AI/Enemies/Bosses/UI/BP_BossUIWidget.uasset new file mode 100644 index 0000000..5c7a240 --- /dev/null +++ b/Content/AI/Enemies/Bosses/UI/BP_BossUIWidget.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ae969ff8242deb1c71ff88d30cbe07de1ff76cebb055bc08c796f25068bba64 +size 141227 diff --git a/Content/AI/Enemies/Minions/ABP/ABP_EnemySkeleton.uasset b/Content/AI/Enemies/Minions/ABP/ABP_EnemySkeleton.uasset new file mode 100644 index 0000000..7d4f995 --- /dev/null +++ b/Content/AI/Enemies/Minions/ABP/ABP_EnemySkeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66a1c074dfa2feaedd253acf1ee3412a89405ac839bdce0043b90f5d618d9e08 +size 484395 diff --git a/Content/AI/Enemies/Minions/BPM_Enemy_AI_Child_TEST.uasset b/Content/AI/Enemies/Minions/BPM_Enemy_AI_Child_TEST.uasset new file mode 100644 index 0000000..c5e8690 --- /dev/null +++ b/Content/AI/Enemies/Minions/BPM_Enemy_AI_Child_TEST.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cde26f37ebeb06262dde6e24e5d95a2398d35ac283ad2341ca79bb9b0d95ca04 +size 41615 diff --git a/Content/AI/Enemies/Minions/BP_EnemyMaster.uasset b/Content/AI/Enemies/Minions/BP_EnemyMaster.uasset new file mode 100644 index 0000000..0c29df3 --- /dev/null +++ b/Content/AI/Enemies/Minions/BP_EnemyMaster.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c34736220a7da91bb63e78cf855e12c019fb7ab62aa2d623b383bcaeab2c6d97 +size 843184 diff --git a/Content/AI/Enemies/Minions/BP_Enemy_AIController.uasset b/Content/AI/Enemies/Minions/BP_Enemy_AIController.uasset new file mode 100644 index 0000000..9de3b60 --- /dev/null +++ b/Content/AI/Enemies/Minions/BP_Enemy_AIController.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d27c6ca23af6d8c494767e6ce7dd9ca208245a8c9ab2d19012d13e03ac83aa79 +size 544914 diff --git a/Content/AI/Enemies/Minions/Skeleton/BP_Arrow.uasset b/Content/AI/Enemies/Minions/Skeleton/BP_Arrow.uasset new file mode 100644 index 0000000..d23d92b --- /dev/null +++ b/Content/AI/Enemies/Minions/Skeleton/BP_Arrow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:789d22278dc494dadb2f5003e92446c48c86d991ef8e6b4cf02b3bef4103f270 +size 36269 diff --git a/Content/AI/Enemies/Minions/Skeleton/BP_EnemyMaster_Child_Skeleton.uasset b/Content/AI/Enemies/Minions/Skeleton/BP_EnemyMaster_Child_Skeleton.uasset new file mode 100644 index 0000000..11ecf9b --- /dev/null +++ b/Content/AI/Enemies/Minions/Skeleton/BP_EnemyMaster_Child_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0466447971d33a109bda9e2a59c2db8c36e6e6e93ae40541b301a391f9ac9b5a +size 438308 diff --git a/Content/AI/Enemies/Minions/Skeleton/BP_Skeleton_Child.uasset b/Content/AI/Enemies/Minions/Skeleton/BP_Skeleton_Child.uasset new file mode 100644 index 0000000..4726f8b --- /dev/null +++ b/Content/AI/Enemies/Minions/Skeleton/BP_Skeleton_Child.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61071094e1fad027a1c950203a27f3c104c49e86e72a3c3420918e11fcb4bc50 +size 2803 diff --git a/Content/AI/Enemies/Minions/Skeleton/BS1D_Bow_Locomotion.uasset b/Content/AI/Enemies/Minions/Skeleton/BS1D_Bow_Locomotion.uasset new file mode 100644 index 0000000..fb46190 --- /dev/null +++ b/Content/AI/Enemies/Minions/Skeleton/BS1D_Bow_Locomotion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2aae4ac9d08807c6e8980a25ff591eca437102519d4e0f5554541c2cb9c4fcd +size 8648 diff --git a/Content/AI/Enemies/Minions/Skeleton/BS1D_Sword_Locomotion.uasset b/Content/AI/Enemies/Minions/Skeleton/BS1D_Sword_Locomotion.uasset new file mode 100644 index 0000000..a6a47c1 --- /dev/null +++ b/Content/AI/Enemies/Minions/Skeleton/BS1D_Sword_Locomotion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d877fc36e94100f52470ba070c2c5ec89ca79fe86189fbd926418e7d9e9cb06 +size 11347 diff --git a/Content/AI/Enemies/Minions/Skeleton/BSPS_Idle_Walk_Run.uasset b/Content/AI/Enemies/Minions/Skeleton/BSPS_Idle_Walk_Run.uasset new file mode 100644 index 0000000..2b0e81a --- /dev/null +++ b/Content/AI/Enemies/Minions/Skeleton/BSPS_Idle_Walk_Run.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74218e0556068c61fb6d27510deea0ad764b4178e8366371e4306c923444e514 +size 11500 diff --git a/Content/AI/Enemies/Minions/Skeleton/Montages/BowAttack_Montage.uasset b/Content/AI/Enemies/Minions/Skeleton/Montages/BowAttack_Montage.uasset new file mode 100644 index 0000000..e8aaed9 --- /dev/null +++ b/Content/AI/Enemies/Minions/Skeleton/Montages/BowAttack_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fdc45580813acf5fba12ab5bedf56b85de32a4329935981c03b66fe4f831e7e +size 8711 diff --git a/Content/AI/Enemies/Minions/Skeleton/Montages/SwordAttack_1_Montage.uasset b/Content/AI/Enemies/Minions/Skeleton/Montages/SwordAttack_1_Montage.uasset new file mode 100644 index 0000000..be5b26d --- /dev/null +++ b/Content/AI/Enemies/Minions/Skeleton/Montages/SwordAttack_1_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75827f9812c64b424c9d662617a62d01b786cfb2c894a8c91b963376471f5505 +size 12154 diff --git a/Content/AI/Enemies/Minions/Skeleton/Montages/SwordAttack_2_Montage.uasset b/Content/AI/Enemies/Minions/Skeleton/Montages/SwordAttack_2_Montage.uasset new file mode 100644 index 0000000..1694115 --- /dev/null +++ b/Content/AI/Enemies/Minions/Skeleton/Montages/SwordAttack_2_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c92fedeb62d4458eb44374539a2a7028fac0749ffc0543c316375aacf29bb8f1 +size 11883 diff --git a/Content/AI/Enemies/Minions/Skeleton/Montages/UnarmedAttack_1_Montage.uasset b/Content/AI/Enemies/Minions/Skeleton/Montages/UnarmedAttack_1_Montage.uasset new file mode 100644 index 0000000..56dcebd --- /dev/null +++ b/Content/AI/Enemies/Minions/Skeleton/Montages/UnarmedAttack_1_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7fc9d9e0484a62f15108c3dfa45417d447c294d5ea5025304163b7eb5e4286d +size 8915 diff --git a/Content/AI/Enemies/Minions/Skeleton/Montages/UnarmedAttack_2_Montage.uasset b/Content/AI/Enemies/Minions/Skeleton/Montages/UnarmedAttack_2_Montage.uasset new file mode 100644 index 0000000..0618638 --- /dev/null +++ b/Content/AI/Enemies/Minions/Skeleton/Montages/UnarmedAttack_2_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f9ff6bf27394511a9084fd5d8923a137f9c7c436afbe22b3fa1940750fe7694 +size 8903 diff --git a/Content/AI/NewCurveTable.uasset b/Content/AI/NewCurveTable.uasset new file mode 100644 index 0000000..e1adfa4 --- /dev/null +++ b/Content/AI/NewCurveTable.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0d85d37b9f578b2ec06cb36448169ddc0245b4759ca2d42ed50c4918f05fba9 +size 2125 diff --git a/Content/AI/Player.uasset b/Content/AI/Player.uasset new file mode 100644 index 0000000..522835d --- /dev/null +++ b/Content/AI/Player.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1c72589627ed706e7fc6ce6bbab9bd39977e8adec6233eaf9377ab6a4fa14fd +size 1504 diff --git a/Content/AI/Structs/S_EnemyBossPhaseStats.uasset b/Content/AI/Structs/S_EnemyBossPhaseStats.uasset new file mode 100644 index 0000000..ada67c0 --- /dev/null +++ b/Content/AI/Structs/S_EnemyBossPhaseStats.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf65825cd83f17a0185d19fc232f9fe5790e2ec1733e67dad760af6faf9f7a68 +size 7710 diff --git a/Content/AI/Structs/S_EnemyBossStats.uasset b/Content/AI/Structs/S_EnemyBossStats.uasset new file mode 100644 index 0000000..3812a19 --- /dev/null +++ b/Content/AI/Structs/S_EnemyBossStats.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48acae3b9514052a12fd57b879d923b5827c36042626a6247308dcc50f6a7594 +size 13771 diff --git a/Content/AI/Unfinished__Loop_.uasset b/Content/AI/Unfinished__Loop_.uasset new file mode 100644 index 0000000..55608b4 --- /dev/null +++ b/Content/AI/Unfinished__Loop_.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a1a9be0a9eb1ecf7f61dba85ea9d20142a61910b93620d7a20287602864244e +size 22780220 diff --git a/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_WalkTurnL.uasset b/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_WalkTurnL.uasset deleted file mode 100644 index 427df99..0000000 --- a/Content/AnimalVarietyPack/DeerStagAndDoe/Animations/ANIM_DeerStag_WalkTurnL.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e4ff0570b10447b35c1fb3d8b1e2bc5f2976720cda5ec13ddaf16c4c099a4c6 -size 119129 diff --git a/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_RunTurnL_RM.uasset b/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_RunTurnL_RM.uasset deleted file mode 100644 index 1870d55..0000000 --- a/Content/AnimalVarietyPack/Pig/Animations/ANIM_Pig_RunTurnL_RM.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6910038de5e70dd590357cf328d1eee05ae0affaa253ce7e474fe952ed662aac -size 108151 diff --git a/Content/AnimalVarietyPack/Pig/Maps/Overview.umap b/Content/AnimalVarietyPack/Pig/Maps/Overview.umap deleted file mode 100644 index 66c06c6..0000000 --- a/Content/AnimalVarietyPack/Pig/Maps/Overview.umap +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7dd78abec10b9ad7024ea1f1d29e103d5a7a0fe9e3bc317814d8c8772ef01128 -size 988800 diff --git a/Content/AnimalVarietyPack/Pig/Textures/T_PigDirty_OcclusionRoughnessMetallic.uasset b/Content/AnimalVarietyPack/Pig/Textures/T_PigDirty_OcclusionRoughnessMetallic.uasset deleted file mode 100644 index 59a54fc..0000000 --- a/Content/AnimalVarietyPack/Pig/Textures/T_PigDirty_OcclusionRoughnessMetallic.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0dd28ebf1d05cda9b36b166b900f8f87ce6353f9629082a3c6e81ed5074edae -size 27851215 diff --git a/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_GetHitFront.uasset b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_GetHitFront.uasset deleted file mode 100644 index 9f8a2ab..0000000 --- a/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_GetHitFront.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d7e91184ff6ec7d3385e4fea7def4f15c870f6123660521eee87e6acf2d39a21 -size 109696 diff --git a/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_RunBite.uasset b/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_RunBite.uasset deleted file mode 100644 index 3ee8314..0000000 --- a/Content/AnimalVarietyPack/Wolf/Animations/ANIM_Wolf_RunBite.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c1549a060c9677459df7892efb9a536446b073b55465e074adabceddf477fe53 -size 108094 diff --git a/Content/AnimalVarietyPack/Wolf/Maps/Overview.umap b/Content/AnimalVarietyPack/Wolf/Maps/Overview.umap deleted file mode 100644 index 6a1dd77..0000000 --- a/Content/AnimalVarietyPack/Wolf/Maps/Overview.umap +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:921f9daaf8ce3c79792bb3329d19bc26e014aebe12e35034cb38931549456ade -size 999902 diff --git a/Content/Character_Appearance_Dissolve/Materials/Standart/M_Appearance_11.uasset b/Content/Character_Appearance_Dissolve/Materials/Standart/M_Appearance_11.uasset index 3b43a82..75d8498 100644 --- a/Content/Character_Appearance_Dissolve/Materials/Standart/M_Appearance_11.uasset +++ b/Content/Character_Appearance_Dissolve/Materials/Standart/M_Appearance_11.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:96a2f5edb8291a9f00654b22f1c76453e592483ed9d655dee9884a966477c331 -size 115508 +oid sha256:32645082c35541583222d8ca9ba19d663b175f4c3aea2a7f81697119ba66b9b9 +size 18189 diff --git a/Content/Character_Appearance_Dissolve/Materials/Standart/M_Appearance_12_Inst.uasset b/Content/Character_Appearance_Dissolve/Materials/Standart/M_Appearance_12_Inst.uasset index e3fa23d..774ae24 100644 --- a/Content/Character_Appearance_Dissolve/Materials/Standart/M_Appearance_12_Inst.uasset +++ b/Content/Character_Appearance_Dissolve/Materials/Standart/M_Appearance_12_Inst.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1c51782f1e7dea72321e856716ff441444756aef19ff7dac7727ca0afe3754a3 -size 104144 +oid sha256:7919276b683f937c4fe4217bef1436b9725906ebe5641d38da0af1b07b939d00 +size 10065 diff --git a/Content/Character_Appearance_Dissolve/Materials/Standart/M_Appearance_18.uasset b/Content/Character_Appearance_Dissolve/Materials/Standart/M_Appearance_18.uasset index 9c9b274..53790d5 100644 --- a/Content/Character_Appearance_Dissolve/Materials/Standart/M_Appearance_18.uasset +++ b/Content/Character_Appearance_Dissolve/Materials/Standart/M_Appearance_18.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8c2536ec54efb1c65d09edc9086936234f46ddd417c7e856d9824f0793093f8c -size 102890 +oid sha256:83446aa52ae8a73088900ee5e05db32f2987d521178e9bf6560a121038aef7e9 +size 21182 diff --git a/Content/Character_Appearance_Dissolve/Materials/Standart/M_Appearance_18_Inst.uasset b/Content/Character_Appearance_Dissolve/Materials/Standart/M_Appearance_18_Inst.uasset index 79deaf8..d9607ed 100644 --- a/Content/Character_Appearance_Dissolve/Materials/Standart/M_Appearance_18_Inst.uasset +++ b/Content/Character_Appearance_Dissolve/Materials/Standart/M_Appearance_18_Inst.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:38ba48507038487a4aefb8366989ab9ee088fd12c2361aaf1254def9ab1fbb5c -size 86290 +oid sha256:d25b104945caa05aa934796d45339dd9788249c5a3b172e32e2431d1ac7501dd +size 13804 diff --git a/Content/Character_Appearance_Dissolve/Materials/Standart/M_Appearance_9.uasset b/Content/Character_Appearance_Dissolve/Materials/Standart/M_Appearance_9.uasset index 52870b0..7e1f2db 100644 --- a/Content/Character_Appearance_Dissolve/Materials/Standart/M_Appearance_9.uasset +++ b/Content/Character_Appearance_Dissolve/Materials/Standart/M_Appearance_9.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3c4f1e0efd9367f8f614e524d93b82021646bcb6d62152bec0a73646f76fb6d8 -size 95068 +oid sha256:f0587190b137ac1c327f5788a4cc019e8422cd6796eb5a7388975897a07b5976 +size 16163 diff --git a/Content/Character_Appearance_Dissolve/Materials/Standart/M_Appearance_9_Inst.uasset b/Content/Character_Appearance_Dissolve/Materials/Standart/M_Appearance_9_Inst.uasset index 5b09ad2..2276f47 100644 --- a/Content/Character_Appearance_Dissolve/Materials/Standart/M_Appearance_9_Inst.uasset +++ b/Content/Character_Appearance_Dissolve/Materials/Standart/M_Appearance_9_Inst.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9f25e4323645be7986a51f9bca4e2ab5db24c4d0cd10f970dd3026e3d2a2753f -size 121414 +oid sha256:5e581d68b9c9d56348f2038e3f727728084029ce5d15d55e341c3052c4d4c5d4 +size 7916 diff --git a/Content/Developers/Steven/Collections/TEST.umap b/Content/Developers/Steven/Collections/TEST.umap new file mode 100644 index 0000000..1c83efd --- /dev/null +++ b/Content/Developers/Steven/Collections/TEST.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9832056a21d696a0158e6adc991dd528c04853746227067e7db85027474157aa +size 249363 diff --git a/Content/Developers/Steven/Collections/TEST_World.umap b/Content/Developers/Steven/Collections/TEST_World.umap index ff7b76e..eaf0187 100644 --- a/Content/Developers/Steven/Collections/TEST_World.umap +++ b/Content/Developers/Steven/Collections/TEST_World.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1ba09a171fe421cf0c5a1ec26241f457bea4070d8e28b3708aea8f9cad134e22 -size 143944 +oid sha256:87d78fa49fba5a820238982858e661de281b3627bf433cb8616b8e4c33b9547d +size 375533 diff --git a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_1_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_1_01_Cue.uasset deleted file mode 100644 index b995dc3..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_1_01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index b78b19f..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_1_02_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 2527666..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_1_03_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index da41eef..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_1_04_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 7b17f3f..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_2_01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 05e82ad..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_2_02_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 3e2afcf..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_3_01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 2fb6a69..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_3_02_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index a023d6f..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_3_03_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 2100757..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_3_04_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index aafd133..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_3_05_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index c64e5d7..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_3_06_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index b27e8eb..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_4_01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 444976f..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_4_02_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index da4cb3f..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_4_03_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 2291d8e..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_4_04_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index e9fa1f0..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_5_01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 92cc55c..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_5_02_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index e8fa77d..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_5_03_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 9687b78..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_5_04_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 768004b..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_5_05_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 7fb3709..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_6_01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 0adf48c..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_6_02_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 8c03461..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_6_03_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 1bd3f7c..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_7_01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 62e968b..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_7_02_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index fcbd382..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_8_01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 0528089..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/cue/Bird_8_02_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 6e8fbfa..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_1_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index d8c5418..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_1_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 1542f2d..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_1_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 21cb89b..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_1_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index c0b81d9..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_2_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index ab631ab..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_2_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index cba133c..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_3_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 074fd46..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_3_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 2d9eb5e..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_3_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 907db46..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_3_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 6a49489..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_3_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 7af0533..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_3_06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index fa2d829..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_4_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 9733634..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_4_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 2cd3004..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_4_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 9fbf308..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_4_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 8f1774e..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_5_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index dca9e5b..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_5_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 99c64de..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_5_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 557f89f..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_5_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index b445c72..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_5_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index ed28155..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_6_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 647ec38..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_6_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 99a7815..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_6_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index a3bcb47..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_7_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 55a629c..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_7_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 6322ea8..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_8_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index ec1bf24..0000000 --- a/Content/FarmAnimalSounds/Animals/Birds/wav/Bird_8_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 8b2df57..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Hiss_01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 5d1a477..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Hiss_02_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 50b8cf4..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Hiss_03_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index bd297c4..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Hiss_04_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 18da248..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Hiss_05_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 4cf3b06..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 87cab33..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_02_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 3a1e247..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_03_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 77a7437..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_04_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 800dfca..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_05_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 14511ac..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_06_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 4cf3a08..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_07_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index e1ca32e..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_08_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index eb8bd05..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_09_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index d7cfcd8..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_10_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 978fd92..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_11_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index cebce77..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_12_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 8a595ee..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Meow_13_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index e06b362..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Purr_01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 14a07a9..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Purr_02_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index c4cbeca..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Purr_03_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index a0a61c5..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Purr_04_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 2ef8152..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Purr_05_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index ba41d53..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Purr_06_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 72f8071..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Scream_01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index f203d75..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Scream_02_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 28056fa..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Scream_03_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index c4f3d47..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index fc86571..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_02_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index d908353..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_03_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 444c5d0..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_04_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index d75eabc..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_05_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index f32537a..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_06_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 1935d80..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_07_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 836ff99..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_08_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 7c8af39..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_09_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 76501c1..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/cue/Cat_Squeal_10_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 6c6cdc7..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Hiss_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 0632b36..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Hiss_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 0dd4e77..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Hiss_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 8c57678..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Hiss_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 8291029..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Hiss_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index bcc2652..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index f3be184..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 01b733e..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 179832a..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 8a06883..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 3fcd66d..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 3976a95..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index b0c03a7..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_08.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 72d49c6..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_09.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 17da6f1..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_10.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 1ccfdfe..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_11.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 3534800..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_12.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index ad82e1b..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Meow_13.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 5db769b..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Purr_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index a91d1d0..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Purr_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 9ca47ff..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Purr_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index c23a336..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Purr_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index f19d19e..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Purr_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index a0fb6fd..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Purr_06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 101090a..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Scream_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 339a0be..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Scream_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 0ff094c..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Scream_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index cf00876..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 5a0f0e4..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index b17d750..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 6d5fe9e..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index c87e61b..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 6d67eff..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 26fe872..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index e9e28b2..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_08.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 8417f95..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_09.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 2c9397e..0000000 --- a/Content/FarmAnimalSounds/Animals/Cat/wav/Cat_Squeal_10.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index e18aee8..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index e8d4c05..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_02_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 0f40b63..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_03_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index bcf9a4c..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_04_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index fecb5a4..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_05_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 5bd2d08..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_06_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 1141b7d..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_07_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index ebc5161..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_08_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index bdfd2e9..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_09_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index e531fbf..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_10_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 8e0946b..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_11_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index ea8b5e7..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_12_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 9e66b77..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Cluck_01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index b07ae5d..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Cluck_02_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 4d842ac..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Cluck_03_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 8d8bb4e..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Cluck_04_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 744d9e4..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Cluck_05_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 6e1d711..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Wings_01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index aa90698..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Wings_02_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index e21a7b7..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Wings_03_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 2119cc1..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Wings_04_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index cea2d8d..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Wings_05_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 9f8a6e2..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/cue/Chicken_Wings_06_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 53770be..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/cue/Cockerel_01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 2ee95b0..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/cue/Cockerel_02_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 7e5cf81..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/cue/Cockerel_03_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 3966d85..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index cf9bf01..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index bdc0b56..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 2a80062..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index c51a32e..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 818bb23..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index fc927b6..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 67dc3e9..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_08.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 87a5c71..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_09.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index ea3be55..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_10.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index f762640..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_11.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index e9bc6dc..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_12.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index e18216f..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Cluck_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 75e2f1f..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Cluck_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index ddf50de..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Cluck_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index f6a344c..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Cluck_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 0d9bd7c..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Cluck_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 7851d5a..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Wings_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index b02f205..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Wings_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index c742045..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Wings_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index a1f19ee..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Wings_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 6921a0d..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Wings_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index d9446b7..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/wav/Chicken_Wings_06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index d41416e..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/wav/Cockerel_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 4c1139c..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/wav/Cockerel_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index f3cc96a..0000000 --- a/Content/FarmAnimalSounds/Animals/Chicken/wav/Cockerel_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 50159a5..0000000 --- a/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 8533d7e..0000000 --- a/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_02_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 05eca18..0000000 --- a/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_03_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 98216a9..0000000 --- a/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_04_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 5f1480e..0000000 --- a/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_05_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index e7104a3..0000000 --- a/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_06_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 0c138ef..0000000 --- a/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_07_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 1dd51de..0000000 --- a/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_08_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index a2cbe76..0000000 --- a/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_09_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 25d3336..0000000 --- a/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_10_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 2d5eb0d..0000000 --- a/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_11_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 477bd9f..0000000 --- a/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_12_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 7ef8f44..0000000 --- a/Content/FarmAnimalSounds/Animals/Cow/cue/Cow_13_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 10cdfd1..0000000 --- a/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 87936f2..0000000 --- a/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index ecf0636..0000000 --- a/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 81b0cc3..0000000 --- a/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index fc229a5..0000000 --- a/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 0540c80..0000000 --- a/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 24d2f83..0000000 --- a/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 98718d1..0000000 --- a/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_08.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index cda8683..0000000 --- a/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_09.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 1a7d777..0000000 --- a/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_10.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index b0c1cfb..0000000 --- a/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_11.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index f92bdc9..0000000 --- a/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_12.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 7e5a3e0..0000000 --- a/Content/FarmAnimalSounds/Animals/Cow/wav/Cow_13.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 31fd851..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index c8a5e71..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_02_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 71d9b91..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_03_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 2aa2e1e..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_04_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 1661c15..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_05_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 42acca5..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_06_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 035540c..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_07_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 497900d..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_08_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index c2d32de..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_09_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 0f4002e..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_10_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 8a9f918..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_11_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 45f1e7a..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_12_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 9f741e7..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_13_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 6d7afc4..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_14_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 6a7fd42..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_15_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 8788281..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_16_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index e9b914d..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_17_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 7776594..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_18_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 7e76167..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_19_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 349d096..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_20_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 89d7743..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_21_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index a72876e..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Bark_22_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 1a9da4a..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index ae534da..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_02_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index de29082..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_03_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 7e3ce7f..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_04_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 69b0fed..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_05_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index e272351..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_06_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 7597267..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_07_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 8666102..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_08_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 876be91..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_09_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 188122a..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Drink_10_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 4d37cc9..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 47b7f6b..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_02_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 4745e2e..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_03_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 7d2960e..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_04_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 2142932..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_05_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index f508528..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_06_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 5485546..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_07_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 2c5a364..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_08_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 3915bba..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_09_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 103aef7..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_10_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 5f0daab..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Snarl_11_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 6e83de8..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Whine_01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index dc92152..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Whine_02_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 42f9c3c..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Whine_03_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 2b7ecd8..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Whine_04_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 2af033b..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Whine_05_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 049feb5..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Whine_06_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 89e2b2e..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/cue/Dog_Whine_07_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 index ad7b3af..fa7e057 100644 --- a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_01.uasset +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_01.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0f02d67a4e3ecdf05fd87d24a361cb9deda0ec42fd961fe391eb31bc4b7541e5 -size 244528 +oid sha256:906d375fe92fd68b503fe1a98c74028d6af2004b9b8a5247869ea627043a0b6e +size 245503 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_02.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_02.uasset index 02b4d8b..eff3c77 100644 --- a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_02.uasset +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_02.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3d5a72b8c9dd94e710a85f976150130ec085dbd50c79a1428b9be81fc175e373 -size 168712 +oid sha256:0505cf11862d251c9b7b96c9055a62d2b74aee66c76f7a1dc3ba7eb6c1f4adca +size 169273 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_03.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_03.uasset index ceca499..be857d7 100644 --- a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_03.uasset +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_03.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9206e0564d123e50bd2f0194aef5582187200c97bc2d0f56d447fc41b3a20000 -size 249338 +oid sha256:f04ce0dfc973606c869d371ec4d3779311bb1c729ae326e4c1a0c05a5bb9df95 +size 250372 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_04.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_04.uasset index f3dd083..a1bc2a5 100644 --- a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_04.uasset +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_04.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e6e82931e5e9b047e8857f30ece30f24967cd178fe3bc65395d809bbbfa6187a -size 149068 +oid sha256:7d5bdc5040af3a085d1ccb78cd11d185ea869e18a73fb500ee63f1ee1d56a0d4 +size 149838 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_05.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_05.uasset index d4ea519..36ee89b 100644 --- a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_05.uasset +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_05.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9bbe89e3de0f8d4ce3d5aed80c582084c4d599ca38aba8442f3d22193763d7ab -size 148609 +oid sha256:80599d47301ddca96f09344dd1b77481b8e50be64905b19dc88f70b677ce9eb1 +size 149473 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_06.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_06.uasset index 26d06f6..030f996 100644 --- a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_06.uasset +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_06.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5eae28f8f32bb2b7a26fe8ea35d5a74c2d99aa0301b695b931598040f7d7f750 -size 164576 +oid sha256:91ee0316c0a62d6bc0f707f9d910c06bc5f5f9e72118a9c74e8d5a96576ef259 +size 165132 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_07.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_07.uasset index 41be60a..7ca52ef 100644 --- a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_07.uasset +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_07.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6455cdbcf9ed90277ae10217a1b8ba0a081d61c9f6a4b6fd6ec9284ab0bc7150 -size 173617 +oid sha256:6ad8553b3ed9b0ebb12b351114b963e661e28bfc682261544dc4b903c54ab0a0 +size 173997 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_08.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_08.uasset index 55d3f14..95ee1dd 100644 --- a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_08.uasset +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_08.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:60a5e89b76c89855c8317c1da763ffc4f19056cd74f019f45bf089543e76b987 -size 187557 +oid sha256:32fcbc0d78c485428ecac07c71dbac72950b275b9ebe60380461bac1a01763cf +size 188174 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_09.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_09.uasset index 080d682..67f80dd 100644 --- a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_09.uasset +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_09.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ba976bb4864846a3f98d94bdc96678389150ceda8731ea7fec046f41a6c29bbc -size 154477 +oid sha256:ebac3e6c3ed343d85e829e767ea1118f4b8c03af7c04075578e3e13edd053803 +size 154890 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_10.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_10.uasset index b491240..7afde00 100644 --- a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_10.uasset +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_10.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:21bd73a469d6276fc482db02e8ef9b63b9c4cd85568904bd2e884b915165e982 -size 82086 +oid sha256:cd2b093f026fa190cccc158d91b0ec8912e857554d898fa2a1d10b0672dea747 +size 83547 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_11.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_11.uasset index 3ccc8f7..45444d8 100644 --- a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_11.uasset +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_11.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9bc9c4491d6d3cd6d478f611978095ef41fb656e855fcf94008c88ba9e81a985 -size 82507 +oid sha256:ac08b2c1a867c83ac9eee91b403d6ded3afdcba1e6ff0d56bdea68f8f19ff80d +size 83688 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_12.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_12.uasset index 5b9f692..985fa2c 100644 --- a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_12.uasset +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_12.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:947d008972b1661420a8cbffe994f51792623c199d6b0ca11435ffd39d44e8a9 -size 182234 +oid sha256:96c2f37241cf1b27a4b5e42687b645cbb6aba569c5d7d1edbf1a25af4d8bd1bf +size 184108 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_13.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_13.uasset index 1576fc2..f6244df 100644 --- a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_13.uasset +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_13.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5db4fabb0c6a91a413574026e147f5fc8e4c7a16c76b5bf3bd40342a3453bae2 -size 82527 +oid sha256:6225f57002652105bf56cc17660107d8ce2799f9e1ecf1c5c6e2b3d1b47bce70 +size 83469 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_14.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_14.uasset index 97ca57f..4d34c7f 100644 --- a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_14.uasset +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_14.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3e6ac78b23aee789a35b96b2c3d4cc5c36ca7026d59be0a9017bc6b9727809b2 -size 237057 +oid sha256:fc613a9928652a850b77ee0c90afc756c2689e3ccfecb34b812c7720a22fe036 +size 239257 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_15.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_15.uasset index b45524b..aece3eb 100644 --- a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_15.uasset +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_15.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:20ec0366689d9cd987b1ba0537ad35c5c7c791acec9ba537e52448805a5fddc5 -size 93450 +oid sha256:da614a5bf5242b5827067444646d8bfe713f15ad0dea1743376708b42d1cf373 +size 94130 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_16.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_16.uasset index 5f8c797..6d85115 100644 --- a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_16.uasset +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_16.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:43884c2cf2d283caf471260e1dc314d0788723a237ed71b5c11ccca37fccd454 -size 314360 +oid sha256:9b88bc32ecfd8080ad886cada202e1b28b0f9febf31724a55a12bd80898b71f6 +size 316191 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_17.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_17.uasset index f8ad5a9..da50b5f 100644 --- a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_17.uasset +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_17.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:af5bb9b32cf288161d1c57dca95501c14826e77db8b4c62aea10e5b27a122525 -size 107639 +oid sha256:5d515cef74f0841be9f03f975b7ce58a85353a24900ca891a585e830c74e96e7 +size 108199 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_18.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_18.uasset index 5b36fce..3ed27dc 100644 --- a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_18.uasset +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_18.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:01e8a58e334455e2b302884602cf3700e11c9f4cb32772a78d13227fe4a40694 -size 172129 +oid sha256:a5d26335e3c99f5582fa7977be058f2038452197bee11be0689e6f7cb94ef2fd +size 174120 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_19.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_19.uasset index 251d036..c93331a 100644 --- a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_19.uasset +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_19.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fa07faa6a0eb8cc79c7dbaf8065073eb2353dd5bb55f5a650a3587e900dfa49a -size 93211 +oid sha256:01f741423aa4a7e024fb7da89203e1b981c72a505b1b1bdddb5b4a21a929b5f2 +size 93753 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_20.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_20.uasset index 9c09fbc..bc439c0 100644 --- a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_20.uasset +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_20.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:48c0d74b7ba87cd0ab54a73845de5508704982ee3af611c1e2121172374fa075 -size 92910 +oid sha256:92686acc2d5af4c1d32e1cf57952c75bd096ac77fac0353a91cb0208476c9649 +size 93777 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_21.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_21.uasset index 09aca2e..644d3a1 100644 --- a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_21.uasset +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_21.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f7b17fc952ebd99b0df819cdd0b864a7b50e6c4954dfcc4dbe66432cd7e54bcd -size 93034 +oid sha256:a02a956ed99bf1ca1e1939d9df17ea7e19471b08a76c82c03717471f6d14a8b4 +size 93550 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_22.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_22.uasset index c6854ef..9277aa2 100644 --- a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_22.uasset +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Bark_22.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0ef916fab90c1cdcc1c6152c046c0a84e459a62f4e424405ab21f296140a3b65 -size 232725 +oid sha256:2e4d1030f5c1d9f27c4acde1eab11ba3ffc1ff5273d7926e594618f7cbd4e110 +size 234436 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_01.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_01.uasset index c9a3f39..fa71357 100644 --- a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_01.uasset +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_01.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cdfffe3b2b2dac8431cced7ed5ad8cbab8522e544a22314bb507dc428c023a3e -size 419513 +oid sha256:4855b176c42814151dc1ec392eb49ce55e821fde80b3f28d44eb62cd1b963a0e +size 420664 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_02.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_02.uasset index 9b17ed6..6dc7a00 100644 --- a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_02.uasset +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_02.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b8ac0133484b9e0a0cf25d5e2a775766b401f442641873aa76b2ebd651ccf6f6 -size 454774 +oid sha256:fb0d87ba2895b61d32d6a20a9c1e77ccdc53e4523630801bf1a360ed21875175 +size 455872 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_03.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_03.uasset index 647da55..df96d5d 100644 --- a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_03.uasset +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_03.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3ff6b853e3f762163602c497a26c2776e5cf49eb5506b7d0810656076ba40880 -size 260942 +oid sha256:59a13ad1834bf672996bd30653c2774c3df8afed0f0619f82c0e2b51294bb4de +size 261842 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_04.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_04.uasset index 65aedce..d0d5c60 100644 --- a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_04.uasset +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_04.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e2c2eb3de5a1bb94f3bff581e46b68b452056292e257f595f3077d2dbd146d3c -size 225474 +oid sha256:158f8f167c90c32133495f98185d476ed2c1ed9d3054b9e85a79146667cdc885 +size 226347 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_05.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_05.uasset index aa5a037..0a70969 100644 --- a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_05.uasset +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_05.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1daf062eccc1929960e5ac6a0d57e21ae465eca40bd044c822d412332747f77c -size 402969 +oid sha256:c63db1fd19ff06a838c795e94f33025ad9f51abe566fc7fb62e3dae8540ceeef +size 404240 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_06.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_06.uasset index 0fa00ab..0ac0ebf 100644 --- a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_06.uasset +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_06.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:02a4624ad41d336c788419c00fcf07018c42bc1f5c67d093b3a14dfface501b0 -size 133966 +oid sha256:8680bcf14a4d5d630e0ac57bfb331a297dcb85cf0534a60fcab89878b7a9933b +size 134721 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_07.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_07.uasset index cddc5ab..51e3c9c 100644 --- a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_07.uasset +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_07.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:77a6a35e9ead2534affc9ddc631c960fb2f9569893721b0d8341aeb22eb8b57d -size 151477 +oid sha256:35728b0e7e924b12fbe597cdcfcb1369bdb63e31b54f5efe5d90899cdd027725 +size 152003 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_08.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_08.uasset index 08c9978..c414129 100644 --- a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_08.uasset +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_08.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8af239c12ffe7c8a300bde174e564409b32dfd24b0213c8e073c02070629e1f7 -size 150241 +oid sha256:de04bb5f272fdf9bffb251b8b0a6b3b6c2f03ed93c7ab784a013ab6b29c36c15 +size 150699 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_09.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_09.uasset index 0ece801..9fd8a59 100644 --- a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_09.uasset +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_09.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e99d6d163e53f5711edf8eaca01eba7a0af743afb28b3ecaee2388f9025f2ddf -size 323156 +oid sha256:c2153a105157406351bae39e094c0c055fe8cfc0fe2070fb41dcb3bb98bed83f +size 323710 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_10.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_10.uasset index fa4f131..09e4cd0 100644 --- a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_10.uasset +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Drink_10.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fc78a7d89aaf107308fcc52b8542652868862e503343b0803f7886550da08674 -size 421090 +oid sha256:655cecbd41938aa26e1d25d8047d8a485112cb37ce5c533a9dcddaa151bd109c +size 421876 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_01.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_01.uasset index d657969..e613ca7 100644 --- a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_01.uasset +++ b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_01.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c5092376ea5f642c80126af12b74673c6d7b009ced67cca6493c91a7e9d74d9e -size 230390 +oid sha256:7fb6d4bcad0923e394d0c591d685a447a7bcc7be940a81b973d8b8ed98cfdbbc +size 231901 diff --git a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_02.uasset b/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_02.uasset deleted file mode 100644 index ece7612..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 252306a..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index d4b837a..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 30c4c4b..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index cf3d442..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index f6dee0d..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 539e25e..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_08.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 3527fcc..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_09.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 9c9cadf..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_10.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 79c7317..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Snarl_11.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 01257dc..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Whine_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index e8e69a5..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Whine_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 3fd0710..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Whine_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 2d0d917..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Whine_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 1c71cef..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Whine_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index acb30a8..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Whine_06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 9e2003f..0000000 --- a/Content/FarmAnimalSounds/Animals/Dog/wav/Dog_Whine_07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index b61ff10..0000000 --- a/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 9527321..0000000 --- a/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_02_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 14b78eb..0000000 --- a/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_03_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 13fd485..0000000 --- a/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_04_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 7b72dce..0000000 --- a/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_05_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index d333ce2..0000000 --- a/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_06_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index ea75cb4..0000000 --- a/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_07_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 678b661..0000000 --- a/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_08_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 07e1ba9..0000000 --- a/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_09_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 578834b..0000000 --- a/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_10_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 270644c..0000000 --- a/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_11_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 337f1a6..0000000 --- a/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_12_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 91b25d8..0000000 --- a/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_13_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index eb05fff..0000000 --- a/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_14_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 8678d12..0000000 --- a/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_15_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 21f489a..0000000 --- a/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_16_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 6cb747a..0000000 --- a/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_17_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index a532097..0000000 --- a/Content/FarmAnimalSounds/Animals/Duck/cue/Duck_18_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 index a2a4984..6a0fd57 100644 --- a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_01.uasset +++ b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_01.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1554947930d2f66837a9def3f6e463b3ea8753fd9b059036aac4b35f40058efb -size 148021 +oid sha256:c27f519debd0cece6bfdbf41d7a901a9018bf353368818caf0f2f8deb58a48c0 +size 148555 diff --git a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_02.uasset b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_02.uasset index 099eb1f..e491ed9 100644 --- a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_02.uasset +++ b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_02.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d33002e53365825d30bebc959480735dcf6decc9a0d05b9f503ba076362fb53b -size 144906 +oid sha256:5ef8bb0450898b152059e1a26e447ada56253df4b92467bd2dae81f665839c7b +size 145922 diff --git a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_03.uasset b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_03.uasset index 2be7b24..9d3cb4f 100644 --- a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_03.uasset +++ b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_03.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d56fc33a861b23fb2daa7c3fd21b82c02a3586becd6249d7b42ccc6b7a97e0cb -size 130206 +oid sha256:24439a4e95d7f4f61fde30753a1f3f5fc892d8c9156a4be496ab28ee015f4f29 +size 130881 diff --git a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_04.uasset b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_04.uasset index 77d1522..74ec37c 100644 --- a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_04.uasset +++ b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_04.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:666a81fc9878cb416d598bef812596f3013c5f0f75c65ec2dbf63b121686976b -size 151986 +oid sha256:86d72f61f0fb1c1f3781a86ff5763fcb51a3fb0b300d56fd2bebafeba5c0dac0 +size 152341 diff --git a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_05.uasset b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_05.uasset index dc3406e..98e4d48 100644 --- a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_05.uasset +++ b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_05.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:18b5eaf7b4c7926d962a6f9b36b4ec2974d57c4f631646f78b6772955649c03a -size 166318 +oid sha256:3f88a1c73ab33d38c18dafa111d4a7afc55c53c9c1b2eb02977c8eee9b2532f1 +size 166916 diff --git a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_06.uasset b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_06.uasset index 455626e..525b85a 100644 --- a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_06.uasset +++ b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_06.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:39dac66316859db3db6ecbeb94299fe075cf619b6d75abb382725086e89d2932 -size 120817 +oid sha256:0be1022adbc0411dd28e3975d10e284c572b3c08fc57d53989516b4d81290de6 +size 121259 diff --git a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_07.uasset b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_07.uasset index f2a5362..b9d990b 100644 --- a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_07.uasset +++ b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_07.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e438a25742feea088306ceaef49b4391e30cf6f33bd1a0ca203e7c4199c8f343 -size 132018 +oid sha256:b83f70c2355a667f325583622b6310f9516d63ab6cbc7a3ceb3de9d664c15551 +size 132586 diff --git a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_08.uasset b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_08.uasset index f57e955..dd07ffb 100644 --- a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_08.uasset +++ b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_08.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0fef53a4685e856922ad67ea95b018656723551a4ee04ac0695bf41e8b7d8844 -size 187945 +oid sha256:645994e46d5dd957fb4d0772c96507d46d2b55f34af3a33f06260a703894805d +size 188701 diff --git a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_09.uasset b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_09.uasset index f948d4e..43838bb 100644 --- a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_09.uasset +++ b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_09.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bf8df45c961c236cced6642a143cd8e6e93bc471628b675ec2d9dc8850eb1f57 -size 184073 +oid sha256:af95d520ace03e58db851a4a0854f930e043fde2b084843e94d861f70210ecba +size 184620 diff --git a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_10.uasset b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_10.uasset index e5a2468..bfeb698 100644 --- a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_10.uasset +++ b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_10.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9d36961166d1332fb0faceb49f11cef7398c9f0e2fdd255676fb952da7cf81f6 -size 161113 +oid sha256:f422d6e2891aa8333549104ee2ed96a7a5f036324a922e9bc32e5ae8443ab463 +size 161887 diff --git a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_11.uasset b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_11.uasset index 576e8a6..99d6ecd 100644 --- a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_11.uasset +++ b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_11.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b8f6cf7afa641359d386f33b039bb7431af9a0a2726b7a35666f4e9c4abd2b83 -size 149561 +oid sha256:fd91cc66666a360aaad111292801a07047c98d05cb8df8910ce8bc495b1c2b70 +size 150465 diff --git a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_12.uasset b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_12.uasset index a2814f4..437cb81 100644 --- a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_12.uasset +++ b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_12.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:db38cfd5829b5f1b6f6ec7b9fcec8195b72e499ab5d3c066a12922bcca57225e -size 183598 +oid sha256:e3fa04700b801f170d0f005ff5883f4a4f648dc176a659d6382d0f5f09fe0094 +size 183965 diff --git a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_13.uasset b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_13.uasset index 6e5ea5e..59a1f7a 100644 --- a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_13.uasset +++ b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_13.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9592fad6b3b12a8faa49f1c1d920a6a8fc07e344d5b9e70aba38ace4c858b3ba -size 160446 +oid sha256:518d279d2b034a88b9f05c327e6b6bb46f557ba075e47acae25ec3cacf4fba2c +size 161199 diff --git a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_14.uasset b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_14.uasset index d163adb..e5355b3 100644 --- a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_14.uasset +++ b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_14.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:be75cb20d77473e632174ce885811bb26b7158c7d48d2199dde167638e980920 -size 201310 +oid sha256:7f3d43ac99e07e784fa03df7821ac8f204dac3f1c1deb0e2f91b73f1342098fb +size 201903 diff --git a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_15.uasset b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_15.uasset index ffdb502..fa049a8 100644 --- a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_15.uasset +++ b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_15.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:20356d311d1586710ed4e358646fbc41e3e46aa7e84d6ac228c467ce939ffe8d -size 217098 +oid sha256:0ad71b9a2c843cea94ed6b9dc27c8fea3b7c2b16956bf21171c22936755d3c3c +size 217610 diff --git a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_16.uasset b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_16.uasset index f7590a8..b789b0c 100644 --- a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_16.uasset +++ b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_16.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:39fdae40bfbb7c5ba2627cb247b9eda05fcab3f47f2430addff7d68a168b9055 -size 147693 +oid sha256:efc790dbcf855135a2901d4999c6e84a09f9469679c59d16f7ba2663febc2bab +size 148969 diff --git a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_17.uasset b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_17.uasset index 80e5ff3..72029f8 100644 --- a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_17.uasset +++ b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_17.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e3411ff652c5f270c99264fffcd78b0f4a6f03abe2498650a552386498e9c8cb -size 133742 +oid sha256:62eeb8ba7b9d1881c1378d91b7478861c76657879b00689ac335d4af7f37e75c +size 134052 diff --git a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_18.uasset b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_18.uasset index 794e31c..83baf08 100644 --- a/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_18.uasset +++ b/Content/FarmAnimalSounds/Animals/Duck/wav/Duck_18.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8c5214ac3902f86c06210ad086db215d1776792884ab9743da85b4c0eb5ad19d -size 187621 +oid sha256:008722a6aabe660eb69a671d228da4c1f5b6a9a9e0074a8816d8771f6c29aee3 +size 187884 diff --git a/Content/FarmAnimalSounds/Animals/Frog/cue/Frog_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Frog/cue/Frog_01_Cue.uasset deleted file mode 100644 index 445e52e..0000000 --- a/Content/FarmAnimalSounds/Animals/Frog/cue/Frog_01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 8c38cb9..0000000 --- a/Content/FarmAnimalSounds/Animals/Frog/cue/Frog_02_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 0881be9..0000000 --- a/Content/FarmAnimalSounds/Animals/Frog/cue/Frog_03_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 64acdbe..0000000 --- a/Content/FarmAnimalSounds/Animals/Frog/cue/Frog_04_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 85e617d..0000000 --- a/Content/FarmAnimalSounds/Animals/Frog/cue/Frog_05_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 index 6d9aec7..e7868c6 100644 --- a/Content/FarmAnimalSounds/Animals/Frog/wav/Frog_01.uasset +++ b/Content/FarmAnimalSounds/Animals/Frog/wav/Frog_01.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bb7718970ed4dee2a142e58615415055bccef54594eef5921f7232d6e5c48023 -size 195557 +oid sha256:0ee0e1c99ab6317ff28f0037f4a47b2b671de06f55397bae58acc0566d26abf7 +size 196336 diff --git a/Content/FarmAnimalSounds/Animals/Frog/wav/Frog_02.uasset b/Content/FarmAnimalSounds/Animals/Frog/wav/Frog_02.uasset index e425936..7694e08 100644 --- a/Content/FarmAnimalSounds/Animals/Frog/wav/Frog_02.uasset +++ b/Content/FarmAnimalSounds/Animals/Frog/wav/Frog_02.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ecf177e27347e33aab80fe13e99178bb0507ebce6d2b07b3284490466e94cc08 -size 149948 +oid sha256:ce9ad57752b514e3263391ef89de925f524ea89078915d60578c1cb9607c1dfc +size 151288 diff --git a/Content/FarmAnimalSounds/Animals/Frog/wav/Frog_03.uasset b/Content/FarmAnimalSounds/Animals/Frog/wav/Frog_03.uasset index b090676..80ced27 100644 --- a/Content/FarmAnimalSounds/Animals/Frog/wav/Frog_03.uasset +++ b/Content/FarmAnimalSounds/Animals/Frog/wav/Frog_03.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e683c408617205a9dc37c1f30686695c70cd919fd37b2e8103d54d3b0c9196e7 -size 178761 +oid sha256:7e505424771121255c03123febee296ec7b40f28d889c010fbf52be2fb91ba43 +size 179806 diff --git a/Content/FarmAnimalSounds/Animals/Frog/wav/Frog_04.uasset b/Content/FarmAnimalSounds/Animals/Frog/wav/Frog_04.uasset index 7976b0e..0d76b61 100644 --- a/Content/FarmAnimalSounds/Animals/Frog/wav/Frog_04.uasset +++ b/Content/FarmAnimalSounds/Animals/Frog/wav/Frog_04.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1a9bdac0a898e2de28d0c19896dd9fc4512a7395f6fcb92288b45e7a6efe5a0b -size 128343 +oid sha256:80e1442920ecbadee3168ccd381525474f87b460dd4b498c07cee5f509029976 +size 129135 diff --git a/Content/FarmAnimalSounds/Animals/Frog/wav/Frog_05.uasset b/Content/FarmAnimalSounds/Animals/Frog/wav/Frog_05.uasset index df4ab24..c6c2977 100644 --- a/Content/FarmAnimalSounds/Animals/Frog/wav/Frog_05.uasset +++ b/Content/FarmAnimalSounds/Animals/Frog/wav/Frog_05.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:12e2a492abd89b5023a13db4eeb74105279725e499bdc097c6c5bd624f073dbc -size 195744 +oid sha256:8bc7e8c3ae0a799cc068957232014449e10e33caaffcee6f9d3e9cb3042d7f7b +size 196651 diff --git a/Content/FarmAnimalSounds/Animals/Goat/cue/Goat_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Goat/cue/Goat_01_Cue.uasset deleted file mode 100644 index 8bea53c..0000000 --- a/Content/FarmAnimalSounds/Animals/Goat/cue/Goat_01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index ffd01a1..0000000 --- a/Content/FarmAnimalSounds/Animals/Goat/cue/Goat_02_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 9e97623..0000000 --- a/Content/FarmAnimalSounds/Animals/Goat/cue/Goat_03_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 7284859..0000000 --- a/Content/FarmAnimalSounds/Animals/Goat/cue/Goat_04_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index e9acd6c..0000000 --- a/Content/FarmAnimalSounds/Animals/Goat/cue/Goat_05_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 8c794d8..0000000 --- a/Content/FarmAnimalSounds/Animals/Goat/cue/Goat_06_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index ea93c18..0000000 --- a/Content/FarmAnimalSounds/Animals/Goat/cue/Goat_07_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index f1fcf3b..0000000 --- a/Content/FarmAnimalSounds/Animals/Goat/cue/Goat_08_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index b648b9f..0000000 --- a/Content/FarmAnimalSounds/Animals/Goat/cue/Goat_Baby_01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 21f7c8c..0000000 --- a/Content/FarmAnimalSounds/Animals/Goat/cue/Goat_Baby_02_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 00d2ca0..0000000 --- a/Content/FarmAnimalSounds/Animals/Goat/cue/Goat_Baby_03_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 index 5db425e..b3bc788 100644 --- a/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_01.uasset +++ b/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_01.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b2dd2cbaab175976529a7ca090789cf824bb7b5f00ac435ff14604f1015188e3 -size 306897 +oid sha256:6f10f97e666e9d929aae787281d731cc9ab446dd81ff532700da3f90cd0d1249 +size 307857 diff --git a/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_02.uasset b/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_02.uasset index 34644df..4adf19d 100644 --- a/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_02.uasset +++ b/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_02.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:24037ec57233a32d9c115eb269e68fe82e778a257d0f88097f3a6eb89a8e16fd -size 244125 +oid sha256:cf6343ecd9beda6c4b4b5c46abb880370466b5b92e848226e0b61e3b19eb5a66 +size 245314 diff --git a/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_03.uasset b/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_03.uasset index 98cc27d..aad651e 100644 --- a/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_03.uasset +++ b/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_03.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d08198d980734841a26a975a5816b6e54c2c2ad30e85d203f20c1cf660626b40 -size 204301 +oid sha256:cbfa30d52b1b84a00359e3e24629b2697b4693635e70833d5080775453b2dc12 +size 205290 diff --git a/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_04.uasset b/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_04.uasset index 5aa4f68..0fa2331 100644 --- a/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_04.uasset +++ b/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_04.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:68ad83189410f326a14131de5c433e01462cac8e9574e9b8052e6be6c4a78459 -size 200435 +oid sha256:48c5f1cff298250bb99910bd0f747724c69d6488bbfbdda4381d934ddb0eae93 +size 201488 diff --git a/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_05.uasset b/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_05.uasset index 3aebfdf..c0deb1c 100644 --- a/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_05.uasset +++ b/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_05.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c37ebae1e00f8b85e3cf880a57cc21758fbf2d13f2ccf0d2568ae92c1c5505cc -size 289716 +oid sha256:9e8d6b2971c619b95251aafe0ccca4ba7ebeeb8489a6b4219da02f9a4dd33be1 +size 290869 diff --git a/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_06.uasset b/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_06.uasset index 44cd2cb..84e6aba 100644 --- a/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_06.uasset +++ b/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_06.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f9a42f0cc001fb7b96876dc527564e8eaf22659dc5a0ede1ab28795b4bf6dcf4 -size 216793 +oid sha256:af7e561422e056507bb5f26020b7f242c9d13f074a2a7b35e1c96c9be476a39f +size 217363 diff --git a/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_07.uasset b/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_07.uasset index 445071d..1c9269d 100644 --- a/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_07.uasset +++ b/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_07.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:37a7740d9ca800460cbb9974728f5a8a384eb6c8151ae34c4327a83747604e66 -size 155439 +oid sha256:9a041320c015423d62b297a72d6193f1b6604d91c0be5cb203b45c21eee5a1a1 +size 156163 diff --git a/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_08.uasset b/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_08.uasset index 765b52c..cf0f6ca 100644 --- a/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_08.uasset +++ b/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_08.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:96e0a2d1ad8c038ba477d745b5cb2927a856ff3106008605745da5b281e4c267 -size 192885 +oid sha256:b0bd7683458f214e0353e4033c3f8a0250f6c64c6a0e6dc47d38c45f5ca546cd +size 193532 diff --git a/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_Baby_01.uasset b/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_Baby_01.uasset index 513fc82..80d14d9 100644 --- a/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_Baby_01.uasset +++ b/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_Baby_01.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0d2e7d108fd5e25ff3d35e84eaedba6272186e70a019aaea65a2bf2c30bed08c -size 120335 +oid sha256:236e5e05f381b1b6b73d33a71447d3eb91690a372198c326f1632c5f363c5063 +size 120575 diff --git a/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_Baby_02.uasset b/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_Baby_02.uasset index bb47beb..a22940d 100644 --- a/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_Baby_02.uasset +++ b/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_Baby_02.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:64a2e373ebacbd169da64cf8a54a6045ac3e2ea8313107f38d4b5432bebfccd6 -size 137252 +oid sha256:1ad8e447ce0e4042526877ca6b9301c49d700457b159d3470721590150eb8cb5 +size 137794 diff --git a/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_Baby_03.uasset b/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_Baby_03.uasset index 9b7071b..8fcb306 100644 --- a/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_Baby_03.uasset +++ b/Content/FarmAnimalSounds/Animals/Goat/wav/Goat_Baby_03.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0fd88aa6a17b2b999a3cee0279fdaf73daef05c0c01540f8559af99c2377a49e -size 221936 +oid sha256:b6a3b60d41fdc84934c6060b59800ef227be46b0d3dec87484473c6c4fba6d0e +size 222630 diff --git a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_01_Cue.uasset deleted file mode 100644 index 8d21949..0000000 --- a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index a7dc5f2..0000000 --- a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_02_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 4117528..0000000 --- a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_03_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 7fdbf4b..0000000 --- a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_04_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 07068c7..0000000 --- a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_05_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 36d2fdf..0000000 --- a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_06_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index f5f5262..0000000 --- a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_07_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index a0b91ba..0000000 --- a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_08_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index a2487c3..0000000 --- a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_09_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index df55b37..0000000 --- a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_10_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 0b004db..0000000 --- a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_11_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 7cec5b4..0000000 --- a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_12_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 8e4977c..0000000 --- a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_13_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 8653004..0000000 --- a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_14_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 0fcb651..0000000 --- a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_15_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 687033d..0000000 --- a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_16_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 3965d44..0000000 --- a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_17_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 592d140..0000000 --- a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_18_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index bb0d67e..0000000 --- a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_19_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index dc59e4f..0000000 --- a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_20_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index ac1a881..0000000 --- a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_21_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 0ca38e2..0000000 --- a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_22_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 1113bf9..0000000 --- a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_23_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index d0db598..0000000 --- a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_24_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index cbc2ba5..0000000 --- a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_25_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 56f7e3e..0000000 --- a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_26_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 5e6ced7..0000000 --- a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_27_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 75139a8..0000000 --- a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_28_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 570bcd6..0000000 --- a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_29_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f26046b8f9a297fa4647bcaa53abb0ef6bdfa817b16263b6f32c9b57d408b81a -size 3963 diff --git a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_31_Cue.uasset b/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_31_Cue.uasset deleted file mode 100644 index a533ab2..0000000 --- a/Content/FarmAnimalSounds/Animals/Goose/cue/Goose_31_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 index 668a025..d9e06f4 100644 --- a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_01.uasset +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_01.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:377bf9a88037739209ef72b632bf83a2f9740677339316b200b9035c76d78f68 -size 216690 +oid sha256:9e86add7e0780935d9cf5827004a213cbd602ea0312c0487cc9a70f5d91d1a90 +size 217610 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_02.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_02.uasset index 36261d4..00f114e 100644 --- a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_02.uasset +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_02.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:360161a202222043f2a74d0bc958b972677874c0865caf7a59525a3983a4f7e8 -size 311973 +oid sha256:d952b7843f870c939af8a23969b213c197f7bafec7717c616659d7eb045eeb91 +size 312952 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_03.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_03.uasset index d33d16a..abb9e96 100644 --- a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_03.uasset +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_03.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8ee24df350d7d6e4b05062077e82fa8f420a019db3cf29fb6203ebc92ba49a3e -size 162712 +oid sha256:614628c78a429998f2535bf38fcfa4548ee42c6e22e694cbd79b909300c29879 +size 163269 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_04.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_04.uasset index b2e18cf..739f923 100644 --- a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_04.uasset +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_04.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:719387308d510126b2cb6d7b235b31fa15b82bcebe7d498309f4af5df410babc -size 183326 +oid sha256:cd95e1406eaf37adb243f19cb05f30ef0060396353fdb5a91e145aa26e9e175f +size 184109 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_05.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_05.uasset index 85f51f5..7ab0e05 100644 --- a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_05.uasset +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_05.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:534c9638d4616913c7627228562ed37cfa6ac5d8647c5117368c12a8af7853f4 -size 164620 +oid sha256:aa2da4a39439086e8fbdffc96c5eb22bebf76d14ff6ba8cc60d5c054efc6255a +size 165585 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_06.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_06.uasset index 704a3fe..c62e497 100644 --- a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_06.uasset +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_06.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9f5106405cbb78a33f28c43e0fc197d36e7767bd9e2a2d4e82b7992718e7f0b8 -size 222669 +oid sha256:7b217d27a843790970ce36e8ead11633ef930c616fc98114aef9a2c727ea6d27 +size 224151 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_07.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_07.uasset index 148119b..9e66815 100644 --- a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_07.uasset +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_07.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2c07c4cd2e8ef0b29918cc99b06d37013d54dbb854fcaee0cf4cfec2f980296f -size 179156 +oid sha256:2a936d5759303e1ed67e3a2b1692e11d8f07de5240895d4036b92794cb678184 +size 179837 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_08.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_08.uasset index e0de0f7..46a36de 100644 --- a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_08.uasset +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_08.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6ec17a216fa29b9c43de9cee88ca25a6aeced1ae9a1f460b1dfe439be73cb2b2 -size 261823 +oid sha256:2f6e832ce3bae1353a6d6d86ed366f902b80ac328bf1a4f91d595134430bc823 +size 262562 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_09.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_09.uasset index 8ad12e5..543dcdf 100644 --- a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_09.uasset +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_09.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:55299a0fff5c7e67b3399c2495c6b50ea54e1a7a9fa4cef0af6461656f89e073 -size 276551 +oid sha256:010cbabe71fb96a000562e6ce20f2d6a47e7fe7b8fb886482ad845337ace7697 +size 277979 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_10.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_10.uasset index 26807c5..19b79fd 100644 --- a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_10.uasset +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_10.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:145530eee0af384243c26d5a1ca06a499229e4e729ad89628523643428b72e4a -size 166819 +oid sha256:bab2833a736749a0b9aeaa5403f282a9dd5d69706037645ddb8aafafe8f974e3 +size 168061 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_11.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_11.uasset index 62930f0..c34ab7f 100644 --- a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_11.uasset +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_11.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9c6f49ae05b683ce935577571a154e33ac84deffe587260bf740ae6af6b922f6 -size 219038 +oid sha256:b975dc02dd754539872d0250d850cb3927a635fd224e6be9ab3e6174c2f93b65 +size 219809 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_12.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_12.uasset index 63e3b8b..0b0d603 100644 --- a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_12.uasset +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_12.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1594f3de751308e82ae370c6160fb231de20263f7c6449102b6e72ea9c7b6a96 -size 133280 +oid sha256:c1c9374dd9e9ef7d626ae0edfc61691b5c40e5b029220168ccd8a22dfc226d80 +size 133923 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_13.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_13.uasset index 49180cb..a2a5888 100644 --- a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_13.uasset +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_13.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e7baf0015c0df040d5295ae713e6b42d1f853ea7a223e527f42d5d2151c860f7 -size 151931 +oid sha256:9d4e0277feefd1d8aa91eb1fa85eee3cb0e394f5d390fd5a54802711702692cb +size 152300 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_14.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_14.uasset index d9d0e9b..fa347af 100644 --- a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_14.uasset +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_14.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b14381f92695732535ab158952a6dbc052a04f545004740d6e2bbf13c64584a2 -size 265401 +oid sha256:585d4fba0690c155d79aeb5b8647cb1b00d72d9a784adb35d41bb0fdd5cd4ade +size 266594 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_15.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_15.uasset index 49cb5ce..c5f3b6f 100644 --- a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_15.uasset +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_15.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ff43b6f607b7a1f1adecb4c98452d5a430cbbebba36c8744a4dd488ebda7458e -size 120063 +oid sha256:103aec036eb87688115ef8d14695711f03148b7419f2c3a64a3836a3db682b3a +size 120508 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_16.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_16.uasset index 7e02959..e111367 100644 --- a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_16.uasset +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_16.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:27a53ae2f6e470ecaeaf8c275dc15449b40a2f7f90c5e22e7ecdfb45bda30d87 -size 161148 +oid sha256:bea837eff9567e3d52d19287e73aa6d668d11ab72c774763877c948ee5aa7b71 +size 161840 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_17.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_17.uasset index 5eea235..49eb2ed 100644 --- a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_17.uasset +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_17.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:49278a2e1bd4ee071dad43fe923e597a6051465c06f4017b342b6de68eb15e22 -size 212957 +oid sha256:6d55112a012d79ebb11c82f7105f3079e875ffc71846113849052bde3eb44d37 +size 213696 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_18.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_18.uasset index 81d8962..8e3bfd1 100644 --- a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_18.uasset +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_18.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b8db44eca8f915c8992b0395d40bf48cb13555ea389aca95ba00c2189c047d80 -size 265381 +oid sha256:5fd7f00652c35894430317d0bf88e9c04e04f063cd7d4106db6500fc369bc7d9 +size 266011 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_19.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_19.uasset index 385fc99..a616094 100644 --- a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_19.uasset +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_19.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:719b73efc50c7f66c53d2548a650e62733f8b443f952a2f2cb7e4887464c7c84 -size 169987 +oid sha256:e5ec34f08a20257bd3a6e7b2a243752ba5d4666b2ca47d77fec67176fc8cfb7f +size 170334 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_20.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_20.uasset index 0eaf4fd..8a5af1b 100644 --- a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_20.uasset +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_20.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:942c93b5809dc9c5750aadab50d742229f5fc58f594660ccd8a88a35fddd0ef7 -size 144861 +oid sha256:47ba9ea91a73f235b21d3e7bbf91afd7cc122ba76a5c31e1321cc2e42c236356 +size 145780 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_21.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_21.uasset index 6b3173c..77a3fd4 100644 --- a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_21.uasset +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_21.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6fa5b8ce7b5d646aac25f41cb10ff6b28b19340bfeb6d1ca0c278d9fa0cd9dde -size 154238 +oid sha256:8b567ed241b76b3441a069a3f07acadd0be299617f08a79c5b9f7ce4d4f78bb3 +size 154960 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_22.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_22.uasset index afa30ac..4889cd6 100644 --- a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_22.uasset +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_22.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:64d5a94878744a1721e45b45bbb3e52345106ec20cd433de750f402df3db5f2e -size 206699 +oid sha256:dfb35f007a3a7c4d1bc6eeab161aad31035ea81d5ad83a38b4ba2b6a735cb181 +size 207915 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_23.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_23.uasset index 78d7074..960fec8 100644 --- a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_23.uasset +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_23.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3fe0a246e6ce67fdf2de56738c18595e92d24f909f6e43e8c81df0c5ba8e808d -size 172103 +oid sha256:8874816a4bfc8558a66876aa7b160be931e27ee0e472f45ba2c3a965ad864992 +size 173220 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_24.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_24.uasset index 4d0fc2f..0a277c2 100644 --- a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_24.uasset +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_24.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dc2b467dce0ac620a73aee8e4e1c97bb1d98a002a80ab6232e2dc69534a2a4a9 -size 139007 +oid sha256:3327c7ad73c0d5702ad694f1e9cfb98a9e43d5f6babb5457d6ece2f034615749 +size 139487 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_25.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_25.uasset index 2558b2e..b5610da 100644 --- a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_25.uasset +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_25.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e5bfadfeeeea07bd725cf8240f1b5d9dc53d10f6eb4bcf89055d11f9503f1271 -size 176528 +oid sha256:d822c67df42115356969ca44a6825f696a8a29e05bf062c2cdc0b316390664b3 +size 176695 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_26.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_26.uasset index 3a5a25c..f75e280 100644 --- a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_26.uasset +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_26.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2c6131cda94dfca3df8a66dfd1fd843fa4876e401e9ab6850c7fc24cd18014f4 -size 156015 +oid sha256:3022ec160f39770c3084ee8e632d160d42bd7da1fcd1cc22da6d95df14a1973f +size 156751 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_27.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_27.uasset index 98e431d..53d580b 100644 --- a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_27.uasset +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_27.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a88ef2443f9083f0f37ad4f972dcf155d06463fc60e2e1f0ab18a9370e0492dc -size 263858 +oid sha256:59d1d1af04e239570aa39f0016cb2f1bfd0adec359b0af81e052c31d7aa76f5e +size 264689 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_28.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_28.uasset index 2ec722b..45aacb3 100644 --- a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_28.uasset +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_28.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4e5ca9664100d17631376a5fa22f4d5fb72bf44d56157f15f90f06417fa06e5a -size 249629 +oid sha256:5334531e6120d0b4dd63ea9e6cf31c90d9fb6c3e23a0cb5e0b276556bcc53ce9 +size 250660 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_29.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_29.uasset index dc20d30..f4788db 100644 --- a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_29.uasset +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_29.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ebe88984afac11dba33f12e378e317d6480a2dd4e8b9391b0d82c3cbc0806a28 -size 201739 +oid sha256:cc5f79874665d0bb00599603c2ace3a32ac9f89663a98224ca0de1661f5ca2aa +size 202404 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_30.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_30.uasset index cefb7a7..3dbfca7 100644 --- a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_30.uasset +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_30.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:385d181ec42742a3858033e62035d2a4263c5003e7402acdb6c7f7974669bcd2 -size 239643 +oid sha256:e71a207e1605d730efdf655eb8a0f07dabd79e3558708c241744c7fd5aab6096 +size 240622 diff --git a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_31.uasset b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_31.uasset index d5c3f28..e697d1f 100644 --- a/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_31.uasset +++ b/Content/FarmAnimalSounds/Animals/Goose/wav/Goose_31.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:18dedb64973f369805738a2fa12c4f231e4fb297de210b751038567ac3e40e30 -size 258759 +oid sha256:320c1f6b3f2bef28e937d0cc7c2c2d9e7521ea942878b8dc6175eafa7ec6031a +size 259719 diff --git a/Content/FarmAnimalSounds/Animals/Gosling/cue/Gosling_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Gosling/cue/Gosling_01_Cue.uasset deleted file mode 100644 index 8eef937..0000000 --- a/Content/FarmAnimalSounds/Animals/Gosling/cue/Gosling_01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 69f6964..0000000 --- a/Content/FarmAnimalSounds/Animals/Gosling/cue/Gosling_02_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index fb366ce..0000000 --- a/Content/FarmAnimalSounds/Animals/Gosling/cue/Gosling_03_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 801fd59..0000000 --- a/Content/FarmAnimalSounds/Animals/Gosling/cue/Gosling_04_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 84dfb65..0000000 --- a/Content/FarmAnimalSounds/Animals/Gosling/cue/Gosling_05_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 951efe7..0000000 --- a/Content/FarmAnimalSounds/Animals/Gosling/cue/Gosling_06_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 3c8be63..0000000 --- a/Content/FarmAnimalSounds/Animals/Gosling/cue/Gosling_07_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 index 9ab3224..12991e3 100644 --- a/Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_01.uasset +++ b/Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_01.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4d5bc51c17114af948a54d24647fb56050b2c447a13006b70eeb5280ae7feeb1 -size 111123 +oid sha256:f2e7bca6517934592b0572c4a68fa00151c852807fc26edba6774de83a304a20 +size 112010 diff --git a/Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_02.uasset b/Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_02.uasset index 9c701e1..76c24a0 100644 --- a/Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_02.uasset +++ b/Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_02.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9baa2974fe5d0bd19cedb1f43e3978e7ae970c6fc7b83d8f94d216ea62a3eac5 -size 318606 +oid sha256:328e7fd2a69e510ee58fabc399d0970091acc08451614911b4083213c035cd42 +size 319822 diff --git a/Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_03.uasset b/Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_03.uasset index 8f06689..61f3833 100644 --- a/Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_03.uasset +++ b/Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_03.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2024467b881576c3d593080e0680aaac79eaf75fc8b421f0f6a360f60ba4bcce -size 184810 +oid sha256:a8f894466e5dcf09471eaab4e297c9d4e41acddb5ada39301ab20aff8b49fcd8 +size 185705 diff --git a/Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_04.uasset b/Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_04.uasset index cb83780..ec1f2ba 100644 --- a/Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_04.uasset +++ b/Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_04.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d1d2cd2d70ecea28f06f6df14da5bd4284a2d46c5d56349fc1665adf65de6dc3 -size 330568 +oid sha256:08224e331f462927dd165df3cb34b891487ad1d97c3033bd6dac6efe65236713 +size 331445 diff --git a/Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_05.uasset b/Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_05.uasset index 9c9aa22..eef4401 100644 --- a/Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_05.uasset +++ b/Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_05.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:582e81064a9c602c0b924bbe18e9bd54355022ffc3413d37d3ec20380e7c735d -size 110359 +oid sha256:a90c246ccc3df206bb6d25d96409ae04baa4aa5b6287922036b160ed868dc3a1 +size 111109 diff --git a/Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_06.uasset b/Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_06.uasset index c9a8214..e124518 100644 --- a/Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_06.uasset +++ b/Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_06.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dde15b0886be94a24646f10a46a8fe13de411cf4065061b0d9f6cf4de6da545d -size 271258 +oid sha256:8b718ba2ae7727685a55c1d24335206fd552c74da47792aa10d6903969416492 +size 272543 diff --git a/Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_07.uasset b/Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_07.uasset index 8f0fc96..d02c769 100644 --- a/Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_07.uasset +++ b/Content/FarmAnimalSounds/Animals/Gosling/wav/Gosling_07.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e8d5feb0b3ecc4b44ef426bb2e485a9ee400df99b7743a40d2f7b9af5cc6e464 -size 136762 +oid sha256:21fa5ecdc07fa867686819f15ebe33f758eb913e21cdcac37d6aa8be6293050d +size 137405 diff --git a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_01_Cue.uasset deleted file mode 100644 index 3c4da76..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index db45e78..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_02_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 7c30f49..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_03_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 53a1999..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_04_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 7b4dca3..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_05_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 6b24216..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_06_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index c582bca..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_07_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index ed8d877..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_08_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 970228c..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_09_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index b672250..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_10_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 77c5166..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_11_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 5ccd889..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_12_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index e1edb43..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_13_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 99b744f..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_14_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 476d940..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Eating_15_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 74b84bb..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 140e1df..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_02_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 18c8eea..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_03_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 247a144..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_04_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index dd88eee..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_05_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 318cbb5..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_06_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 56fa1cc..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_07_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 344701a..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_08_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index e8b8a92..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_09_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index d4e0dcb..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_10_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 4b34342..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_11_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 3497363..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_12_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 04bf643..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_13_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 0ce2354..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Neigh_14_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 0c1011a..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 44be419..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_02_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 0512634..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_03_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index f4aa6b4..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_04_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 48c0cca..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_05_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 7011d40..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_06_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 1934b8f..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_07_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 43924a9..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_08_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 49f49bc..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_09_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 1495ba8..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_10_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index e62fa15..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Nicker_11_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 66566d5..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Screech_01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 70e5619..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Screech_02_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 8647d61..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Screech_03_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index de757e9..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Screech_04_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index cfee266..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Screech_05_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 8e29143..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Screech_06_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 9b46833..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Screech_07_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index e4e16d5..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Snort_01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index e285e84..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Snort_02_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index d154cf8..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Snort_03_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index f2487fd..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Snort_04_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 592d042..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Snort_05_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 08bf81a..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Snort_06_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index f2213fc..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Snort_07_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 1078512..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Snort_08_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 8be8dae..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Snort_09_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 1040c4c..0000000 --- a/Content/FarmAnimalSounds/Animals/Horse/cue/Horse_Snort_10_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 index 36a7900..7bda0ea 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_01.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_01.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2e01f723d0a77bfc6bf058e6407944a729513e9fa0f67d2b47a3a204a77dae38 -size 181153 +oid sha256:17666bb3b35e4532e6634eba730e3ee0ad0b86e4e45fb875ae8cf34cc0371e69 +size 181752 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_02.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_02.uasset index ab942b9..429ba6e 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_02.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_02.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5c7a544a5e25a7e8ee457e7464b6951d48cd5245b10da2f03e14a8f4af502309 -size 269558 +oid sha256:1bc019a8d43a62a06226a819b329d3d119edc1d8e20a6ed93c6ba1d586bcd40f +size 270030 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_03.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_03.uasset index b4726af..fadd582 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_03.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_03.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dd09d7b8ec02e3e1a8ac328435cf97229cd5457387cdc150b1dc0465c62805c4 -size 181358 +oid sha256:316b0ae8480e4a1cdec18293ff8b085ce62ebbf738fdae1492e4aaf0a8820ced +size 181834 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_04.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_04.uasset index d574835..14a725a 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_04.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_04.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1974ba3d36db2e644d292ed7934b360f0383778ec45b6aac601278519e00f7b7 -size 178078 +oid sha256:da288a7807b217afdc95d4aa42839c35898706833ce4a9b7f7657820c4143538 +size 178491 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_05.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_05.uasset index 0b88526..0e2ebae 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_05.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_05.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1be9d1ca66312b7aaa6f034d0aea380ade60614e282331debe82175b757d65ad -size 250603 +oid sha256:93c4594c9e337f07301f8057cf29eb0c521573e593b4ff7c7866213a598963b4 +size 251344 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_06.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_06.uasset index f6ac528..db809c3 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_06.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_06.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:da2bcc88268b7ffa4d4cbc64eb1801f5957330c70c389e630ee2f50dbfc26e87 -size 119717 +oid sha256:fbc7ea15bd87bbe6aae27b266736f392299c7fa88f4c810e8c90847ac4600518 +size 120433 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_07.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_07.uasset index 35eef39..0d96878 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_07.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_07.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:899de482f567e63ebf95084d85f6ca7542083dc2fc9d5a7bf6cc3fc2e1df814e -size 269497 +oid sha256:28bb2515614ddb002e04f872e69c2ecf7ef5ed007db84410eea3f93409a0c97d +size 270225 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_08.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_08.uasset index 938da99..e6328d6 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_08.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_08.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ae591d33ec4526035c507785bc2509f3e902b45f04fddc2bcde89197d73f45fa -size 225435 +oid sha256:c7a9bf80e63177b9758a3ea86731472ab39b211c61c32085b6e76ab5aef4aee0 +size 226019 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_09.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_09.uasset index 1caeae6..975f48d 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_09.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_09.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fef8056e058f740e50cc9537bb829228a03bcf2850149dc9db131196c6b5b6a9 -size 364930 +oid sha256:9b34898ca96ac2c550edec0bb694ce5e75cd2acc821f66b720bf33d79ea42d8a +size 366430 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_10.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_10.uasset index e525216..bf7498f 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_10.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_10.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eb937eff6b2b171d7ecbcf00b6f4179a54247939280793ef01fbb83c4d49e010 -size 534183 +oid sha256:cd5e34a3453fdbce2028a734353de55a143fdefda84918a4438d3402e35e3d7f +size 535953 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_11.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_11.uasset index 0521878..96edef1 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_11.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_11.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0dee845e25cd39839efc9fceeb17f256ace1667a40826d1fef35c6164db84746 -size 551166 +oid sha256:ca138f5d2b73976ac84edb0a765973ac6c08ff5297139a530b7756448ea78632 +size 552482 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_12.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_12.uasset index 5d78263..818d854 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_12.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_12.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:14179e64af21cb16459d7594b3bb799352fef8d7c1d7dd42e590120c1331b9e1 -size 506659 +oid sha256:1a5755db3861de988f305f5bafca7eddf00a46059c21c05a02fb480ceda6b0a7 +size 508029 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_13.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_13.uasset index 32f88f5..4cfea58 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_13.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_13.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3c730cb38987933eca06d67a9a8a502dca8673b4822ced836bd755629a442411 -size 710737 +oid sha256:774d140814c99fbee88ee4ac8033fb06651ee2a9b1cafcb8e22156a297d945d1 +size 711727 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_14.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_14.uasset index bb30e98..c385961 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_14.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_14.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c23d2d2414987d2c0f663b18f2e850c070abbdda3f774337f54e6b5ac4c6904b -size 495756 +oid sha256:64a21ae7e828338632275e42e97f9b993631b068e225f669f3cd61d618d697fc +size 497342 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_15.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_15.uasset index c144c9c..32ae299 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_15.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Eating_15.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:df16813a8add3974dcea05d1896d7720919984ef1209ee28fecad0d7ddef9e73 -size 459902 +oid sha256:3bcd1d6969743d07d0219adbdc41955095397589908167fd2c246a7c8b7369eb +size 461901 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_01.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_01.uasset index 1e86adf..cc356da 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_01.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_01.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b1c59e5b3073bd270d66ceb4b91032e9a904d7dbdb844e67e2d1fb8578203c1f -size 516401 +oid sha256:b0b22365a115ca67d634abc7bfaa6f3add599697beac308eaec687f9ab3a93ca +size 517661 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_02.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_02.uasset index 2366797..fcfb487 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_02.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_02.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:156d013fec5080f27df7d59bc50990a308169e208608e1c83f83c459a861ac1f -size 452152 +oid sha256:cb63f7367ab2dcf3d73ebdbde69d32fd7140f25ce1cec8de18b9e0be9acefb2a +size 453830 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_03.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_03.uasset index 2a95c66..cbfbf17 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_03.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_03.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e62206fd1f522a0363022e44fa2bd86f089fbd5a388c743f2104294e5e1da418 -size 533801 +oid sha256:bfcee662ac73436fa9a143645a8d5396feb1d825e12ec788b7c49bf410450ce6 +size 535373 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_04.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_04.uasset index 0287f0f..e9b4234 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_04.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_04.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7902e6d97e86651417b3e788d1f762e7343056c99f44bfb7fbea90c002b9c1ec -size 365176 +oid sha256:fe370e2813cc269d83ec0db9627b5701b189e67a961d0a1e0ce7a839860ab804 +size 366555 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_05.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_05.uasset index bdc882a..26b42fc 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_05.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_05.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6466144a4ef044b37c545591833abcf2cccda120d2113050dad7fdbbda1716f5 -size 453527 +oid sha256:92eca13bd2823ff52a25ac3efe3869259943af58062d991f7d27dd30ee87d0e9 +size 455099 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_06.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_06.uasset index 760e8d0..b433153 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_06.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_06.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3d868f4be0026f7a297506748d46496683d2d037a73e1a8b4c149150c6227c6c -size 414921 +oid sha256:b432069b45c5bdb31a77e956d042672b9b98c58ae01b632187b6017726d5c9a2 +size 416395 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_07.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_07.uasset index 6cded94..3c91f50 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_07.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_07.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:913a4613309339c0987ef5a425770793cfbf9f1abbd078a024ab8d241061df87 -size 298385 +oid sha256:f5ce2e49eafdd49bd63958106b7cf272f2bdbdad4b276cbb7dd8dd4ee015f575 +size 299441 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_08.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_08.uasset index f629757..7ddb1eb 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_08.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_08.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1a9f289c5e9b2f9d17d719ac227fdbf35f3dd795968e384e1b47fad8abc9ce57 -size 529761 +oid sha256:91dc9c1d45fa476f7390b7dc2a7e62acf950dcc8d41eeb84d42bc930b9ade37f +size 531613 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_09.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_09.uasset index e7ad8ef..103515a 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_09.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_09.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b6d982f82ecaeee73676413e0135026c354f3abfea257f7d68973c9e947a3d0e -size 373551 +oid sha256:3da494d2b2b99cdbc9be0a0afa54207486c8243c23397b81b9b35673fd7a84ec +size 374616 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_10.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_10.uasset index f61be1a..ec1f456 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_10.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_10.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a114ef1a2502dced2beed3a5bebd8705af710e552838a8119add9bded9802737 -size 301767 +oid sha256:dd2f564cd86f5bacce82d9d9006e0416db8fde6e6cf019e574cfb599d845bd0f +size 303124 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_11.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_11.uasset index 83529e1..cb72f46 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_11.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_11.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:89f64ebcb06557bf86c529ee5fd7a19d709318e4648f6c885892d99580ae5131 -size 252625 +oid sha256:7ccbc8181f79379b6ca5efa35cb5c7e980a659ab64bc5324ffa8d97af7a6764e +size 253942 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_12.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_12.uasset index 0e310e0..ae357e7 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_12.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_12.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a145fd6968546b3efa81b063f1ab24c0e09a001ee9acdcc7cbbe508dbfd366f3 -size 365593 +oid sha256:9e7a2582cbbc00ce69a2ebed81d631b594f863c5257437e7a70e98152f2d59d9 +size 366777 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_13.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_13.uasset index d8dfa40..6e55436 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_13.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_13.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:713d6143021fb7878f000bf2aa59e613dc0c9604174ebbb7115492937b6880c2 -size 422413 +oid sha256:1ee1c0c24f1bf4e1fad1330e30e0cda8511c4ad7ca149279e6f58f046c02f8df +size 423907 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_14.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_14.uasset index d847bea..8649ee5 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_14.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Neigh_14.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:994e005534fdb5afbb71c9a21857c7d61510c559a63c6c2e845c2c3ae4b730a3 -size 395817 +oid sha256:affbff8646c3c75e3d1ee4780e4f1487ffca46d1a27de2535a133db1a4c66a22 +size 397277 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_01.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_01.uasset index b89cda0..6c3b612 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_01.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_01.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4312b4321b41ec9616512a74c4c6a3f79bad364312bbc16b22f85bddfb3ad4b0 -size 323341 +oid sha256:03150086c18c5305fc968f318178eff1832b2db0ed806658d50e77569b68492c +size 324733 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_02.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_02.uasset index 60f437f..b4b86a2 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_02.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_02.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c0ed408a2c4c6410c74b9321287aeff264607189e861ada6c816d78430468630 -size 361528 +oid sha256:1043c26a6ae49be8c0e7b43080898e21a3fb5a7d3741a55fe8970171faa59b67 +size 362363 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_03.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_03.uasset index 2da0ac7..8f32bcf 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_03.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_03.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6a469870d1f832475fecef5a98a8bbf4a9a04eb588f96712fe12e1200e4d3cf4 -size 315033 +oid sha256:bdc2b6a123883f9edb5d54b921b1b18346add70921455c029102a4e74a49a806 +size 315741 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_04.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_04.uasset index 18598af..33c50d6 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_04.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_04.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0a5f47bb13ace440490a6defec15f3ef3c090bed3175736344296e982cfadd01 -size 390979 +oid sha256:66fd1184ba3d6c896e4f8cac4ffad1a13f074e84dffe3e5c173d0fb2784bb602 +size 391849 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_05.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_05.uasset index 2b21a78..e5cf4dc 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_05.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_05.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:45de2c0140af5bf5e74719bcc408d1e2796b7c4e44fdf1e76e2e5de0e88c7239 -size 366244 +oid sha256:e8165df68d1ef8068d8e70af657fdbb5c68bc63c7ab0d182d9d6a3e04e6efc74 +size 367256 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_06.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_06.uasset index 3341cbc..bbdffd4 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_06.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_06.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ff1fa8b5defc82db63d073b9589de68035c54b272f55a4262f5c9790564c5f23 -size 370922 +oid sha256:350c4fb16b8e5a64fa3720a7f0943791844aec8355b16b2e2c4b97ce1fbb9731 +size 371990 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_07.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_07.uasset index 2c71cf9..3bca14e 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_07.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_07.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4e5fa9e6b8c43229e513522709c0262ed35958697b11a35ed30d73cd27039ed5 -size 440266 +oid sha256:dd0584b3fb58fe45926b83d11ff907164658851d779821c788dcbe27e7e79cc4 +size 441303 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_08.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_08.uasset index 1dc2066..873f658 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_08.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_08.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6a222fd83eb03ef9f7d051fcbc6e3f7f0f21c7842a4a6cfe0c3578fdf0f286d7 -size 337005 +oid sha256:a089826514b0eabc39e3fcd91ffa9841da57869395deb05189d8d79656368a73 +size 337760 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_09.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_09.uasset index 826eb69..695ae2d 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_09.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_09.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7a4e738ed072f287558913731bfa71060d63c2bd2fc5265a6ef8fae9a27f864a -size 407219 +oid sha256:c7884c80a997c40aa53d6cdf9f5c40007b7acc2fb5038b34a2a1c7685700af23 +size 408346 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_10.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_10.uasset index 7e9a0ad..d3b13d7 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_10.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_10.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8cf96ecae5f15743f816a7340ef552614f043f5dc2dabcabb6dad8c6d657b2f8 -size 437494 +oid sha256:ea0da4ccc5bc4900d75af24c4f479fb70634e489e469d3a3ace5542f42287305 +size 438458 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_11.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_11.uasset index 5cbcb2b..ce31cb0 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_11.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Nicker_11.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:32db34b94eee709d7e3413700817e8a49a6354e4872b3767270c88a57d511a2c -size 407631 +oid sha256:d7e2d1dcaaa93a032a0304435168b22f553a182f7b7a1406409d9fda435e5c79 +size 408596 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_01.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_01.uasset index e9a8cb1..971d2a6 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_01.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_01.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8c73b3102492ed6e717d523848054e42191793c0e9b4eb1a8ca0ace7a32ccf34 -size 364546 +oid sha256:4b7a9b86571279169811ccdd76a6682368e40471dd74678cd92943fa557fbe1f +size 366196 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_02.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_02.uasset index e048f0f..1c5d2e4 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_02.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_02.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b0094fc22030930026d02bbe4012c09d05b70501040376346c28e73a2bc2e0d5 -size 362589 +oid sha256:086b9af9c308c24fccbfa02126e495bd7df9a051c8377e88c2c9d526935f3389 +size 363867 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_03.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_03.uasset index 6830060..f4878cb 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_03.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_03.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:65a1208d8f8652775e3215607f1317918ad31aeabb1894349b5b88e0336c880b -size 310412 +oid sha256:42c46fa8730309b34a25a1ce8623c6f9673ebfb3cfec1651ab4b973a9a62f4ba +size 311750 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_04.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_04.uasset index f6eeabf..6738f8d 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_04.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_04.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3c21844de03d4952e553f4d6fea88f6c2c7e715d6f3e20513ba8e0bdeac32ce4 -size 362232 +oid sha256:9ff15b1b9bb0f3e810cd102992ee886e05cb194b80c78bef9f1d343070bc3936 +size 363504 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_05.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_05.uasset index 4557fb8..5b52d9a 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_05.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_05.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9a3f4793987157ff9cc38879b6124597c2032105b6136e51079b1cd3976c8b85 -size 482482 +oid sha256:30c0ec6c31e827e3d4aec206d5c0b2043c891711560e871c84ba8f47cd5b60fd +size 483819 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_06.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_06.uasset index cbc2cec..c138a04 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_06.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_06.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cfeff0451ebb39b5a03b5e681d49abb1b9652f09302c883ffad66c2a3a0ce90d -size 399388 +oid sha256:58356509be2c7a7bfa528e19e31429a30d4ada40fc386e5fa5f7dbdefd559e00 +size 400699 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_07.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_07.uasset index 55c753c..a30b717 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_07.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Screech_07.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bc3e6299fa54f1549f6c6b563af424e7bba9e2bbc7ccb818ad5e979a76beca22 -size 366841 +oid sha256:3dd6c635f45886c11293c2e6a285a1d3068de501a73322dff8bacec4503354b0 +size 368423 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_01.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_01.uasset index 28eb999..401b7f4 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_01.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_01.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d415e9eb30d41e9b54d273269baeb847e55083098a43cdecd64f0d2c7749a737 -size 307931 +oid sha256:c38efe5536767cd3badabfe59cdbcbd8fc55dbaf6d15d49b4bec06bd9c462c3b +size 308964 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_02.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_02.uasset index e5e8ad8..2f2a1c7 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_02.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_02.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:84baa4253963bb10c56ada5e246c076d0c183b8944a84b5552d751f8648ea26a -size 303937 +oid sha256:d02b933cdffe60cc0a79ba501c25e2338eba53024a52e56b7801589e6074cd31 +size 304992 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_03.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_03.uasset index 11095a4..8fdf6a3 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_03.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_03.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:616a5534d171a9a0fbcb5ec047bb654423795899b771f74e8529ba2fce96f7ee -size 294290 +oid sha256:9a6e7c5ff022216051ba2982ae4f91f4d6ddab8b953534ae2ccac308702750ae +size 295262 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_04.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_04.uasset index abee042..c001de5 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_04.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_04.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2141e494d53062df9163068f9b3c4b4a7408c32c20fc0551dbef7ea7b4067b36 -size 271193 +oid sha256:2e30eac941567e67963010005db1904966c044cd626c68058045bda53faa0a0b +size 272077 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_05.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_05.uasset index ac942ba..2f65dea 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_05.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_05.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3010c85872ff7e2079b5f2133ec07a0b15ec7a31d8b25fd35ee17bf9584a14f9 -size 210046 +oid sha256:59d1eb840f28551df5c592a0dcd4f6a21fab96d1554ca209f4bfbda6f964a292 +size 210615 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_06.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_06.uasset index f246ae1..4788977 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_06.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_06.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e52e2bc6afdcd9050207c43a42753f26224db139ae21f6c122b1de382ff59bc9 -size 234453 +oid sha256:5a6e4a77833b2e222395b518de7780a5efd17b6dc97a3bb270f7be0982c19715 +size 235090 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_07.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_07.uasset index d90ee66..1d2614a 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_07.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_07.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7abbd7a67f158904e8a211fb8374f64b1ca8755b2dd03db89eb28284d2422af7 -size 227638 +oid sha256:6ef6645c412d5a61c81099b9453de0b279ec1d47de47a77eda7302d9733dcec3 +size 228461 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_08.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_08.uasset index 924a983..6ea6e2a 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_08.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_08.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:992f763e1fe0cf77caa3442a07118e9896307e7ef09c82c76c74b3cee7c2b9b8 -size 217124 +oid sha256:173d5847538d1620d0ee0cd37fb3e55631e2402693ffc85e804f87ba56fd1334 +size 217871 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_09.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_09.uasset index 678ef21..7c4f741 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_09.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_09.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:422715a1374f77801c68548b090ce01be0c97b1b073e9766f8aecd2f5c326a04 -size 232172 +oid sha256:d773eab71cc20d665ec20746059ddf600a5dc41cfc51ec044020eedcb53fa883 +size 233199 diff --git a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_10.uasset b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_10.uasset index a442703..abf1fd5 100644 --- a/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_10.uasset +++ b/Content/FarmAnimalSounds/Animals/Horse/wav/Horse_Snort_10.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1a044007cf913996dc28be218efc2ce4bdc105c65f358707de18f7b34605d61c -size 192208 +oid sha256:350ec475d518677d9fd789a1e6e384944d2e760a81912ec2c08dad52cea5734b +size 193023 diff --git a/Content/FarmAnimalSounds/Animals/Owl/cue/Owl_1_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Owl/cue/Owl_1_01_Cue.uasset deleted file mode 100644 index 590ae1e..0000000 --- a/Content/FarmAnimalSounds/Animals/Owl/cue/Owl_1_01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 7699ec0..0000000 --- a/Content/FarmAnimalSounds/Animals/Owl/cue/Owl_1_02_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index d26e817..0000000 --- a/Content/FarmAnimalSounds/Animals/Owl/cue/Owl_1_03_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 1e70fff..0000000 --- a/Content/FarmAnimalSounds/Animals/Owl/cue/Owl_1_04_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 6dc06d7..0000000 --- a/Content/FarmAnimalSounds/Animals/Owl/cue/Owl_2_01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 81c17e9..0000000 --- a/Content/FarmAnimalSounds/Animals/Owl/cue/Owl_2_02_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index cd8c229..0000000 --- a/Content/FarmAnimalSounds/Animals/Owl/cue/Owl_3_01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 95f8bef..0000000 --- a/Content/FarmAnimalSounds/Animals/Owl/cue/Owl_3_02_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 index 428b502..104062e 100644 --- a/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_1_01.uasset +++ b/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_1_01.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:249e15514e7eb24357f888499f4b28db2b089d33f5401979e033ad921239796f -size 291959 +oid sha256:058986dd1740e57ace14becf89a5d3942f955dfb295120a1b8e06676ed4c129f +size 292739 diff --git a/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_1_02.uasset b/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_1_02.uasset index 72f33c2..0cc80c2 100644 --- a/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_1_02.uasset +++ b/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_1_02.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:55eadc6279278cac7b21a54f985a44352c9f9d9d3d7a42326b53cddbcc345a8b -size 270495 +oid sha256:0ab9f804f4c836b35ee5cde3a79062c0c02016ead8bfd10799627ff838907f89 +size 271440 diff --git a/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_1_03.uasset b/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_1_03.uasset index f8918b5..1cd2b37 100644 --- a/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_1_03.uasset +++ b/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_1_03.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dde0ec96d268efdeae16703bfedcdcc24063deaa9a31302d68af5ad26673f4d0 -size 201801 +oid sha256:86fca8d84248246d4bfb229c0a420ade523369ebb4d3aec4a88db812977a374e +size 202793 diff --git a/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_1_04.uasset b/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_1_04.uasset index 2c5ef53..b6a84b9 100644 --- a/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_1_04.uasset +++ b/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_1_04.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:86a8774a015106b2324b20a9a0bdcc2412dfa3810c8a841b46481965e24ab63f -size 258490 +oid sha256:87c3aca138094073efd0751a7438776ad1e8da1cabbc19902b8dd4e83a4be696 +size 260286 diff --git a/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_2_01.uasset b/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_2_01.uasset index 6d64007..5f0f595 100644 --- a/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_2_01.uasset +++ b/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_2_01.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6fda32a943268e828dfe3ed5058891dcf95f39654adb97caab5722a716bb502a -size 258953 +oid sha256:28715aadb40a07c7ce24bb6a417e4b068115283be034a341aacdac2758fa9f3d +size 259970 diff --git a/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_2_02.uasset b/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_2_02.uasset index 09c6b40..aba4cab 100644 --- a/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_2_02.uasset +++ b/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_2_02.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4258ea845226ec784f46a55a8d2e801479fcc053008f2bdb8dd5f0c2fe04c486 -size 202531 +oid sha256:e6b834d63858202e797e8184e72d84bb65603a8f62403249de4787a17e6fe22c +size 203556 diff --git a/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_3_01.uasset b/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_3_01.uasset index 9bbaa0b..19c71ab 100644 --- a/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_3_01.uasset +++ b/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_3_01.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:81fa98d8af12717f5c2a187d0a5b765f52915fcead18b157a23c5f51c95daef8 -size 203882 +oid sha256:907ec85b2c1df68d90a198fc503ac1808512bb570d8d8e65ec6f25d1a460d438 +size 205067 diff --git a/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_3_02.uasset b/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_3_02.uasset index 2bb4614..04b93ac 100644 --- a/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_3_02.uasset +++ b/Content/FarmAnimalSounds/Animals/Owl/wav/Owl_3_02.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bc65f50a1679ec1ec09ee803d7bf33a0b436f4bec2994604da6333125a77a818 -size 159512 +oid sha256:16429edd34acbf55b44c5692512d57c21caaeb4f8065d8d5b24527f19d5490d6 +size 160501 diff --git a/Content/FarmAnimalSounds/Animals/Peacock/cue/Peacock_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Peacock/cue/Peacock_01_Cue.uasset deleted file mode 100644 index 15997f5..0000000 --- a/Content/FarmAnimalSounds/Animals/Peacock/cue/Peacock_01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index ee088c2..0000000 --- a/Content/FarmAnimalSounds/Animals/Peacock/cue/Peacock_02_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index fb53812..0000000 --- a/Content/FarmAnimalSounds/Animals/Peacock/cue/Peacock_03_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 index b9409b9..d0d1dbe 100644 --- a/Content/FarmAnimalSounds/Animals/Peacock/wav/Peacock_01.uasset +++ b/Content/FarmAnimalSounds/Animals/Peacock/wav/Peacock_01.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e5cfe9142d8339d51920180dcdb34ad67a051197fc6709720051f0399098384e -size 176317 +oid sha256:426d57525d19986ef87738e24d9f2971971fe458f992de1893ab5ba7935e34b7 +size 176532 diff --git a/Content/FarmAnimalSounds/Animals/Peacock/wav/Peacock_02.uasset b/Content/FarmAnimalSounds/Animals/Peacock/wav/Peacock_02.uasset index b67155b..7be59cd 100644 --- a/Content/FarmAnimalSounds/Animals/Peacock/wav/Peacock_02.uasset +++ b/Content/FarmAnimalSounds/Animals/Peacock/wav/Peacock_02.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:766233686b580c45ba9cef01055111bf655d15ab423de3138ac7fdc3a7c487a6 -size 93554 +oid sha256:c08a866787e9d7d0fd58231b61b733eac999fc7201a8c6eb1b7e4ab2cf183f4d +size 93912 diff --git a/Content/FarmAnimalSounds/Animals/Peacock/wav/Peacock_03.uasset b/Content/FarmAnimalSounds/Animals/Peacock/wav/Peacock_03.uasset index 1baf855..c0dba37 100644 --- a/Content/FarmAnimalSounds/Animals/Peacock/wav/Peacock_03.uasset +++ b/Content/FarmAnimalSounds/Animals/Peacock/wav/Peacock_03.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f0ea71edf12483db4c694f4756cd04b8a455451606a19413f8194154e2a4d259 -size 234704 +oid sha256:f8e294be62c48def053d35282919ab8b752bc4b64341520fbb2e2094bdccc3ca +size 236034 diff --git a/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Eating_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Eating_01_Cue.uasset deleted file mode 100644 index 1bef4ea..0000000 --- a/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Eating_01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index d5184de..0000000 --- a/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Eating_02_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 826b115..0000000 --- a/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Eating_03_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index f2d878d..0000000 --- a/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Eating_04_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 01a1358..0000000 --- a/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Eating_05_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index ea5262b..0000000 --- a/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index c24d54f..0000000 --- a/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_02_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index e0a8e60..0000000 --- a/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_03_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 8a9f701..0000000 --- a/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_04_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 99babe3..0000000 --- a/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_05_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 3f50064..0000000 --- a/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_06_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index f62b411..0000000 --- a/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_07_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index fd2eb8b..0000000 --- a/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_08_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index f492141..0000000 --- a/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_09_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index b763358..0000000 --- a/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_10_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index f918f12..0000000 --- a/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Snort_11_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index f20f01a..0000000 --- a/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index cb712b5..0000000 --- a/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_02_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index c54f1f5..0000000 --- a/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_03_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index ed75aba..0000000 --- a/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_04_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 0a5f549..0000000 --- a/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_05_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index a805110..0000000 --- a/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_06_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index b0a9bed..0000000 --- a/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_07_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index abbd0e7..0000000 --- a/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_08_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index a06f39b..0000000 --- a/Content/FarmAnimalSounds/Animals/Pig/cue/Pig_Squeel_09_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 index 40b146b..87aa29e 100644 --- a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Eating_01.uasset +++ b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Eating_01.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fea85a6e5a0e33b3f93a6afd6a092e424ff53fcbc0a5b65308a8248d38b03a88 -size 357906 +oid sha256:26e7f91f3bb1bd390797c869e8a17d7bcfed6ecf016d1af3649c36625d07bbad +size 359165 diff --git a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Eating_02.uasset b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Eating_02.uasset index d21e6cd..62a86e5 100644 --- a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Eating_02.uasset +++ b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Eating_02.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:94650509a4f2ae06bb427ba81d2663550d0bcca8a6c5bd8be1aacef8414f9f34 -size 446097 +oid sha256:6985c27a3396392e4190fbec23bd5e0ae19139bf5469d5ad5ae3b3236a7d625c +size 447151 diff --git a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Eating_03.uasset b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Eating_03.uasset index 1957700..8b07c00 100644 --- a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Eating_03.uasset +++ b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Eating_03.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ff3c3f9e0aeee85aba6f0a35abc7dda982068187459b93087676568b89fc0ee4 -size 269417 +oid sha256:ace43261a82c464801e53b6d6ec7f838dc812c3ec6ec822c4ce219580e843bc4 +size 270394 diff --git a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Eating_04.uasset b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Eating_04.uasset index e321560..af3b42b 100644 --- a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Eating_04.uasset +++ b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Eating_04.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8e4ff0b2eb91bb89a3e8d1a7737910891fcaef16b7011eb3ca257b2076b06b34 -size 357914 +oid sha256:e828bea7d557911324b6eb7a1811660db2541d9598e1901ea9d7eee96628f875 +size 358711 diff --git a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Eating_05.uasset b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Eating_05.uasset index d66a7c0..205fe68 100644 --- a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Eating_05.uasset +++ b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Eating_05.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:53bc2af0697521df30f2fa7e461c0f14f72da43b8cdf11b1d1ca553d5cde1872 -size 402001 +oid sha256:913cadfca0d867175da1352ec1fe01608696bd7af4e509735a27a898a33453da +size 403165 diff --git a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_01.uasset b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_01.uasset index c06738c..08e7f74 100644 --- a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_01.uasset +++ b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_01.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:da82a082ab2fa71ca5ebf64aad1b3e782fef3116158d9df9faaadb236d039520 -size 135430 +oid sha256:7110ee2309087106276890f212ca00aa00e1cefba8869057cfeff38a5023dc99 +size 136030 diff --git a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_02.uasset b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_02.uasset index 08f9d05..8c617c1 100644 --- a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_02.uasset +++ b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_02.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6f7d38aa803982bcb03a3c09b17bf83726d31e9d2258faa2e5f35a64742fdf91 -size 125672 +oid sha256:e80ea2165087ee10cae0735471087f6c7bf502b651d9a11722ff108a6e7d0d54 +size 126455 diff --git a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_03.uasset b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_03.uasset index 65576e4..2feeb2b 100644 --- a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_03.uasset +++ b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_03.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ceff972b2cc1f482cfcb24213fbc1af5dc11a1beabe3f287a04ae66fc7995098 -size 105850 +oid sha256:0d5096a4386862ac961cd1ec56345f52488bb9012af0f4755da1446fa04f9382 +size 107255 diff --git a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_04.uasset b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_04.uasset index 55d9d51..27710eb 100644 --- a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_04.uasset +++ b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_04.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e5613380fd0a610f57c928e67fade688cfddb54d2f6afcaa272c7bed19892d75 -size 148879 +oid sha256:aaccec0f63bac2dfdc4cd7c9892cb8f42321ac7c371fef16fbb5e0591300c3c7 +size 150178 diff --git a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_05.uasset b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_05.uasset index 7f5372b..d186918 100644 --- a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_05.uasset +++ b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_05.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7cc9825825014954d58183f698c43f6bac7c7e69ff32daf6cce11e6b37b741b8 -size 154918 +oid sha256:43bdd3060805c3082dce8e5c84e03d614747efa0a58713d1a34473ce16ed8fec +size 156124 diff --git a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_06.uasset b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_06.uasset index 7f8ca3c..b51a683 100644 --- a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_06.uasset +++ b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_06.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4152961e6cc8c415344bcc8632b376d904b7b8b885a6de9867aa7fd08cbb5abf -size 77987 +oid sha256:76cf08c05a7f6d3bdadd5ef9792f68e6063cbadbc8006e56f4a97c1282140ee9 +size 78785 diff --git a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_07.uasset b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_07.uasset index d2ef63d..bb52d06 100644 --- a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_07.uasset +++ b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_07.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:469e32f6cb92f539d16c5710616d0093600574aae1d6bbadb6a22c4a0225a672 -size 83270 +oid sha256:f22c77eb2d72e6ef54cc2b9b0bafbd298646e0d7233f96e570db36fb8e611f01 +size 84135 diff --git a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_08.uasset b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_08.uasset index 1146be8..3c999e3 100644 --- a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_08.uasset +++ b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_08.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7e68eeef0efa6c09fef46ac1eb4466a0d5cbf617eb23a77841b03cc170f61336 -size 147112 +oid sha256:2f81cb7b8fe2ef18a3d619adc763cee76d81d18e0a0b5a4cdba0fa12f51b8dc3 +size 148345 diff --git a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_09.uasset b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_09.uasset index 1fd9df0..f654f8e 100644 --- a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_09.uasset +++ b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_09.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:55db456b01cbf1740344819a2c32e77f4da84add04353f20c1462df63a2323ba -size 135994 +oid sha256:34f6447d000b1e2b93775917e6dd1e611ac53686e1d2c311d8a15beeb8ea2f76 +size 137018 diff --git a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_10.uasset b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_10.uasset index 94e050e..141e6c1 100644 --- a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_10.uasset +++ b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_10.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b442f823cf693b4cd47a488cc0f862a96e309d6d68e5f9b9d5c7a13966baf605 -size 126481 +oid sha256:4d1be8cee017e189e85a5c01adf43b06531c4b2f975d4d83a2a095f41fbffa2b +size 127077 diff --git a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_11.uasset b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_11.uasset index 272f5c8..168ea8c 100644 --- a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_11.uasset +++ b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Snort_11.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:070145f0de1394899933b7aa7a5c6b70111e10e4305b17ce9386bf5ae88a44f5 -size 134287 +oid sha256:729cc522565aab1a48b183e4795bf9989ffce188482354425cce1d0051dee547 +size 135299 diff --git a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_01.uasset b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_01.uasset index 7a32283..b9a6c14 100644 --- a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_01.uasset +++ b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_01.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4cab50d969b708ce31f614b9ca3bad7b6e34302cbe0b422b8ea9ca87fc723a99 -size 166441 +oid sha256:ff7494f1958f6201fe5a8379acb77c6a70fb9a60e8873936a5e21d95004f99ab +size 168288 diff --git a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_02.uasset b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_02.uasset index 3e5e042..41cbc68 100644 --- a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_02.uasset +++ b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_02.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e4a75fb5a2509a3b24239beb7b2b81131706d2683bef38615bda36088f0a5637 -size 87186 +oid sha256:c49d6c8617a27d75b1708bc14b8a2e3e2341b8ce4fef8df6a4684907eba1d380 +size 88489 diff --git a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_03.uasset b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_03.uasset index 1c3308f..0c95f5a 100644 --- a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_03.uasset +++ b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_03.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4b5563b34b4b5489c3413eab94fc48220b5ec00bbf8111b8f047150150b7c2a6 -size 99310 +oid sha256:b51331c18fa4e8971e3bebb0accb74b5d53584622df4a81e5b041bb802f8b7b8 +size 100774 diff --git a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_04.uasset b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_04.uasset index c6a8cef..24fb5f3 100644 --- a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_04.uasset +++ b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_04.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fa017f8bbbcdd720c99986fd8855b63435082b19bb94ad4e799eb1f0dde839b7 -size 184447 +oid sha256:ef3bb4eaab8fd94f0ddeca1221c54aacc6b4fb58963806fbf5a8f05da0f5821e +size 185770 diff --git a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_05.uasset b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_05.uasset index 6104ae3..4bc9cb3 100644 --- a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_05.uasset +++ b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_05.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b998aca57d58ab99b0910c550c7e06956326a139a7a6d3e2530ae61d1d69c39c -size 189933 +oid sha256:48864dbfe091e6fffa70c3fe305eb61b05acf32e55d5547748c5cf3c9effd585 +size 191033 diff --git a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_06.uasset b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_06.uasset index e5e2389..65e37de 100644 --- a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_06.uasset +++ b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_06.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a4f5fec4b9719c8f014f5ff957533cdfd1f1912a390bf204a04fe4d573231cff -size 374225 +oid sha256:6f371860aa463be7f17eafcd52e51e35ea59f487b4757ecf83989e095a099b5e +size 375989 diff --git a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_07.uasset b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_07.uasset index fbb4cd2..867ba7d 100644 --- a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_07.uasset +++ b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_07.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:209741b4aa6cdf9d2c0adc2b0b2703c27d9c6477e58d38f4cda03d5172775bec -size 287167 +oid sha256:66025013c935bb3ed92106e8b62b26005e4e4f0be53c1c28a272213277dcefb6 +size 289410 diff --git a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_08.uasset b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_08.uasset index 1123185..9d5d018 100644 --- a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_08.uasset +++ b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_08.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f0cb2c5e56bf990607ce294e13bd1ac2143a6e9572443bc1b74f6777b10e913b -size 115702 +oid sha256:9a144a957d993a6ede99ba9baf1ecc2745eba0e5baf178fbeea50b80f3e2e50c +size 117355 diff --git a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_09.uasset b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_09.uasset index 65c68a1..0a536b2 100644 --- a/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_09.uasset +++ b/Content/FarmAnimalSounds/Animals/Pig/wav/Pig_Squeel_09.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dafb83abdbee7a74713f711eeac9586d3d5b438b01ee0206b7f856e5d8fc40ae -size 172041 +oid sha256:7c06dafe3e03e2aa0b9800e9072faf8914f571efab80a7cebf55aaae9b2614f6 +size 173422 diff --git a/Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_01_Cue.uasset deleted file mode 100644 index a38d507..0000000 --- a/Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 37d58a9..0000000 --- a/Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_02_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 23e85a0..0000000 --- a/Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_03_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index e34dae8..0000000 --- a/Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_04_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 1439e92..0000000 --- a/Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_05_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 20a968f..0000000 --- a/Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_06_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index bb34fc2..0000000 --- a/Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_07_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index d8cc5be..0000000 --- a/Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_08_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 9f21cc6..0000000 --- a/Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_09_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index ceab81e..0000000 --- a/Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_10_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index f737009..0000000 --- a/Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_11_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index f52428c..0000000 --- a/Content/FarmAnimalSounds/Animals/Sheep/cue/Sheep_12_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 index b23da2f..5b88afb 100644 --- a/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_01.uasset +++ b/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_01.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c1d30bec26edf91d30f72e507320f89301662a4593c3ea8c226f51dc2a8185f2 -size 185541 +oid sha256:d0ae34fd9f33dc6df02d938d45c3e769709962c797014d2e5b60a59905ac1de1 +size 186789 diff --git a/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_02.uasset b/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_02.uasset index 62f23f8..273aea3 100644 --- a/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_02.uasset +++ b/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_02.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4d696e298ac317dabecd5e111c822cf49818662a78bd0fd59f47ac478d18fac9 -size 204038 +oid sha256:94d8f6602affe09334a0f8edb40f8934fc29ca061b1f3faf30a5b0e3ccb65c5a +size 205330 diff --git a/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_03.uasset b/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_03.uasset index 3ef6f93..c355411 100644 --- a/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_03.uasset +++ b/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_03.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5ae45e103bb797b6c4c7b50a5f78e3237ed6558f5d5bc04180398ddbad6b51af -size 278251 +oid sha256:4e3f2acc193cb293b2aa62e5d534c37de756088375ece1d79826441241c89ac5 +size 279533 diff --git a/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_04.uasset b/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_04.uasset index b431e8f..938a783 100644 --- a/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_04.uasset +++ b/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_04.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c6c8f13e27a7eb8fad04972f963c2ceb462319a1daf2cee573ae1d685367628d -size 151642 +oid sha256:6ec13891e09eb4ed867e3cc8d49a723686322fce2a7d3a5f1ba5da49ea66210b +size 153163 diff --git a/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_05.uasset b/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_05.uasset index d1051c2..7bbdb25 100644 --- a/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_05.uasset +++ b/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_05.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:449fa93962c3927dd85e31653360fe1e5c9cd70b703961e264bc98ae0340907d -size 146335 +oid sha256:c5c2a63ddea6cdb1a7a522c788e46cf5ef502953124c9c69ccf0cc732abe2a43 +size 147110 diff --git a/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_06.uasset b/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_06.uasset index 6afc863..8cad345 100644 --- a/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_06.uasset +++ b/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_06.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e4895984b77574c56e4dfcee35549c030a2e2c24be48eaac62400dff1e10b116 -size 246706 +oid sha256:d3e5dcc1e16e78c6943942cedbb05d6cc5246ea29ebd2c0faec29238603da61c +size 248148 diff --git a/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_07.uasset b/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_07.uasset index 0f96780..d6876ff 100644 --- a/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_07.uasset +++ b/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_07.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fbcd5c71f7014e211fd5d3add8395f0150b45d93fa618372647e81b4dc0f889e -size 182431 +oid sha256:aa80f25b57c9b446119dd13f1d055dde2a9a725ac816cc4c810bbbbd91012b2b +size 183951 diff --git a/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_08.uasset b/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_08.uasset index 4e0af2d..c4c9e3e 100644 --- a/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_08.uasset +++ b/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_08.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fb0816b94020f07762cc302a156f36b9a7ff2e5cc871013b72d95996d1b5a55b -size 202405 +oid sha256:17b518cd1670cd90e61e5b039a03f6b85b17f048d9b63a07346dffd7801b7cdc +size 204110 diff --git a/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_09.uasset b/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_09.uasset index 91f917c..cba07c2 100644 --- a/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_09.uasset +++ b/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_09.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:33ffb8d7f1c11ef3afba228f5d1df4bc4fda0b1a31d09a1d6ad7e797b23da55f -size 227931 +oid sha256:c239fbdd6238c27134ae68a1112813251422a84770ca068108067f978504d1e5 +size 229306 diff --git a/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_10.uasset b/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_10.uasset index 0285bcb..cfbca1f 100644 --- a/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_10.uasset +++ b/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_10.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dbd6e0a0bd4fbe118da91d644c7bd10f0ba99385c03de633b7bd2d2f9889fb4a -size 219030 +oid sha256:c59bd5a41edbfb7f98bf620bee48bd859891f9afb7722cf3ea4b32b41405e964 +size 220271 diff --git a/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_11.uasset b/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_11.uasset index 208cd85..142d573 100644 --- a/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_11.uasset +++ b/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_11.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e52e3b9b7d6bb2ca890052d1347c1791abfbb153b7deab75a36f9e065e32ac59 -size 239217 +oid sha256:b66c436950f1583b0ef129f5fbe63f254b6373210ccb322a91f5eb04972f05e8 +size 240771 diff --git a/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_12.uasset b/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_12.uasset index 2bbed0d..dea4532 100644 --- a/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_12.uasset +++ b/Content/FarmAnimalSounds/Animals/Sheep/wav/Sheep_12.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b1d11d0044e097227ffa4dd6b3ece6ac76c617425c3f6a9b8ca67e5fecc45786 -size 221046 +oid sha256:9ee15929533dd737e827e163fa0c18d6ae3140f9eddb35fe12f7049258d3c868 +size 222804 diff --git a/Content/FarmAnimalSounds/Animals/Swan/cue/Black_Swan_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Swan/cue/Black_Swan_01_Cue.uasset deleted file mode 100644 index 4b4d375..0000000 --- a/Content/FarmAnimalSounds/Animals/Swan/cue/Black_Swan_01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 1b7ca9f..0000000 --- a/Content/FarmAnimalSounds/Animals/Swan/cue/Black_Swan_02_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index a9bd8bc..0000000 --- a/Content/FarmAnimalSounds/Animals/Swan/cue/Black_Swan_03_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 7c6b857..0000000 --- a/Content/FarmAnimalSounds/Animals/Swan/cue/Black_Swan_04_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 72bfa04..0000000 --- a/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index bb7daa7..0000000 --- a/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_02_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index e772b83..0000000 --- a/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_03_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 85334db..0000000 --- a/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_04_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 7da1a48..0000000 --- a/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_05_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 31f0f96..0000000 --- a/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_06_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 455bbb7..0000000 --- a/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_07_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index e7e0aff..0000000 --- a/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_08_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 40d5486..0000000 --- a/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_09_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 3139719..0000000 --- a/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_10_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 02516ca..0000000 --- a/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_11_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 4384e62..0000000 --- a/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_12_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 23d814f..0000000 --- a/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_13_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index c9de493..0000000 --- a/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_14_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 9d4d219..0000000 --- a/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_15_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index ab8f3e4..0000000 --- a/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_16_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 2b1b794..0000000 --- a/Content/FarmAnimalSounds/Animals/Swan/cue/Swan_17_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 index 0cf30ef..0be981e 100644 --- a/Content/FarmAnimalSounds/Animals/Swan/wav/Black_Swan_01.uasset +++ b/Content/FarmAnimalSounds/Animals/Swan/wav/Black_Swan_01.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4e748215b5704d987d25a3c6ff4403f7764bc5179d3747e5e72f3d886040d35a -size 139648 +oid sha256:91c401be6b5476797b7cd0baebfa448d9ae5e2c3f3eb5fdf7253116e6ef9b566 +size 140857 diff --git a/Content/FarmAnimalSounds/Animals/Swan/wav/Black_Swan_02.uasset b/Content/FarmAnimalSounds/Animals/Swan/wav/Black_Swan_02.uasset index a18c900..384a332 100644 --- a/Content/FarmAnimalSounds/Animals/Swan/wav/Black_Swan_02.uasset +++ b/Content/FarmAnimalSounds/Animals/Swan/wav/Black_Swan_02.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:12115b59558c140d107fb410637a0c62ee240ff94761cc3df170ead3789839e9 -size 234029 +oid sha256:981c4b2d99315578c20a334870b03d89cd4d2b51ce4d63e98e45fae84e93450c +size 234710 diff --git a/Content/FarmAnimalSounds/Animals/Swan/wav/Black_Swan_03.uasset b/Content/FarmAnimalSounds/Animals/Swan/wav/Black_Swan_03.uasset index 805ef5b..a9599c2 100644 --- a/Content/FarmAnimalSounds/Animals/Swan/wav/Black_Swan_03.uasset +++ b/Content/FarmAnimalSounds/Animals/Swan/wav/Black_Swan_03.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f7a60007bae15bac9b57d6aaeb543b73a8a9c2ce0adeefbea3027dec5104deff -size 216116 +oid sha256:3f0515fc05aed8e9a5a4879ccdebe33c10edb708afaa0c8ada3d8d54805cb19c +size 217353 diff --git a/Content/FarmAnimalSounds/Animals/Swan/wav/Black_Swan_04.uasset b/Content/FarmAnimalSounds/Animals/Swan/wav/Black_Swan_04.uasset index 3e39a32..142544a 100644 --- a/Content/FarmAnimalSounds/Animals/Swan/wav/Black_Swan_04.uasset +++ b/Content/FarmAnimalSounds/Animals/Swan/wav/Black_Swan_04.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5c38039e9af11476e3cb8051fa052003fcd3d0622d95dd8514d27be8051a7455 -size 210397 +oid sha256:12f26db0998b15c4c0e5e195f649037146d67eb1fe9a610935c1fe4eeca66e35 +size 211289 diff --git a/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_01.uasset b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_01.uasset index d4f10f1..580fcd3 100644 --- a/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_01.uasset +++ b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_01.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e9c80082fc37182ac8e1934ec3fc4963a1bb09849df500de1210aa003b349fca -size 155404 +oid sha256:3a2ca00c37b4702205a4c394b74a516e45d616a7454ebe806b0b97de1ca40f4a +size 157166 diff --git a/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_02.uasset b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_02.uasset index 1c157f1..74c41e6 100644 --- a/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_02.uasset +++ b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_02.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:91afe2a895e5c54bd1f6261acfeaa074c64d38cb1b224dfa042249fc6596c286 -size 159584 +oid sha256:8f7605489fbfa18940dd749ff068278b86ef35862180e706311b1798aa6dcdb7 +size 160920 diff --git a/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_03.uasset b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_03.uasset index d0c6e19..09ca328 100644 --- a/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_03.uasset +++ b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_03.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5a92dbd985de83953bbe2fb4de134425af3275bd7d708aa3d5e7de18e0eab790 -size 181371 +oid sha256:c69d043172475b8aef32c433c25b369c77a89d74f04f87daa1e29cdfd44a9848 +size 183337 diff --git a/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_04.uasset b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_04.uasset index 4b4343e..d03270e 100644 --- a/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_04.uasset +++ b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_04.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f9cfd88472b8e6dd7c0a20ac85d50ec2d700317c2b89e9d3df7a976b421afe00 -size 157172 +oid sha256:80cf8a6c9632d151df75b67299f3ebb9aa56fa5aa58d0f6720017dcb2c943874 +size 158470 diff --git a/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_05.uasset b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_05.uasset index 3bc838e..3bbb6ce 100644 --- a/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_05.uasset +++ b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_05.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:73c4ff7641fb29c314c0169cc5fcc6285f2ec427763516fbcb0bac58f8660d83 -size 164288 +oid sha256:465d0042a57eb8ebe2f0b0cc60a8bbb43efb8cb8f46a134acac8abcd822d15f8 +size 165930 diff --git a/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_06.uasset b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_06.uasset index f81b0c1..6901496 100644 --- a/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_06.uasset +++ b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_06.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:63930f6e9abf2f6b0649ade126a99088f93def19fb27b2ff62fd60a8f29bb2cd -size 110097 +oid sha256:13bf9d81e9b2748a3247881ab29de5b60a2ecaaff017d3f8469ab5515db3d177 +size 111337 diff --git a/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_07.uasset b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_07.uasset index ee570a3..4b80d0e 100644 --- a/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_07.uasset +++ b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_07.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8755cda701840a32d821b7c9c6ac412f5991d87d4713540b312618c6d15d435b -size 93859 +oid sha256:c764e9980134bcdf8e1b3e956a98be5f508b1d8a76ac3c18dfa13096056eabaa +size 95960 diff --git a/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_08.uasset b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_08.uasset index fa7e514..e06d633 100644 --- a/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_08.uasset +++ b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_08.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:13c73cf1d80cefb3168df788e5b9595c7a6b5c4b94f7d456db56e04f337750f0 -size 177219 +oid sha256:520d9a7b35de22eb082c04e0ad1af1b6ad1fad190318ec0bfe460711f429c478 +size 179182 diff --git a/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_09.uasset b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_09.uasset index 2f708c4..57eebc9 100644 --- a/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_09.uasset +++ b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_09.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0dabd8743f631064940dfc250a073102232a3bfce90fd1e7d92d6aac52daf70d -size 150477 +oid sha256:766afdcd4b1fd44efd4c115c3c620a03a9266af27e825845fdf9696f7ec506b3 +size 152118 diff --git a/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_10.uasset b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_10.uasset index 39cab8d..5461bb6 100644 --- a/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_10.uasset +++ b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_10.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0bfdfa8844daa299495186a5f571cee1a3d024d4acbb109fab52ab8d7d050c0b -size 136212 +oid sha256:d2fb45268b60efda4782c942d2de611aa745cf80564cd0ffbf43eb4b6c84f899 +size 137617 diff --git a/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_11.uasset b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_11.uasset index d9f02b7..9c41e5a 100644 --- a/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_11.uasset +++ b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_11.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:63716fb9ef4f11062d3cc6f5fb822a7cfcfe82ec907c4ff18185e886055f60ba -size 296792 +oid sha256:6e799fa5734e456d6a4af97fe63710d805faf648e4b4d2a3a91a17a3bd0b2cd3 +size 298721 diff --git a/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_12.uasset b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_12.uasset index 7f00b83..a850c52 100644 --- a/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_12.uasset +++ b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_12.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7a02b17c3ee7de1f49fa2ca5b67993690b593fff7286f789438f89d26e884517 -size 165438 +oid sha256:9c908a9437285910d0423dd3647122ef9d1e6466b85434284cf4ebf18d4a7ea8 +size 166453 diff --git a/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_13.uasset b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_13.uasset index 3fe61b5..f27745d 100644 --- a/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_13.uasset +++ b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_13.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c3e02404f293086bdb6ed4e4687202cbac25e2b2e140ceca2936292471be1bba -size 95285 +oid sha256:640a84cce52de2df2f03d308ca068174ab4b0355362469ac6897305361211b87 +size 96671 diff --git a/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_14.uasset b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_14.uasset index 68307f4..7957264 100644 --- a/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_14.uasset +++ b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_14.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3868628f0a83260a3917984a3ac72e27f6dbb17f5b1456c607892a6293c3028f -size 86664 +oid sha256:05f2209447f0a371bec9772a9f7d67fbc8aacfdb332909c1ebb895eb4143ef9d +size 87999 diff --git a/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_15.uasset b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_15.uasset index f50e32b..848a246 100644 --- a/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_15.uasset +++ b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_15.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2df65e1b4d0b32f2fc0166ab732ced90bac2713f827f911b19d448ff64cb43c4 -size 228167 +oid sha256:0c51124dffa371c9c85dd8488863620666a0a8117d1b70b2f8fcb20cb0da2904 +size 229522 diff --git a/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_16.uasset b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_16.uasset index fe7bdf5..e59a720 100644 --- a/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_16.uasset +++ b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_16.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3b177968df9ab503c98fcd8c28454622c3fb5d51102ab8a0e3a5a3d5d67b317e -size 54893 +oid sha256:08917e828a1c862567b52b5521230abf38018b4257c7240bad18bc966c297050 +size 56266 diff --git a/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_17.uasset b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_17.uasset index 65c8641..314e06d 100644 --- a/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_17.uasset +++ b/Content/FarmAnimalSounds/Animals/Swan/wav/Swan_17.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eb747799a5e46b126085e694f4cc7dd25d1e3908ff77943aa4812129a7293af9 -size 71196 +oid sha256:901f1ff30d2a9dcc66bc90f336dd9251a2d498f94b21fa00b47af171e44b1c48 +size 72861 diff --git a/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_01_Cue.uasset b/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_01_Cue.uasset deleted file mode 100644 index e2ff2a4..0000000 --- a/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 3f4ad08..0000000 --- a/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_02_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 196589b..0000000 --- a/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_03_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 49339c4..0000000 --- a/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_04_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index e3926e7..0000000 --- a/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_05_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 5af0962..0000000 --- a/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_06_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 7972071..0000000 --- a/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_07_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 02939b2..0000000 --- a/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_08_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index b26fdf1..0000000 --- a/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_09_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index dd82d16..0000000 --- a/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_10_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index c7ba8b1..0000000 --- a/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_11_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index d4b1ad1..0000000 --- a/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_12_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 1131081..0000000 --- a/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_13_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 6e158dc..0000000 --- a/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_14_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 8a6892f..0000000 --- a/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_15_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index ffa8227..0000000 --- a/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_16_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index acf0d97..0000000 --- a/Content/FarmAnimalSounds/Animals/Turkey/cue/Turkey_17_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 index 84ef906..fa252df 100644 --- a/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_01.uasset +++ b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_01.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bbc64e38edb454e69280925fd06a216fcc8510baca6ea87071aa775442d87227 -size 164859 +oid sha256:198bcd593489ef086cf07952ab7ef613c51443a3c0fd953e299e59b1fc547948 +size 166919 diff --git a/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_02.uasset b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_02.uasset index 2c8fd5e..7ae06b3 100644 --- a/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_02.uasset +++ b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_02.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:984c552bfc035adffec113db7da3178a1403877328958fb5be087a7e11f37493 -size 188151 +oid sha256:3c062b477dd96feeea6caa925d7b1e2c6f5bf3d4df0cf6bd40bd58892659d125 +size 189957 diff --git a/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_03.uasset b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_03.uasset index 1ca0e95..c06e725 100644 --- a/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_03.uasset +++ b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_03.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a6b98f7289063767afc3e4cbef9fb229435b14d00bfe537a92663f81d87d4bb2 -size 120184 +oid sha256:7ef8faefe43231a84081f82c47144bd3b0c0257d8200becb9470accaaa0de0ad +size 121836 diff --git a/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_04.uasset b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_04.uasset index 8a4babf..02e17cc 100644 --- a/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_04.uasset +++ b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_04.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5f0b7f17b8741400198323958ad03ca0525607aafec7c969e02d24bd040ee56d -size 149065 +oid sha256:98a1602efc4166db9c13436e9cd5f402fb87e54e71312cf4a76b338ada8e8685 +size 150505 diff --git a/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_05.uasset b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_05.uasset index ccac318..307cd17 100644 --- a/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_05.uasset +++ b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_05.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:081677c3e2d095926f44c641bbeb063b5adf6fd12788416cc535c72924eb53a9 -size 92079 +oid sha256:7aa586912110b29cd9b6ed623b509cb840ef729b72092edfa5a3efd17d5f5d39 +size 93509 diff --git a/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_06.uasset b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_06.uasset index 03b021d..2a8e999 100644 --- a/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_06.uasset +++ b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_06.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0113d43009d020e7a6890e98865db44eb37505a428ce11a95cfe51d6ba179d9b -size 91825 +oid sha256:cf2617ff82bd56514b5ae3733f594e18cd4bf01dc9153cbc53a0d48060f829db +size 93068 diff --git a/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_07.uasset b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_07.uasset index fa65f43..2698f87 100644 --- a/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_07.uasset +++ b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_07.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:156fff2d69fef2ab57cf50c1dfa0019295c06c97b1e245395d94980fa7ee038c -size 127792 +oid sha256:448dec9be61a33643d814992223bc0aa76f0b9d32a82fb9d1ea0525cfad041af +size 129388 diff --git a/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_08.uasset b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_08.uasset index 6a6c844..3ccb0e9 100644 --- a/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_08.uasset +++ b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_08.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:835bd300074284c716e5d0d8bfa8d3ecdf41115d248206ebe8dd2c6b2b18f6a5 -size 102891 +oid sha256:3177c891dde1893d05a4d74c79c6022dfa20a54c37a7863001fafc0437d40e41 +size 104248 diff --git a/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_09.uasset b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_09.uasset index 57762b0..b42235e 100644 --- a/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_09.uasset +++ b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_09.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:89ac14003b34f2d4954915f8b1ae7ee383d2c0ed6237e810b611a46eeaeba52b -size 111224 +oid sha256:79973acbea9099a193499244bfcc77158fd3b2fb2b757f11f22b5daa912a4c5e +size 113015 diff --git a/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_10.uasset b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_10.uasset index a5f8fc8..bcef4b0 100644 --- a/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_10.uasset +++ b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_10.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cab212dc602e00646bbe24dab08cbc9136f2fdc80c5f2c176dc53d39f54c1010 -size 108386 +oid sha256:20635bf50fd782004738ed3bdbe1d968a9c219c94fa5dd5a523f35256224d5da +size 110026 diff --git a/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_11.uasset b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_11.uasset index 7283c31..cf2bd8f 100644 --- a/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_11.uasset +++ b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_11.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:09b7bdf529a0ffc8e7d7a94f648bd658b45e0139c5cb52980fad48bf3e95ea23 -size 74938 +oid sha256:7094f1926dc14b06d76be78f742ff524284ebc32ae7b3fd3d93e593241f1604f +size 76556 diff --git a/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_12.uasset b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_12.uasset index 12c090c..3670556 100644 --- a/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_12.uasset +++ b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_12.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eef8b7eb686bd9a7390ce0a52ab7b824733aba637457ae5d5f15b4c5ebcd3cfc -size 130644 +oid sha256:4bbe3fdb69e4a25183a531fb1698711e9d091d074e42c12eed738b00e1779bb0 +size 132375 diff --git a/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_13.uasset b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_13.uasset index a489427..90f4c25 100644 --- a/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_13.uasset +++ b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_13.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:21d7865bd8e68556650d8fe28b5e91297ce22aae119aa380bf4f7c28afb1da68 -size 107493 +oid sha256:ecd06c591f2597fb8fd34ae059dd7c71342e44d4561169193829a7052150eef0 +size 108319 diff --git a/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_14.uasset b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_14.uasset index 8c6dd0d..27cb159 100644 --- a/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_14.uasset +++ b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_14.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e0c751ec3182b09350bb078cb6fc45bc804615a6088c7bb40618cedd805cf257 -size 124690 +oid sha256:f944c27dcdd7f7264e1bb066c37994b9bb1dd0f30b73cd6e4f2fa1b9345b25c9 +size 125840 diff --git a/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_15.uasset b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_15.uasset index fcc32f0..5818fa9 100644 --- a/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_15.uasset +++ b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_15.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e27d5ac60c53c1ea1b1b7c322d86abefbf2c5e697b80c61c9dbe19fd2ece1993 -size 167276 +oid sha256:2b5bcd0770dfe964b709a2f08688171406caa1bb574b3b57610feb748c159714 +size 169256 diff --git a/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_16.uasset b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_16.uasset index 12480b6..2a61dd3 100644 --- a/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_16.uasset +++ b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_16.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:01cb80273139e25c8d17273c1bb4601c73ffb1fb98c6298b59b0aeb0c1c081fb -size 93813 +oid sha256:287a98a4675513fa5aa02613fd8b1940449c8349ec91f6dac3bcf0eb06b4a641 +size 95080 diff --git a/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_17.uasset b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_17.uasset index 5af1cfb..ded08cb 100644 --- a/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_17.uasset +++ b/Content/FarmAnimalSounds/Animals/Turkey/wav/Turkey_17.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:86170664d73dd776e0f3cf2553c6ccdd48fffffaa40b8f44979bb735827ed209 -size 63641 +oid sha256:779ba63b41ca04893a14b49b2fae129b2f61b740e2c048d2c23ed349ff5bb990 +size 65653 diff --git a/Content/FarmAnimalSounds/Bonus/cue/Forest_Loop_Cue.uasset b/Content/FarmAnimalSounds/Bonus/cue/Forest_Loop_Cue.uasset deleted file mode 100644 index 7bdb6ac..0000000 --- a/Content/FarmAnimalSounds/Bonus/cue/Forest_Loop_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 4661e55..0000000 --- a/Content/FarmAnimalSounds/Bonus/cue/Rain_Light_1_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 4d87c96..0000000 --- a/Content/FarmAnimalSounds/Bonus/cue/Rain_Moderate_1_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index e523b5b..0000000 --- a/Content/FarmAnimalSounds/Bonus/cue/Stream_Calm_Loop_1_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 6111c8a..0000000 --- a/Content/FarmAnimalSounds/Bonus/cue/Stream_Moderate_Loop_1_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 index 311e548..2e40768 100644 --- a/Content/FarmAnimalSounds/Bonus/wav/Forest_Loop.uasset +++ b/Content/FarmAnimalSounds/Bonus/wav/Forest_Loop.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7b0eb9ba049eae740613e2fef28c856d648abd38734dcccc2c4e334089b3752b -size 16939243 +oid sha256:5c4a383d5a13dbbaa7e44c27b39a1601ba211897796c0a7134109b90077e9b27 +size 16941443 diff --git a/Content/FarmAnimalSounds/Bonus/wav/Rain_Light_1.uasset b/Content/FarmAnimalSounds/Bonus/wav/Rain_Light_1.uasset index e7eb02c..9efbd8a 100644 --- a/Content/FarmAnimalSounds/Bonus/wav/Rain_Light_1.uasset +++ b/Content/FarmAnimalSounds/Bonus/wav/Rain_Light_1.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:821e2922b583ba983a1faf68767d5a6df34e6aeb8fec97b9ec73ac46dcfe5d1a -size 16232802 +oid sha256:b492b730dd97f0b6998f53b5ec86d1d038c44b6c6748dfaed5d0042f5257b71f +size 16233176 diff --git a/Content/FarmAnimalSounds/Bonus/wav/Rain_Moderate_1.uasset b/Content/FarmAnimalSounds/Bonus/wav/Rain_Moderate_1.uasset index 567ecb5..5b1323c 100644 --- a/Content/FarmAnimalSounds/Bonus/wav/Rain_Moderate_1.uasset +++ b/Content/FarmAnimalSounds/Bonus/wav/Rain_Moderate_1.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:11317d961becabc430cba93637fb5038cffe8b5157acb87a511d8d07a264cba5 -size 22583759 +oid sha256:fa506d554d1e598f81e9e874c94e94ee3a389e5d049f848a6fcf554ce19d2742 +size 22584610 diff --git a/Content/FarmAnimalSounds/Bonus/wav/Stream_Calm_Loop_1.uasset b/Content/FarmAnimalSounds/Bonus/wav/Stream_Calm_Loop_1.uasset index 89f6fc3..cfac5a8 100644 --- a/Content/FarmAnimalSounds/Bonus/wav/Stream_Calm_Loop_1.uasset +++ b/Content/FarmAnimalSounds/Bonus/wav/Stream_Calm_Loop_1.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4bc45d21d42c4c5bf1accd411ae14a8e4ff4939d0eb2b06af3d9c8e5cba24db1 -size 12704838 +oid sha256:7e521859f43f6157499d524124d4c72a981b8b843885ffe7f9350fc18e0121f8 +size 12705218 diff --git a/Content/FarmAnimalSounds/Bonus/wav/Stream_Moderate_Loop_1.uasset b/Content/FarmAnimalSounds/Bonus/wav/Stream_Moderate_Loop_1.uasset index a89bdb9..08f8e95 100644 --- a/Content/FarmAnimalSounds/Bonus/wav/Stream_Moderate_Loop_1.uasset +++ b/Content/FarmAnimalSounds/Bonus/wav/Stream_Moderate_Loop_1.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:74a3ed8bf5384105cdebdaaec70d1dfc8584b7cc0d64ec4f65c821d735a7e39b -size 12705434 +oid sha256:38ee9977470d034e9472205ce358a6972bffffbf766e3e30f67c6c6f98bfbbab +size 12707862 diff --git a/Content/Goblin/Mesh/Epic_skeleton/Armor/SK_Epic_Goblin_Body_Armor.uasset b/Content/Goblin/Mesh/Epic_skeleton/Armor/SK_Epic_Goblin_Body_Armor.uasset new file mode 100644 index 0000000..79b86cc --- /dev/null +++ b/Content/Goblin/Mesh/Epic_skeleton/Armor/SK_Epic_Goblin_Body_Armor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eb10d45ef8479d5a248864c16cca51885aa019d36188f839ac6371eb2120d9a +size 398045 diff --git a/Content/Goblin/Mesh/Epic_skeleton/Armor/SK_Epic_Goblin_Bracers.uasset b/Content/Goblin/Mesh/Epic_skeleton/Armor/SK_Epic_Goblin_Bracers.uasset new file mode 100644 index 0000000..aa5d256 --- /dev/null +++ b/Content/Goblin/Mesh/Epic_skeleton/Armor/SK_Epic_Goblin_Bracers.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:331df8fcdc8e896cbc712772a06ba07d4cc4c5d6a561650453f460362be1bb3e +size 278787 diff --git a/Content/Goblin/Mesh/Epic_skeleton/Armor/SK_Epic_Goblin_Leg_Armor.uasset b/Content/Goblin/Mesh/Epic_skeleton/Armor/SK_Epic_Goblin_Leg_Armor.uasset new file mode 100644 index 0000000..6ebd5c4 --- /dev/null +++ b/Content/Goblin/Mesh/Epic_skeleton/Armor/SK_Epic_Goblin_Leg_Armor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f7e3d45a8d20dcc9b51d4e4dc5ec27ae0495e6a266de7824830a336109466f6 +size 338292 diff --git a/Content/Goblin/Mesh/Epic_skeleton/Armor/SK_Epic_Goblin_Skirt.uasset b/Content/Goblin/Mesh/Epic_skeleton/Armor/SK_Epic_Goblin_Skirt.uasset new file mode 100644 index 0000000..093b622 --- /dev/null +++ b/Content/Goblin/Mesh/Epic_skeleton/Armor/SK_Epic_Goblin_Skirt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bdc0882ea30a52ef05f7c252c9d88f5b61b4d9ccaabece74616083bc0c319f0 +size 416349 diff --git a/Content/Goblin/Mesh/Epic_skeleton/Armor/SK_Epic_Head_Helmet.uasset b/Content/Goblin/Mesh/Epic_skeleton/Armor/SK_Epic_Head_Helmet.uasset new file mode 100644 index 0000000..ca5b958 --- /dev/null +++ b/Content/Goblin/Mesh/Epic_skeleton/Armor/SK_Epic_Head_Helmet.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17cc3b92ee5989856d27ec69ebc05d508ba81d65cb71df8ae6844616bacc2302 +size 212173 diff --git a/Content/Goblin/Mesh/Epic_skeleton/Armor_ice/SK_Epic_Goblin_Body_Armor_ice.uasset b/Content/Goblin/Mesh/Epic_skeleton/Armor_ice/SK_Epic_Goblin_Body_Armor_ice.uasset new file mode 100644 index 0000000..a42a19e --- /dev/null +++ b/Content/Goblin/Mesh/Epic_skeleton/Armor_ice/SK_Epic_Goblin_Body_Armor_ice.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df0d7affbefd711f69f4a1882ec2e79f3b97fd58e57283e4dc0711ac46249bfc +size 398117 diff --git a/Content/Goblin/Mesh/Epic_skeleton/Armor_ice/SK_Epic_Goblin_Bracers_ice.uasset b/Content/Goblin/Mesh/Epic_skeleton/Armor_ice/SK_Epic_Goblin_Bracers_ice.uasset new file mode 100644 index 0000000..15caa24 --- /dev/null +++ b/Content/Goblin/Mesh/Epic_skeleton/Armor_ice/SK_Epic_Goblin_Bracers_ice.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40075f3441deca61f41f8cdf71784b13564826aadc8371e8314d999b6d9fdd17 +size 289846 diff --git a/Content/Goblin/Mesh/Epic_skeleton/Armor_ice/SK_Epic_Goblin_Leg_Armor_ice.uasset b/Content/Goblin/Mesh/Epic_skeleton/Armor_ice/SK_Epic_Goblin_Leg_Armor_ice.uasset new file mode 100644 index 0000000..fbc0050 --- /dev/null +++ b/Content/Goblin/Mesh/Epic_skeleton/Armor_ice/SK_Epic_Goblin_Leg_Armor_ice.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca50ca62d06aba7c2f2c3cf256b8a58110cd3742d279eaa64a6beea958d7b43d +size 338364 diff --git a/Content/Goblin/Mesh/Epic_skeleton/Armor_ice/SK_Epic_Goblin_Skirt_ice.uasset b/Content/Goblin/Mesh/Epic_skeleton/Armor_ice/SK_Epic_Goblin_Skirt_ice.uasset new file mode 100644 index 0000000..ee9d249 --- /dev/null +++ b/Content/Goblin/Mesh/Epic_skeleton/Armor_ice/SK_Epic_Goblin_Skirt_ice.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdcb2420d2ef1a633439efa2772b685c6d0630b30a87d22c92e20eccd8b1cb66 +size 416421 diff --git a/Content/Goblin/Mesh/Epic_skeleton/Armor_ice/SK_Epic_Head_Helmet_ice.uasset b/Content/Goblin/Mesh/Epic_skeleton/Armor_ice/SK_Epic_Head_Helmet_ice.uasset new file mode 100644 index 0000000..d29ab48 --- /dev/null +++ b/Content/Goblin/Mesh/Epic_skeleton/Armor_ice/SK_Epic_Head_Helmet_ice.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ea65a824681adb771a5fa738342f064d6d8539c4df2764f4a837b5c33f10925 +size 212233 diff --git a/Content/Goblin/Mesh/Epic_skeleton/Light_Armor/SK_Epic_Body_Belt.uasset b/Content/Goblin/Mesh/Epic_skeleton/Light_Armor/SK_Epic_Body_Belt.uasset new file mode 100644 index 0000000..42bb065 --- /dev/null +++ b/Content/Goblin/Mesh/Epic_skeleton/Light_Armor/SK_Epic_Body_Belt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12a0f63a6ae61dc60822c4396652d660bd0a14d54dec036debbca07df219a56f +size 123893 diff --git a/Content/Goblin/Mesh/Epic_skeleton/Light_Armor/SK_Epic_Fabric_Bracers.uasset b/Content/Goblin/Mesh/Epic_skeleton/Light_Armor/SK_Epic_Fabric_Bracers.uasset new file mode 100644 index 0000000..b3f29d6 --- /dev/null +++ b/Content/Goblin/Mesh/Epic_skeleton/Light_Armor/SK_Epic_Fabric_Bracers.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bd5c41bedf09ddb7a9ee416beef27dc332d298e36af55fcf4deea0a956e1706 +size 191246 diff --git a/Content/Goblin/Mesh/Epic_skeleton/Light_Armor/SK_Epic_Fabric_Leg.uasset b/Content/Goblin/Mesh/Epic_skeleton/Light_Armor/SK_Epic_Fabric_Leg.uasset new file mode 100644 index 0000000..42d9c54 --- /dev/null +++ b/Content/Goblin/Mesh/Epic_skeleton/Light_Armor/SK_Epic_Fabric_Leg.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b0ba88862a644d65ccea196f9a840c0dbc60157ef73bb73d717b8baa08557a2 +size 309334 diff --git a/Content/Goblin/Mesh/Epic_skeleton/Light_Armor/SK_Epic_Fabric_Skirt.uasset b/Content/Goblin/Mesh/Epic_skeleton/Light_Armor/SK_Epic_Fabric_Skirt.uasset new file mode 100644 index 0000000..4316e94 --- /dev/null +++ b/Content/Goblin/Mesh/Epic_skeleton/Light_Armor/SK_Epic_Fabric_Skirt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec00bc524b7c59583d5dc3c006b6deac8185c82936b49e63b5d24e7f6d9ad14a +size 250077 diff --git a/Content/Goblin/Mesh/Epic_skeleton/Light_Armor/SK_Epic_Head_Hat.uasset b/Content/Goblin/Mesh/Epic_skeleton/Light_Armor/SK_Epic_Head_Hat.uasset new file mode 100644 index 0000000..5d5684a --- /dev/null +++ b/Content/Goblin/Mesh/Epic_skeleton/Light_Armor/SK_Epic_Head_Hat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d9a11c34342dd3c1d75b7e3474983bfcf6ad20d28c143f6e6682829cfec82d5 +size 192997 diff --git a/Content/Goblin/Mesh/Epic_skeleton/SK_Epic_Goblin_Legs.uasset b/Content/Goblin/Mesh/Epic_skeleton/SK_Epic_Goblin_Legs.uasset new file mode 100644 index 0000000..a869a73 --- /dev/null +++ b/Content/Goblin/Mesh/Epic_skeleton/SK_Epic_Goblin_Legs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84b570b04e781b711154cbad6cee54b703f6c74a2413cb72b5ca05ffb119d87e +size 248244 diff --git a/Content/Goblin/Mesh/Epic_skeleton/SK_Epic_Goblin_Torso.uasset b/Content/Goblin/Mesh/Epic_skeleton/SK_Epic_Goblin_Torso.uasset new file mode 100644 index 0000000..f566fe5 --- /dev/null +++ b/Content/Goblin/Mesh/Epic_skeleton/SK_Epic_Goblin_Torso.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd14f1f9daef46b64823103788c324ac71bc278dbed1336bf42c9d1369877668 +size 692077 diff --git a/Content/Goblin/Mesh/Epic_skeleton/Wizard/SK_Epic_Wizard_Bottle.uasset b/Content/Goblin/Mesh/Epic_skeleton/Wizard/SK_Epic_Wizard_Bottle.uasset new file mode 100644 index 0000000..e487ae6 --- /dev/null +++ b/Content/Goblin/Mesh/Epic_skeleton/Wizard/SK_Epic_Wizard_Bottle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a03dfd98856ac7d025c61ec49a1d79aafe7afdeda7bf3a3e6f3062d4333708e1 +size 159931 diff --git a/Content/Goblin/Mesh/Epic_skeleton/Wizard/SK_Epic_Wizard_Bracers.uasset b/Content/Goblin/Mesh/Epic_skeleton/Wizard/SK_Epic_Wizard_Bracers.uasset new file mode 100644 index 0000000..0eedc2c --- /dev/null +++ b/Content/Goblin/Mesh/Epic_skeleton/Wizard/SK_Epic_Wizard_Bracers.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb93b3a7c1d561e106a10bf0ce6815e1c4805fd714d10488b08379dc689a0e14 +size 237827 diff --git a/Content/Goblin/Mesh/Epic_skeleton/Wizard/SK_Epic_Wizard_Cloak.uasset b/Content/Goblin/Mesh/Epic_skeleton/Wizard/SK_Epic_Wizard_Cloak.uasset new file mode 100644 index 0000000..db48a15 --- /dev/null +++ b/Content/Goblin/Mesh/Epic_skeleton/Wizard/SK_Epic_Wizard_Cloak.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:055be97eda0bc2d0123df00299350b76bad335e307ed0e96b4784e2fdb7237aa +size 249220 diff --git a/Content/Goblin/Mesh/Epic_skeleton/Wizard/SK_Epic_Wizard_Hat.uasset b/Content/Goblin/Mesh/Epic_skeleton/Wizard/SK_Epic_Wizard_Hat.uasset new file mode 100644 index 0000000..0ef83e5 --- /dev/null +++ b/Content/Goblin/Mesh/Epic_skeleton/Wizard/SK_Epic_Wizard_Hat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617517f5b30032222a54c385097b590df18edce13c03b371ba419ba9cda4ec3f +size 202561 diff --git a/Content/Goblin/Mesh/Epic_skeleton/Wizard/SK_Epic_Wizard_Pants.uasset b/Content/Goblin/Mesh/Epic_skeleton/Wizard/SK_Epic_Wizard_Pants.uasset new file mode 100644 index 0000000..014a780 --- /dev/null +++ b/Content/Goblin/Mesh/Epic_skeleton/Wizard/SK_Epic_Wizard_Pants.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ed766a690509864e44a3d444977ed3074f78fb88b399d48685ae0cb4059417d +size 332537 diff --git a/Content/Goblin/Mesh/Epic_skeleton/Wizard/SK_Epic_Wizard_Scroll.uasset b/Content/Goblin/Mesh/Epic_skeleton/Wizard/SK_Epic_Wizard_Scroll.uasset new file mode 100644 index 0000000..6dd2c23 --- /dev/null +++ b/Content/Goblin/Mesh/Epic_skeleton/Wizard/SK_Epic_Wizard_Scroll.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d599d1ab8b1cf5cf94436a2594636ab3530cadf241d76762004d06777fa9713 +size 232140 diff --git a/Content/Goblin/Mesh/Epic_skeleton/ice/SK_Epic_Arm_ice.uasset b/Content/Goblin/Mesh/Epic_skeleton/ice/SK_Epic_Arm_ice.uasset new file mode 100644 index 0000000..5925ca2 --- /dev/null +++ b/Content/Goblin/Mesh/Epic_skeleton/ice/SK_Epic_Arm_ice.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b36c90e4422c26e1fcfdd6a3b4acbf3bb1f976defd22e149f56bd7895a51ea92 +size 317031 diff --git a/Content/Goblin/Mesh/Epic_skeleton/ice/SK_Epic_Body_ice.uasset b/Content/Goblin/Mesh/Epic_skeleton/ice/SK_Epic_Body_ice.uasset new file mode 100644 index 0000000..dfe9677 --- /dev/null +++ b/Content/Goblin/Mesh/Epic_skeleton/ice/SK_Epic_Body_ice.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:518045db4413de42d9099afdeed01e4cb50bf84dae9fbcbdf4b0c2838e00ad01 +size 182791 diff --git a/Content/Goblin/Mesh/Epic_skeleton/ice/SK_Epic_Bottom_Leg_ice.uasset b/Content/Goblin/Mesh/Epic_skeleton/ice/SK_Epic_Bottom_Leg_ice.uasset new file mode 100644 index 0000000..25ce89a --- /dev/null +++ b/Content/Goblin/Mesh/Epic_skeleton/ice/SK_Epic_Bottom_Leg_ice.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04f91a53d83eaebbfa94522002d748d12f58c28014a992f8eec7622f9af64170 +size 228324 diff --git a/Content/Goblin/Mesh/Epic_skeleton/ice/SK_Epic_Head_ice.uasset b/Content/Goblin/Mesh/Epic_skeleton/ice/SK_Epic_Head_ice.uasset new file mode 100644 index 0000000..b0e299e --- /dev/null +++ b/Content/Goblin/Mesh/Epic_skeleton/ice/SK_Epic_Head_ice.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68a2db594708fd929d855c420eae71b83e609c740d814aafb18add50dfcb5ec5 +size 200487 diff --git a/Content/Goblin/Mesh/Epic_skeleton/ice/SK_Epic_Shoulder_ice.uasset b/Content/Goblin/Mesh/Epic_skeleton/ice/SK_Epic_Shoulder_ice.uasset new file mode 100644 index 0000000..f15feae --- /dev/null +++ b/Content/Goblin/Mesh/Epic_skeleton/ice/SK_Epic_Shoulder_ice.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a43688a9a544dff1520b1a4f5d90601faacd43a22668b8a18cd5152b6151f65d +size 82891 diff --git a/Content/Goblin/Mesh/Epic_skeleton/ice/SK_Epic_Top_Leg_ice.uasset b/Content/Goblin/Mesh/Epic_skeleton/ice/SK_Epic_Top_Leg_ice.uasset new file mode 100644 index 0000000..b9df7ca --- /dev/null +++ b/Content/Goblin/Mesh/Epic_skeleton/ice/SK_Epic_Top_Leg_ice.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5cdc91dd7a8a42d8b66b056ac99f6b75f08d8248192a91ddecb9844bcc2ab2f +size 262020 diff --git a/Content/Landscape/NewInstancedStaticMeshFoliage.uasset b/Content/Landscape/NewInstancedStaticMeshFoliage.uasset new file mode 100644 index 0000000..4f73f54 --- /dev/null +++ b/Content/Landscape/NewInstancedStaticMeshFoliage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a45fcbae4cc5245561b09ccafb74ec0eef88b67668d32b536f2d32b99f6e7a7f +size 8758 diff --git a/Content/LevelPrototyping/Materials/MI_PrototypeGrid_Gray_02.uasset b/Content/LevelPrototyping/Materials/MI_PrototypeGrid_Gray_02.uasset index d727d35..b97b735 100644 --- a/Content/LevelPrototyping/Materials/MI_PrototypeGrid_Gray_02.uasset +++ b/Content/LevelPrototyping/Materials/MI_PrototypeGrid_Gray_02.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fa0f2a06a7d937127d7d737c13bacb3f8fe88c8e0479f5e6b7cda81fd225d077 -size 11922 +oid sha256:140e6222b6f3059173cbc768522c97dd95fb3c8be0e9bc8ab8dc93dde23f06ac +size 13531 diff --git a/Content/Megascans/Surfaces/Forest_Floor_vl0hagrg/T_ForestFloor_vl0hagrg_2K_ORDp.uasset b/Content/Megascans/Surfaces/Forest_Floor_vl0hagrg/T_ForestFloor_vl0hagrg_2K_ORDp.uasset deleted file mode 100644 index 86ac99a..0000000 --- a/Content/Megascans/Surfaces/Forest_Floor_vl0hagrg/T_ForestFloor_vl0hagrg_2K_ORDp.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5718cd07210d856d4905b33d1a29105baea573e2c56c47b435bb4e320c938fed -size 20292359 diff --git a/Content/Megascans/Surfaces/LandScapeTextures/MI_LandScape_01.uasset b/Content/Megascans/Surfaces/LandScapeTextures/MI_LandScape_01.uasset new file mode 100644 index 0000000..c441cf2 --- /dev/null +++ b/Content/Megascans/Surfaces/LandScapeTextures/MI_LandScape_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:792d2223f00ae74053f1ada90af786b2e8ffc006218ec92d608dcb94c3878b24 +size 5054 diff --git a/Content/Megascans/Surfaces/LandScapeTextures/M_LandScape.uasset b/Content/Megascans/Surfaces/LandScapeTextures/M_LandScape.uasset new file mode 100644 index 0000000..87e0381 --- /dev/null +++ b/Content/Megascans/Surfaces/LandScapeTextures/M_LandScape.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c0bdf848363bbfbad3dadb8f700d43ebc6d96da6ca0c5831012ab7ceebf9e91 +size 31317 diff --git a/Content/Megascans/Surfaces/LandScapeTextures/Rippled_Sand_xd0mda1/MI_Rippled_Sand_xd0mda1_8K.uasset b/Content/Megascans/Surfaces/LandScapeTextures/Rippled_Sand_xd0mda1/MI_Rippled_Sand_xd0mda1_8K.uasset new file mode 100644 index 0000000..ce969a8 --- /dev/null +++ b/Content/Megascans/Surfaces/LandScapeTextures/Rippled_Sand_xd0mda1/MI_Rippled_Sand_xd0mda1_8K.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4891b3e047a3f09b07d874c820dd1f6bf4986eb39971d83e73deb06d4118e44e +size 9853 diff --git a/Content/Megascans/Surfaces/LandScapeTextures/Rippled_Sand_xd0mda1/T_RippledSand_xd0mda1_8K_ORDp.uasset b/Content/Megascans/Surfaces/LandScapeTextures/Rippled_Sand_xd0mda1/T_RippledSand_xd0mda1_8K_ORDp.uasset new file mode 100644 index 0000000..7c23ca0 --- /dev/null +++ b/Content/Megascans/Surfaces/LandScapeTextures/Rippled_Sand_xd0mda1/T_RippledSand_xd0mda1_8K_ORDp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d0ed4c11dc46b9d3aef4155f574af312078e3caf5935db17a3bd9d9dfca419e +size 190501185 diff --git a/Content/Megascans/Surfaces/LandScapeTextures/Rippled_Sand_xd0mda1/T_Rippled_Sand_xd0mda1_8K_D.uasset b/Content/Megascans/Surfaces/LandScapeTextures/Rippled_Sand_xd0mda1/T_Rippled_Sand_xd0mda1_8K_D.uasset new file mode 100644 index 0000000..cf04045 --- /dev/null +++ b/Content/Megascans/Surfaces/LandScapeTextures/Rippled_Sand_xd0mda1/T_Rippled_Sand_xd0mda1_8K_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56811c6eae0052e87537d5783eb325d60555f2c0a5b48111c5f7aca80405ce30 +size 301352511 diff --git a/Content/Megascans/Surfaces/LandScapeTextures/Rippled_Sand_xd0mda1/T_Rippled_Sand_xd0mda1_8K_N.uasset b/Content/Megascans/Surfaces/LandScapeTextures/Rippled_Sand_xd0mda1/T_Rippled_Sand_xd0mda1_8K_N.uasset new file mode 100644 index 0000000..d5d2bb0 --- /dev/null +++ b/Content/Megascans/Surfaces/LandScapeTextures/Rippled_Sand_xd0mda1/T_Rippled_Sand_xd0mda1_8K_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bef146825e87096dc3b0c1db7a1bf8554e8e421ea41e0b4c5e866489a0fa05b6 +size 276501578 diff --git a/Content/Megascans/Surfaces/LandScapeTextures/Rocky_Ground_vjdqcba/MI_Rocky_Ground_vjdqcba_8K.uasset b/Content/Megascans/Surfaces/LandScapeTextures/Rocky_Ground_vjdqcba/MI_Rocky_Ground_vjdqcba_8K.uasset new file mode 100644 index 0000000..cc146d2 --- /dev/null +++ b/Content/Megascans/Surfaces/LandScapeTextures/Rocky_Ground_vjdqcba/MI_Rocky_Ground_vjdqcba_8K.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62ad2d3c27359c69185a8ca44618a7f6f723b3b13f713ccafb7f580e64a6ade9 +size 10852 diff --git a/Content/Megascans/Surfaces/LandScapeTextures/Rocky_Ground_vjdqcba/T_RockyGround_vjdqcba_8K_ORDp.uasset b/Content/Megascans/Surfaces/LandScapeTextures/Rocky_Ground_vjdqcba/T_RockyGround_vjdqcba_8K_ORDp.uasset new file mode 100644 index 0000000..33b6689 --- /dev/null +++ b/Content/Megascans/Surfaces/LandScapeTextures/Rocky_Ground_vjdqcba/T_RockyGround_vjdqcba_8K_ORDp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d65dbb4adc5331602238d25e28dba3d8f2f453349c61adb2f6723d8966cfd72e +size 271036505 diff --git a/Content/Megascans/Surfaces/LandScapeTextures/Rocky_Ground_vjdqcba/T_Rocky_Ground_vjdqcba_8K_D.uasset b/Content/Megascans/Surfaces/LandScapeTextures/Rocky_Ground_vjdqcba/T_Rocky_Ground_vjdqcba_8K_D.uasset new file mode 100644 index 0000000..205435c --- /dev/null +++ b/Content/Megascans/Surfaces/LandScapeTextures/Rocky_Ground_vjdqcba/T_Rocky_Ground_vjdqcba_8K_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57c66312979876e178a7d83f0dcfd8bc7cf63b8cbdda393c43e88e9883f1d62b +size 312157319 diff --git a/Content/Megascans/Surfaces/LandScapeTextures/Rocky_Ground_vjdqcba/T_Rocky_Ground_vjdqcba_8K_N.uasset b/Content/Megascans/Surfaces/LandScapeTextures/Rocky_Ground_vjdqcba/T_Rocky_Ground_vjdqcba_8K_N.uasset new file mode 100644 index 0000000..3cbf4f4 --- /dev/null +++ b/Content/Megascans/Surfaces/LandScapeTextures/Rocky_Ground_vjdqcba/T_Rocky_Ground_vjdqcba_8K_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ce58bd3a75122d1dd882e103e1893d132523a85ea4f721609a52e9756533b30 +size 312480460 diff --git a/Content/Megascans/Surfaces/LandScapeTextures/Rocky_Wild_Grass_wffpcflbw/MI_Rocky_Wild_Grass_wffpcflbw_2K.uasset b/Content/Megascans/Surfaces/LandScapeTextures/Rocky_Wild_Grass_wffpcflbw/MI_Rocky_Wild_Grass_wffpcflbw_2K.uasset new file mode 100644 index 0000000..5513d80 --- /dev/null +++ b/Content/Megascans/Surfaces/LandScapeTextures/Rocky_Wild_Grass_wffpcflbw/MI_Rocky_Wild_Grass_wffpcflbw_2K.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eae1c8e190ee548629f91c3cc52daaba445982bdd273df049ca6fbeb6de09f6 +size 11530 diff --git a/Content/Megascans/Surfaces/LandScapeTextures/Rocky_Wild_Grass_wffpcflbw/T_RockyWildGrass_wffpcflbw_2K_ORDp.uasset b/Content/Megascans/Surfaces/LandScapeTextures/Rocky_Wild_Grass_wffpcflbw/T_RockyWildGrass_wffpcflbw_2K_ORDp.uasset new file mode 100644 index 0000000..7365b02 --- /dev/null +++ b/Content/Megascans/Surfaces/LandScapeTextures/Rocky_Wild_Grass_wffpcflbw/T_RockyWildGrass_wffpcflbw_2K_ORDp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:595db819b3aec84c5ce4bde9f8a307122f85392fefe1980c521b756fbe76bd28 +size 18274135 diff --git a/Content/Megascans/Surfaces/LandScapeTextures/Rocky_Wild_Grass_wffpcflbw/T_Rocky_Wild_Grass_wffpcflbw_2K_D.uasset b/Content/Megascans/Surfaces/LandScapeTextures/Rocky_Wild_Grass_wffpcflbw/T_Rocky_Wild_Grass_wffpcflbw_2K_D.uasset new file mode 100644 index 0000000..a3b678e --- /dev/null +++ b/Content/Megascans/Surfaces/LandScapeTextures/Rocky_Wild_Grass_wffpcflbw/T_Rocky_Wild_Grass_wffpcflbw_2K_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ccf181be260c741c38599718887f90ac8705cff03580afcdf510249a9b8fc01 +size 22406904 diff --git a/Content/Megascans/Surfaces/LandScapeTextures/Rocky_Wild_Grass_wffpcflbw/T_Rocky_Wild_Grass_wffpcflbw_2K_N.uasset b/Content/Megascans/Surfaces/LandScapeTextures/Rocky_Wild_Grass_wffpcflbw/T_Rocky_Wild_Grass_wffpcflbw_2K_N.uasset new file mode 100644 index 0000000..f7733d3 --- /dev/null +++ b/Content/Megascans/Surfaces/LandScapeTextures/Rocky_Wild_Grass_wffpcflbw/T_Rocky_Wild_Grass_wffpcflbw_2K_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5827f80d4b661eb18b68acdee786e4d36e94fd5d54d418ea86ee545f1121fef3 +size 19687480 diff --git a/Content/Megascans/Surfaces/LandScapeTextures/Wild_Grass_xbreagf/MI_Wild_Grass_xbreagf_8K.uasset b/Content/Megascans/Surfaces/LandScapeTextures/Wild_Grass_xbreagf/MI_Wild_Grass_xbreagf_8K.uasset new file mode 100644 index 0000000..b55e62a --- /dev/null +++ b/Content/Megascans/Surfaces/LandScapeTextures/Wild_Grass_xbreagf/MI_Wild_Grass_xbreagf_8K.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:373565ab44117aeddcd5e1e7c61b3ec0d08e3b96304a6e90d68e5a831d508dd0 +size 9785 diff --git a/Content/Megascans/Surfaces/LandScapeTextures/Wild_Grass_xbreagf/T_WildGrass_xbreagf_8K_ORDp.uasset b/Content/Megascans/Surfaces/LandScapeTextures/Wild_Grass_xbreagf/T_WildGrass_xbreagf_8K_ORDp.uasset new file mode 100644 index 0000000..885b7e1 --- /dev/null +++ b/Content/Megascans/Surfaces/LandScapeTextures/Wild_Grass_xbreagf/T_WildGrass_xbreagf_8K_ORDp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05c7dc4241e52bb79291e4a8cbe202995e40e98f98ec53a8695c9fb16109ff54 +size 244504453 diff --git a/Content/Megascans/Surfaces/LandScapeTextures/Wild_Grass_xbreagf/T_Wild_Grass_xbreagf_8K_D.uasset b/Content/Megascans/Surfaces/LandScapeTextures/Wild_Grass_xbreagf/T_Wild_Grass_xbreagf_8K_D.uasset new file mode 100644 index 0000000..177d748 --- /dev/null +++ b/Content/Megascans/Surfaces/LandScapeTextures/Wild_Grass_xbreagf/T_Wild_Grass_xbreagf_8K_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2657c80669da9101efaa7d354dfc2911b7c5bacd41c3842a24a9048d101148de +size 332005868 diff --git a/Content/Megascans/Surfaces/LandScapeTextures/Wild_Grass_xbreagf/T_Wild_Grass_xbreagf_8K_N.uasset b/Content/Megascans/Surfaces/LandScapeTextures/Wild_Grass_xbreagf/T_Wild_Grass_xbreagf_8K_N.uasset new file mode 100644 index 0000000..1ad888e --- /dev/null +++ b/Content/Megascans/Surfaces/LandScapeTextures/Wild_Grass_xbreagf/T_Wild_Grass_xbreagf_8K_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:203e9f219a64459d2313d83acb89d02ba70308b9fc6e0c7996f815480466c2be +size 323825529 diff --git a/Content/Megascans/Surfaces/M_LandScape.uasset b/Content/Megascans/Surfaces/M_LandScape.uasset new file mode 100644 index 0000000..3f90183 --- /dev/null +++ b/Content/Megascans/Surfaces/M_LandScape.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ca1c2155788e39a6388271ac9236b45f39bf9e17bb661b711fa9dde3a3c0269 +size 6898 diff --git a/Content/ParagonProps/FX/Materials/Debris/M_Explosion_RockChunks.uasset b/Content/ParagonProps/FX/Materials/Debris/M_Explosion_RockChunks.uasset new file mode 100644 index 0000000..8f13929 --- /dev/null +++ b/Content/ParagonProps/FX/Materials/Debris/M_Explosion_RockChunks.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a70828aed7bf3905fa23ffa1666dc7c94a5341b3e04abcc7ce7a8e0d4172ff69 +size 25310 diff --git a/Content/ParagonProps/FX/Materials/Debug/01_-_Default.uasset b/Content/ParagonProps/FX/Materials/Debug/01_-_Default.uasset new file mode 100644 index 0000000..5dfae08 --- /dev/null +++ b/Content/ParagonProps/FX/Materials/Debug/01_-_Default.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7e72c61eb8f38f66e459fee62d58e174aea98ffdf567798660d1be458736358 +size 7377 diff --git a/Content/ParagonProps/FX/Particles/Turret/P_SentryTurret_Beam_ShieldedImpact.uasset b/Content/ParagonProps/FX/Particles/Turret/P_SentryTurret_Beam_ShieldedImpact.uasset new file mode 100644 index 0000000..ea4b602 --- /dev/null +++ b/Content/ParagonProps/FX/Particles/Turret/P_SentryTurret_Beam_ShieldedImpact.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6ea62519953fc398ed8fbc3f8c67cf18ecacac7c00a00fd26adceb4bbb28c0e +size 400811 diff --git a/Content/ParagonProps/FX/Particles/Turret/P_SentryTurret_Beam_ShieldedImpact_blue.uasset b/Content/ParagonProps/FX/Particles/Turret/P_SentryTurret_Beam_ShieldedImpact_blue.uasset new file mode 100644 index 0000000..e46cc23 --- /dev/null +++ b/Content/ParagonProps/FX/Particles/Turret/P_SentryTurret_Beam_ShieldedImpact_blue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:782b922c822791a2f2dcb0884babe923c09848b0c571213c6197f27a900d53eb +size 402334 diff --git a/Content/Pirate/Demoscene_UE4/Animations/ThirdPersonIdle.uasset b/Content/Pirate/Demoscene_UE4/Animations/ThirdPersonIdle.uasset deleted file mode 100644 index 09629e1..0000000 --- a/Content/Pirate/Demoscene_UE4/Animations/ThirdPersonIdle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ac40fa164d0b341af43a2933a7f38a6fdc95bcec9b27ea769bbabd6d3142e7b -size 146954 diff --git a/Content/Pirate/Demoscene_UE4/Animations/ThirdPersonJump_End.uasset b/Content/Pirate/Demoscene_UE4/Animations/ThirdPersonJump_End.uasset deleted file mode 100644 index aa30581..0000000 --- a/Content/Pirate/Demoscene_UE4/Animations/ThirdPersonJump_End.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2580361c4424bfba36657aaf01221ef8e43314825efc1b15beb69e2ae60dc279 -size 112724 diff --git a/Content/Pirate/Demoscene_UE4/Animations/ThirdPersonJump_Loop.uasset b/Content/Pirate/Demoscene_UE4/Animations/ThirdPersonJump_Loop.uasset deleted file mode 100644 index ad9b1ae..0000000 --- a/Content/Pirate/Demoscene_UE4/Animations/ThirdPersonJump_Loop.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04d86ea9c57a6770e37ea8af5ab11b264cf0c4621c799de922edd84b60bb22d5 -size 120186 diff --git a/Content/Pirate/Demoscene_UE4/Animations/ThirdPersonJump_Start.uasset b/Content/Pirate/Demoscene_UE4/Animations/ThirdPersonJump_Start.uasset deleted file mode 100644 index 0a086f1..0000000 --- a/Content/Pirate/Demoscene_UE4/Animations/ThirdPersonJump_Start.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cee73f0b5b1aeea2cae0c98ce72bcf6474ee5a8e74c26ddb9f3e897391c74ff0 -size 116087 diff --git a/Content/Pirate/Demoscene_UE4/Animations/ThirdPersonRun.uasset b/Content/Pirate/Demoscene_UE4/Animations/ThirdPersonRun.uasset deleted file mode 100644 index b4658fc..0000000 --- a/Content/Pirate/Demoscene_UE4/Animations/ThirdPersonRun.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bdf60738631e3001a44f313be7e5c4b823d0f6710d8ab5be60fa74f9e2ba8bfc -size 117602 diff --git a/Content/Pirate/Demoscene_UE4/Animations/ThirdPerson_Jump.uasset b/Content/Pirate/Demoscene_UE4/Animations/ThirdPerson_Jump.uasset deleted file mode 100644 index dbe5864..0000000 --- a/Content/Pirate/Demoscene_UE4/Animations/ThirdPerson_Jump.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0455ad1a3d9230567ad3aa22b12c811d41048c88f8599a4367a577a553e030e8 -size 112647 diff --git a/Content/Pirate/Demoscene_UE4/Mesh/UE4_Mannequin_Skeleton.uasset b/Content/Pirate/Demoscene_UE4/Mesh/UE4_Mannequin_Skeleton.uasset deleted file mode 100644 index e24be12..0000000 --- a/Content/Pirate/Demoscene_UE4/Mesh/UE4_Mannequin_Skeleton.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4688a69c064ae728ab9d6bce3de071c8ab1fc29e221cce3ac02858a75ee566af -size 12004 diff --git a/Content/Pirate/Demoscene_UE5/Animations/MM_Fall_Loop.uasset b/Content/Pirate/Demoscene_UE5/Animations/MM_Fall_Loop.uasset deleted file mode 100644 index f73fe83..0000000 --- a/Content/Pirate/Demoscene_UE5/Animations/MM_Fall_Loop.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:847d5eb2f126c8f605a84e78e2f60cece85f8778f1dd17164cb5bffa57704ade -size 220256 diff --git a/Content/Pirate/Demoscene_UE5/Animations/MM_Idle.uasset b/Content/Pirate/Demoscene_UE5/Animations/MM_Idle.uasset deleted file mode 100644 index 99b8fbd..0000000 --- a/Content/Pirate/Demoscene_UE5/Animations/MM_Idle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62b685fe8a4f2a03f15df4a792374faacea195b7ed2f91417905bf933d2e4313 -size 333833 diff --git a/Content/Pirate/Demoscene_UE5/Animations/MM_Jump.uasset b/Content/Pirate/Demoscene_UE5/Animations/MM_Jump.uasset deleted file mode 100644 index 0a937e4..0000000 --- a/Content/Pirate/Demoscene_UE5/Animations/MM_Jump.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff4b4b648af6c506c1a7d3e0c95c7b31ec7a40b45aac4c55757ab25f1a6a14a1 -size 137497 diff --git a/Content/Pirate/Demoscene_UE5/Animations/MM_Land.uasset b/Content/Pirate/Demoscene_UE5/Animations/MM_Land.uasset deleted file mode 100644 index c74d1c8..0000000 --- a/Content/Pirate/Demoscene_UE5/Animations/MM_Land.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3e2057d9c9a6f9b2f6b0b6741bbc876c6c7249a4a767d873e06d711cdacea4d -size 139054 diff --git a/Content/Pirate/Demoscene_UE5/Animations/MM_Run_Fwd.uasset b/Content/Pirate/Demoscene_UE5/Animations/MM_Run_Fwd.uasset deleted file mode 100644 index f57a679..0000000 --- a/Content/Pirate/Demoscene_UE5/Animations/MM_Run_Fwd.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7256172545f05244337f33d1146ba199de25006e787b1f8b7ea760f2b87b0659 -size 171213 diff --git a/Content/Pirate/Demoscene_UE5/Animations/MM_Walk_Fwd.uasset b/Content/Pirate/Demoscene_UE5/Animations/MM_Walk_Fwd.uasset deleted file mode 100644 index f991ce2..0000000 --- a/Content/Pirate/Demoscene_UE5/Animations/MM_Walk_Fwd.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f04319bd0bdac37fbdc7ddc9610b34ecbda0b7ac3768a209c1d854106da4dc2b -size 186640 diff --git a/Content/Pirate/Demoscene_UE5/Animations/MM_Walk_InPlace.uasset b/Content/Pirate/Demoscene_UE5/Animations/MM_Walk_InPlace.uasset deleted file mode 100644 index 27c7ac4..0000000 --- a/Content/Pirate/Demoscene_UE5/Animations/MM_Walk_InPlace.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:edb73ff4556b2705ea273fed3498752ffab8413c516883409785df26bf3e4592 -size 193937 diff --git a/Content/Pirate/Demoscene_UE5/Mesh/SKM_Manny_Skeleton.uasset b/Content/Pirate/Demoscene_UE5/Mesh/SKM_Manny_Skeleton.uasset deleted file mode 100644 index 703e1f8..0000000 --- a/Content/Pirate/Demoscene_UE5/Mesh/SKM_Manny_Skeleton.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2a0fce153db7e6c88d63483808a30f7ed654ac5af2cce5fa619988a70578140 -size 26638 diff --git a/Content/Pirate/Maps/Pirate_Demo.umap b/Content/Pirate/Maps/Pirate_Demo.umap deleted file mode 100644 index 7e975de..0000000 --- a/Content/Pirate/Maps/Pirate_Demo.umap +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7784102c6b9d5a0a13feed8e4d0874bbb24365fcf33ead3db11546b8f8ea19ae -size 1255087 diff --git a/Content/Pirate/Materials/M_Pirate_Body_1.uasset b/Content/Pirate/Materials/M_Pirate_Body_1.uasset deleted file mode 100644 index fa6d1c7..0000000 --- a/Content/Pirate/Materials/M_Pirate_Body_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e2967563fdb7b3fbe5afaa9ba36fdf4cb9e653369c10a72ae2ba455870278a0 -size 133758 diff --git a/Content/Pirate/Materials/M_Pirate_Body_2.uasset b/Content/Pirate/Materials/M_Pirate_Body_2.uasset deleted file mode 100644 index d660a0c..0000000 --- a/Content/Pirate/Materials/M_Pirate_Body_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:643f0d49390dde21048d90b3d43d7dbab2b34b50f4a756a2399601b7185bbd3c -size 125794 diff --git a/Content/Pirate/Materials/M_Pirate_Cloth.uasset b/Content/Pirate/Materials/M_Pirate_Cloth.uasset deleted file mode 100644 index b8da8b2..0000000 --- a/Content/Pirate/Materials/M_Pirate_Cloth.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc3f05aa4824da84871bf2f69eb07afb6340318685846397cd5ddcfaeaad29f1 -size 143927 diff --git a/Content/Pirate/Materials/M_Pirate_Details_Weapon.uasset b/Content/Pirate/Materials/M_Pirate_Details_Weapon.uasset deleted file mode 100644 index 491fa97..0000000 --- a/Content/Pirate/Materials/M_Pirate_Details_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b090ba0464d023d856aa4e339af484d449b9995289997e3eabec2a5e479eb16b -size 139848 diff --git a/Content/Pirate/Materials/M_Pirate_Hair_1.uasset b/Content/Pirate/Materials/M_Pirate_Hair_1.uasset deleted file mode 100644 index 904b007..0000000 --- a/Content/Pirate/Materials/M_Pirate_Hair_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ae82585ce4976ab68832e9e9063ea9ef8518522b132244d59dfd8f5537dc8cf -size 158889 diff --git a/Content/Pirate/Materials/M_Pirate_Hair_2.uasset b/Content/Pirate/Materials/M_Pirate_Hair_2.uasset deleted file mode 100644 index 7f269c3..0000000 --- a/Content/Pirate/Materials/M_Pirate_Hair_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb694c1d16b565a874bf9bf89dccf14274b26647bf53cd0a818002a707db4682 -size 157297 diff --git a/Content/Pirate/Materials/M_Pirate_Hair_3.uasset b/Content/Pirate/Materials/M_Pirate_Hair_3.uasset deleted file mode 100644 index ee2f625..0000000 --- a/Content/Pirate/Materials/M_Pirate_Hair_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76af63975bb6ee4e2bf570aeb9bc9549129c97c871c7c461279ce334a2debfce -size 157297 diff --git a/Content/Pirate/Mesh_UE4/Full/SK_Pirate_Full_01_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE4/Full/SK_Pirate_Full_01_PhysicsAsset.uasset deleted file mode 100644 index 06e3c4c..0000000 --- a/Content/Pirate/Mesh_UE4/Full/SK_Pirate_Full_01_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da05208f1f1d2e106afa8b3ec2a5a9bb5c2c1488a8db996c7feba831c3a34c12 -size 129444 diff --git a/Content/Pirate/Mesh_UE4/Full/SK_Pirate_Full_02_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE4/Full/SK_Pirate_Full_02_PhysicsAsset.uasset deleted file mode 100644 index d48fda0..0000000 --- a/Content/Pirate/Mesh_UE4/Full/SK_Pirate_Full_02_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f6e6f3b67fb4575314d63e5274b0d9150253db9f2821e1d48094d9a16df173e -size 132588 diff --git a/Content/Pirate/Mesh_UE4/Full/SK_Pirate_Full_03_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE4/Full/SK_Pirate_Full_03_PhysicsAsset.uasset deleted file mode 100644 index 7adeeeb..0000000 --- a/Content/Pirate/Mesh_UE4/Full/SK_Pirate_Full_03_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b984e4560b68026c18a8bc154341cfe7d64e3b35d35e382b6954532baa1b824 -size 131668 diff --git a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Beard_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Beard_PhysicsAsset.uasset deleted file mode 100644 index f7fd3fe..0000000 --- a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Beard_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7eae69bdb543419181abe66307d90c9fa06dd36de18eb9f4502c6a09498dfb39 -size 91643 diff --git a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Belt_01_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Belt_01_PhysicsAsset.uasset deleted file mode 100644 index 0bb4dd7..0000000 --- a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Belt_01_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da0198160fcceb7a7a09fa169dbfc9fb6ffe96d9cf2892c8363f70a0dc7dc998 -size 97304 diff --git a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Belt_02_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Belt_02_PhysicsAsset.uasset deleted file mode 100644 index 4e0819c..0000000 --- a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Belt_02_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75b17ca5f9f17595b527d40106fa46b9dc5701071554a62f3d20333509d5aaba -size 100756 diff --git a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Belt_03_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Belt_03_PhysicsAsset.uasset deleted file mode 100644 index 794056d..0000000 --- a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Belt_03_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62c53d44c69f8cb75cd1d100d2788120f2b284e9b64941e382569dfca9080b87 -size 88136 diff --git a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Belt_04_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Belt_04_PhysicsAsset.uasset deleted file mode 100644 index 754e576..0000000 --- a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Belt_04_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9a2ed66efd296043612bf0e9074058b35d683d651582624f38564de29ec17dd -size 89587 diff --git a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Belt_05_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Belt_05_PhysicsAsset.uasset deleted file mode 100644 index cc57c83..0000000 --- a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Belt_05_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:318d47b87988f09d4bba3ce9219dc77bb1a694af3d53ddf31998d1a9327a3f5a -size 92333 diff --git a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Body_Cloth_Detail_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Body_Cloth_Detail_PhysicsAsset.uasset deleted file mode 100644 index 6012f52..0000000 --- a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Body_Cloth_Detail_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ffe1f7bad9ca31270aaedd6368d22bc1c3a3a279318aed28fe7fca0fb95a4d8 -size 93319 diff --git a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Body_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Body_PhysicsAsset.uasset deleted file mode 100644 index c5aef2a..0000000 --- a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Body_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30882ee63b875d88f499bfbfcfbaad8d839097c2ad576a6188e7cd9aacba87f0 -size 130860 diff --git a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Cloak_Down_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Cloak_Down_PhysicsAsset.uasset deleted file mode 100644 index 10f0d89..0000000 --- a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Cloak_Down_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74a8b8389bec69ab7761687c7e3115a49f3c1761e31947a7c5d2716273df0c98 -size 90504 diff --git a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Cloak_Up_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Cloak_Up_PhysicsAsset.uasset deleted file mode 100644 index 92ee63d..0000000 --- a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Cloak_Up_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6a703ff2694f5cf4e3b51e81f829f8f27ed33ea401b113ab4e10b614745e0c0 -size 106546 diff --git a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Cloth_Body_01_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Cloth_Body_01_PhysicsAsset.uasset deleted file mode 100644 index 6917f74..0000000 --- a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Cloth_Body_01_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4669f5994e3b3c4110f342d0eb69aad6a0e6bf17974d31f77aaa031c668ce1ba -size 117701 diff --git a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Cloth_Body_02_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Cloth_Body_02_PhysicsAsset.uasset deleted file mode 100644 index 75cd72f..0000000 --- a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Cloth_Body_02_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c9e69c79ed6250f23d523b8dfcaa03b8c70a98e8020858f7a0d9f686730d76e1 -size 110285 diff --git a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Cloth_Legs_01_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Cloth_Legs_01_PhysicsAsset.uasset deleted file mode 100644 index fed5da7..0000000 --- a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Cloth_Legs_01_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:221e20d87282a933e48117fef10a8dce92227495378c16552e3813cf26551630 -size 100470 diff --git a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Cloth_Legs_02_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Cloth_Legs_02_PhysicsAsset.uasset deleted file mode 100644 index 1a2e338..0000000 --- a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Cloth_Legs_02_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb03e456bb067d025bf4bcee646d72301a8b15942374fcf7df0e9ae0f8387ca8 -size 93480 diff --git a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Hat_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Hat_PhysicsAsset.uasset deleted file mode 100644 index 0aab2df..0000000 --- a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Hat_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14582bd439f285f1b56d56fbaf57d7303c0cd5fc428aa4f2d9f0d5a842df638a -size 91413 diff --git a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Head_Arms_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Head_Arms_PhysicsAsset.uasset deleted file mode 100644 index ffa346f..0000000 --- a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Head_Arms_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ec49f8d1e1cc454517e139d919ea3cc4cdef8b052bcf61e0ee7ed5971ad3104 -size 94257 diff --git a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Legs_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Legs_PhysicsAsset.uasset deleted file mode 100644 index d348ffd..0000000 --- a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Legs_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:06b12c21dab83d1a73bd0786d45956e59438d690f91b9077d6da65a537cb5a1c -size 102675 diff --git a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Mustache_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Mustache_PhysicsAsset.uasset deleted file mode 100644 index fecf3d2..0000000 --- a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Mustache_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e0d18a9743b99db7e61a5a15e6c3900f1f4e41f38e9bd6cc6d8eb7a2d0a8616 -size 77286 diff --git a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Pants_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Pants_PhysicsAsset.uasset deleted file mode 100644 index 3d531a5..0000000 --- a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Pants_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7214c1c58b8a242973182b810eaaf51defcdad9a520e671dd84f4957b4c9ccb4 -size 99842 diff --git a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Pistol_In_Belt_01_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Pistol_In_Belt_01_PhysicsAsset.uasset deleted file mode 100644 index 64be0a7..0000000 --- a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Pistol_In_Belt_01_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bed730774b196b88094e197c3d54f890c77f714e10fa2f7af68d894cf1aaf097 -size 92206 diff --git a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Pistol_In_Belt_02_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Pistol_In_Belt_02_PhysicsAsset.uasset deleted file mode 100644 index 81ccc09..0000000 --- a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Pistol_In_Belt_02_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b188ce433b315af4874cf7b2d6665b6fd9c5096fdb30452354316fa55dbad2c8 -size 95354 diff --git a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Ring_01_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Ring_01_PhysicsAsset.uasset deleted file mode 100644 index f112349..0000000 --- a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Ring_01_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d9a917eccb3a1c51f50b1564e5faabf65c21272a3a65714dd7b260f45d5fdd43 -size 72008 diff --git a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Ring_02_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Ring_02_PhysicsAsset.uasset deleted file mode 100644 index 750d17f..0000000 --- a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Ring_02_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:148d460b240e103429d1aef495c133788a6a23bfb774114b16505278abfd9f30 -size 72164 diff --git a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Ring_03_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Ring_03_PhysicsAsset.uasset deleted file mode 100644 index b75d695..0000000 --- a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Ring_03_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d43f1b78c09ffaa6b3aa028b82d590abb7ea72533dbcc2793768c67197d847eb -size 68868 diff --git a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Shoes_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Shoes_PhysicsAsset.uasset deleted file mode 100644 index 2845975..0000000 --- a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Shoes_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28a1f49cb15ade58e4baa86d89cc14f98928fdfa550462357018bb0d2e167cec -size 106113 diff --git a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Sword_In_Belt_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Sword_In_Belt_PhysicsAsset.uasset deleted file mode 100644 index b90e4c2..0000000 --- a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Sword_In_Belt_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a1b6c559a752360936a0c3796662260a20c8d55178cefc2310af6249cfcdd06 -size 88413 diff --git a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Torso_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Torso_PhysicsAsset.uasset deleted file mode 100644 index a5dd7e1..0000000 --- a/Content/Pirate/Mesh_UE4/Separate/SK_Pirate_Torso_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da008be79b26d9172f7dc4f9f6a68dd6a5fa52cea402ad78562d54e2655f17e8 -size 113473 diff --git a/Content/Pirate/Mesh_UE4/Weapon/SM_Pirate_Pistol.uasset b/Content/Pirate/Mesh_UE4/Weapon/SM_Pirate_Pistol.uasset deleted file mode 100644 index 1a3da81..0000000 --- a/Content/Pirate/Mesh_UE4/Weapon/SM_Pirate_Pistol.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28fad8913de5df61d444768c99eb7de0bd20425a7b28a4c85c8bc055994ae769 -size 992478 diff --git a/Content/Pirate/Mesh_UE4/Weapon/SM_Pirate_Sword.uasset b/Content/Pirate/Mesh_UE4/Weapon/SM_Pirate_Sword.uasset deleted file mode 100644 index f6cecce..0000000 --- a/Content/Pirate/Mesh_UE4/Weapon/SM_Pirate_Sword.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c9fe113ce435e321e648fed3abfda2f07458009c206347f0e10ff3db78cd922 -size 479253 diff --git a/Content/Pirate/Mesh_UE5/Full/SKM_Pirate_Full_01_Physics.uasset b/Content/Pirate/Mesh_UE5/Full/SKM_Pirate_Full_01_Physics.uasset deleted file mode 100644 index d8c382e..0000000 --- a/Content/Pirate/Mesh_UE5/Full/SKM_Pirate_Full_01_Physics.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9270cc48a32d4c325fb5eebe3d99e8ed8fe109c2818738a4d1e62aad8ffa539d -size 121770 diff --git a/Content/Pirate/Mesh_UE5/Full/SKM_Pirate_Full_02_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE5/Full/SKM_Pirate_Full_02_PhysicsAsset.uasset deleted file mode 100644 index eca0f23..0000000 --- a/Content/Pirate/Mesh_UE5/Full/SKM_Pirate_Full_02_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5fcaf0c4702de8b1bb013e0c2bd87a62d9567e670e4c37a5954d26c0b27ba27 -size 133442 diff --git a/Content/Pirate/Mesh_UE5/Full/SKM_Pirate_Full_03_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE5/Full/SKM_Pirate_Full_03_PhysicsAsset.uasset deleted file mode 100644 index 69174e9..0000000 --- a/Content/Pirate/Mesh_UE5/Full/SKM_Pirate_Full_03_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0381f944f9225be128dcbc843c0c471a8c10feeecbd50542a5e36220e0505c61 -size 134480 diff --git a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Beard_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Beard_PhysicsAsset.uasset deleted file mode 100644 index 19d4480..0000000 --- a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Beard_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0eb55d2a21124c2be95984155f261260d1416e3ca7ff45f3a7a8ac093be34dfe -size 98124 diff --git a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Belt_01_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Belt_01_PhysicsAsset.uasset deleted file mode 100644 index 7f121ee..0000000 --- a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Belt_01_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e96983b5c3ceb1404f9e4210bf0dc5e1e79838744f3ee0fe2e4429c9defe293e -size 96477 diff --git a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Belt_02_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Belt_02_PhysicsAsset.uasset deleted file mode 100644 index 7a47555..0000000 --- a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Belt_02_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a4d812825c18072ef11cc3227702abdb11aee9a10794f161c1bacf661b385f3 -size 95816 diff --git a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Belt_03_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Belt_03_PhysicsAsset.uasset deleted file mode 100644 index 1c9386b..0000000 --- a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Belt_03_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37b4496f6b0534af699b55c5fc15b7a575aea4dc02054a2f134dfcd59c327d29 -size 87455 diff --git a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Belt_04_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Belt_04_PhysicsAsset.uasset deleted file mode 100644 index 5d0280c..0000000 --- a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Belt_04_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c1b589e3a3c5668aa58dc8baf94f9b13258525fc1e329aeeed07a4458fdc688 -size 91328 diff --git a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Belt_05_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Belt_05_PhysicsAsset.uasset deleted file mode 100644 index ba09c55..0000000 --- a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Belt_05_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e96aabf46881a62aa4230d5e67c31b82a649579e316749c4f233bf46d1604d9 -size 94655 diff --git a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Body_Cloth_Detail_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Body_Cloth_Detail_PhysicsAsset.uasset deleted file mode 100644 index 33dded3..0000000 --- a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Body_Cloth_Detail_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec721ce78b7a94214fb62da604d67e4d1917b3b60a632735424dea3591932b09 -size 93702 diff --git a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Body_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Body_PhysicsAsset.uasset deleted file mode 100644 index f9a0b3c..0000000 --- a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Body_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7351eaf669aef67b5958e8d832ac5c87f2720d50ff25448aa5b793211224b187 -size 132234 diff --git a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Cloak_Down_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Cloak_Down_PhysicsAsset.uasset deleted file mode 100644 index 3e48c3c..0000000 --- a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Cloak_Down_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9813b063dd58af46d6406d8212343476e12d13edcdebfbba6fa67b501fb18eb -size 87142 diff --git a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Cloak_Up_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Cloak_Up_PhysicsAsset.uasset deleted file mode 100644 index 8112007..0000000 --- a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Cloak_Up_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ee18811c95449be232fee8c3a43f5ee042f9d5f174735855d1ea76f4f4bcb9b -size 102141 diff --git a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Cloth_Body_01_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Cloth_Body_01_PhysicsAsset.uasset deleted file mode 100644 index ebb17fe..0000000 --- a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Cloth_Body_01_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7ca53cf8bca24f286b8a6bdaa015e2e610f85c0b3481ee44b6940aadcb39c5b -size 115867 diff --git a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Cloth_Body_02_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Cloth_Body_02_PhysicsAsset.uasset deleted file mode 100644 index 7036870..0000000 --- a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Cloth_Body_02_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c66ad87d52329ef62b8af8c554df9beade215378e32f2acb78ec5c6d15e4a97 -size 107049 diff --git a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Cloth_Legs_01_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Cloth_Legs_01_PhysicsAsset.uasset deleted file mode 100644 index 5b33acf..0000000 --- a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Cloth_Legs_01_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31a00e2b82dd00e208b075997007acf5c8b320f5beae3127c1ad59d144e72804 -size 102074 diff --git a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Cloth_Legs_02_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Cloth_Legs_02_PhysicsAsset.uasset deleted file mode 100644 index 3dd3e0c..0000000 --- a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Cloth_Legs_02_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb16eea9b00fcf0cd4bad52204b6edcbda3d9aab8aa0335b562ad91c7a022fbd -size 92081 diff --git a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Hat_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Hat_PhysicsAsset.uasset deleted file mode 100644 index 80bd655..0000000 --- a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Hat_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95b138f7d491be7e748d526b5bf5bcc8d1563996543c50edede821bcaea10ffa -size 87310 diff --git a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Head_Arms_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Head_Arms_PhysicsAsset.uasset deleted file mode 100644 index 284dfef..0000000 --- a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Head_Arms_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ec923c1b2b6dd90d17bfbabe15eb139a8bc208d20bb96615bd905a255148077 -size 96544 diff --git a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Legs_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Legs_PhysicsAsset.uasset deleted file mode 100644 index d771ff9..0000000 --- a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Legs_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef374d0dc354437e4ce6036fe47816549882ffd20a1af2c6b47362d8e6c26049 -size 99952 diff --git a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Mustache_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Mustache_PhysicsAsset.uasset deleted file mode 100644 index 3405f25..0000000 --- a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Mustache_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4033154f25a4a92527d82f799db431050599abeca62cdc863c64a51f55d80331 -size 75628 diff --git a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Pants_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Pants_PhysicsAsset.uasset deleted file mode 100644 index b511e49..0000000 --- a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Pants_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c462d2ddcaac8f86dcf13ab0ad9cd02017b98611a8f2b14cf7effa39a112e64 -size 101445 diff --git a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Pistol_In_Belt_01_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Pistol_In_Belt_01_PhysicsAsset.uasset deleted file mode 100644 index 9eba6e1..0000000 --- a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Pistol_In_Belt_01_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ee39a5dde543369115df287fbd0601d042cdbde45689fb275dd17c83eee17b1 -size 92067 diff --git a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Pistol_In_Belt_02_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Pistol_In_Belt_02_PhysicsAsset.uasset deleted file mode 100644 index cce5275..0000000 --- a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Pistol_In_Belt_02_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d78d6f79aa03cb16e42deba10fb517b414a53e56c0c6a881014ebd194e1f7256 -size 95136 diff --git a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Ring_01_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Ring_01_PhysicsAsset.uasset deleted file mode 100644 index 3b28b75..0000000 --- a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Ring_01_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb6c1a544999140f29e123ca12118b0787c200c47ec5145d539724cb2a8bb3a1 -size 70020 diff --git a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Ring_02_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Ring_02_PhysicsAsset.uasset deleted file mode 100644 index db86e8a..0000000 --- a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Ring_02_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:004d92822a7c60ed02a27b1a4d15d4532ea5b08254c0e6dd06d12a4bc237ea7c -size 70363 diff --git a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Ring_03_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Ring_03_PhysicsAsset.uasset deleted file mode 100644 index ccf1224..0000000 --- a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Ring_03_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d990c121a3c0abca4674f7980c93982eb1c7887c2f396af00cd3ef5ab742d5b -size 70353 diff --git a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Shoes_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Shoes_PhysicsAsset.uasset deleted file mode 100644 index a9bd02b..0000000 --- a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Shoes_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83e222a16be1f50f557abcb6db6a5f5f5f9bd152d24708d3ff797df3a8fcd214 -size 104213 diff --git a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Sword_In_Belt_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Sword_In_Belt_PhysicsAsset.uasset deleted file mode 100644 index 184181c..0000000 --- a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Sword_In_Belt_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c717f01277ef14864239c8a0f0bdbf467148f9779601b8c3ee94f08c4448ef54 -size 87377 diff --git a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Torso_PhysicsAsset.uasset b/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Torso_PhysicsAsset.uasset deleted file mode 100644 index 9f58a2b..0000000 --- a/Content/Pirate/Mesh_UE5/Separate/SKM_Pirate_Torso_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:637282caa5e782b244df0a531eb17126454ec24f6f78f2452b67baba9a50b729 -size 117119 diff --git a/Content/Pirate/Textures/Pirate_Body/T_Pirate_Body_Albedo_01.uasset b/Content/Pirate/Textures/Pirate_Body/T_Pirate_Body_Albedo_01.uasset deleted file mode 100644 index 2160a1a..0000000 --- a/Content/Pirate/Textures/Pirate_Body/T_Pirate_Body_Albedo_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d8795e7ace0653648d820ffcf1dba2832bc2d24e1170d703d2a9f6b2d15a227 -size 14444190 diff --git a/Content/Pirate/Textures/Pirate_Body/T_Pirate_Body_Albedo_02.uasset b/Content/Pirate/Textures/Pirate_Body/T_Pirate_Body_Albedo_02.uasset deleted file mode 100644 index 659e457..0000000 --- a/Content/Pirate/Textures/Pirate_Body/T_Pirate_Body_Albedo_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b68044e573831bcb4be230c75cb21d4ec38edab5657f4b538b8702bcf1a8c75c -size 14671442 diff --git a/Content/Pirate/Textures/Pirate_Body/T_Pirate_Body_Ao.uasset b/Content/Pirate/Textures/Pirate_Body/T_Pirate_Body_Ao.uasset deleted file mode 100644 index b541669..0000000 --- a/Content/Pirate/Textures/Pirate_Body/T_Pirate_Body_Ao.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4aaea9a962fac626fde1b666aa479419bfa68a78a0ebbbdde8cb7965add141f3 -size 2834052 diff --git a/Content/Pirate/Textures/Pirate_Body/T_Pirate_Body_Metallic.uasset b/Content/Pirate/Textures/Pirate_Body/T_Pirate_Body_Metallic.uasset deleted file mode 100644 index ed3d6cc..0000000 --- a/Content/Pirate/Textures/Pirate_Body/T_Pirate_Body_Metallic.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b88def7182d3aad564ba53945f495a671058fbbfa9a692811cd32ad5ccdbedfe -size 6073671 diff --git a/Content/Pirate/Textures/Pirate_Body/T_Pirate_Body_Normals.uasset b/Content/Pirate/Textures/Pirate_Body/T_Pirate_Body_Normals.uasset deleted file mode 100644 index 1d22f3b..0000000 --- a/Content/Pirate/Textures/Pirate_Body/T_Pirate_Body_Normals.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a0a99506e60495732944530d5ffc3a4d4ac9244ad796b63811d4d756c3ba95f -size 18601420 diff --git a/Content/Pirate/Textures/Pirate_Cloth/T_Pirate_Cloth_Albedo.uasset b/Content/Pirate/Textures/Pirate_Cloth/T_Pirate_Cloth_Albedo.uasset deleted file mode 100644 index 78b6f98..0000000 --- a/Content/Pirate/Textures/Pirate_Cloth/T_Pirate_Cloth_Albedo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:66e595b78f384e6362bf60fc68b7ad29cc13e4b8777a5ead2a221ab79d7b8302 -size 19978613 diff --git a/Content/Pirate/Textures/Pirate_Cloth/T_Pirate_Cloth_Ao.uasset b/Content/Pirate/Textures/Pirate_Cloth/T_Pirate_Cloth_Ao.uasset deleted file mode 100644 index 381aa53..0000000 --- a/Content/Pirate/Textures/Pirate_Cloth/T_Pirate_Cloth_Ao.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a81259fabe2d03ed426379cb05ae2fcbe3d6ac8109bea4d97aa450cf1a21db20 -size 5575185 diff --git a/Content/Pirate/Textures/Pirate_Cloth/T_Pirate_Cloth_Metallic.uasset b/Content/Pirate/Textures/Pirate_Cloth/T_Pirate_Cloth_Metallic.uasset deleted file mode 100644 index 5ca3b5e..0000000 --- a/Content/Pirate/Textures/Pirate_Cloth/T_Pirate_Cloth_Metallic.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:561fcbd89a276fe5c182efe6ff349e13cf7624c699c6ca086559ae1f5d1a1009 -size 14785047 diff --git a/Content/Pirate/Textures/Pirate_Cloth/T_Pirate_Cloth_Normals.uasset b/Content/Pirate/Textures/Pirate_Cloth/T_Pirate_Cloth_Normals.uasset deleted file mode 100644 index 66cdfa8..0000000 --- a/Content/Pirate/Textures/Pirate_Cloth/T_Pirate_Cloth_Normals.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ead008d67965200b6addb20e301a086cbd7fea6655bcc802edee42b667af34d5 -size 38666401 diff --git a/Content/Pirate/Textures/Pirate_Details_Weapon/T_Pirate_Details_Weapons_Albedo.uasset b/Content/Pirate/Textures/Pirate_Details_Weapon/T_Pirate_Details_Weapons_Albedo.uasset deleted file mode 100644 index 74864f7..0000000 --- a/Content/Pirate/Textures/Pirate_Details_Weapon/T_Pirate_Details_Weapons_Albedo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb20055c87b1b23d745fa2cb2b2db81543f87940c76e6e5f7f6553484529e675 -size 12292855 diff --git a/Content/Pirate/Textures/Pirate_Details_Weapon/T_Pirate_Details_Weapons_Ao.uasset b/Content/Pirate/Textures/Pirate_Details_Weapon/T_Pirate_Details_Weapons_Ao.uasset deleted file mode 100644 index 525be3b..0000000 --- a/Content/Pirate/Textures/Pirate_Details_Weapon/T_Pirate_Details_Weapons_Ao.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e9de5956de4ad9d1f2026c79728151799fd4ef16c143bdc6c95ca83b2348abb -size 3961946 diff --git a/Content/Pirate/Textures/Pirate_Details_Weapon/T_Pirate_Details_Weapons_Metallic.uasset b/Content/Pirate/Textures/Pirate_Details_Weapon/T_Pirate_Details_Weapons_Metallic.uasset deleted file mode 100644 index 1f7b8ec..0000000 --- a/Content/Pirate/Textures/Pirate_Details_Weapon/T_Pirate_Details_Weapons_Metallic.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1981f21bd7bf21b18c9df5346a4605d728e9263c536a6e3793f27e755e4b741 -size 14712087 diff --git a/Content/Pirate/Textures/Pirate_Details_Weapon/T_Pirate_Details_Weapons_Normals.uasset b/Content/Pirate/Textures/Pirate_Details_Weapon/T_Pirate_Details_Weapons_Normals.uasset deleted file mode 100644 index 9850f91..0000000 --- a/Content/Pirate/Textures/Pirate_Details_Weapon/T_Pirate_Details_Weapons_Normals.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:93c45b768b7b294802d4cff1bbd48da2d7a2c37a03a3d84f89547beff4569808 -size 22632836 diff --git a/Content/Pirate/Textures/Pirate_Hair/T_Pirate_Hair_Albedo_01.uasset b/Content/Pirate/Textures/Pirate_Hair/T_Pirate_Hair_Albedo_01.uasset deleted file mode 100644 index d1f3e12..0000000 --- a/Content/Pirate/Textures/Pirate_Hair/T_Pirate_Hair_Albedo_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19be06d13a73976d7237dea55f20ef2e9d5482684774a73bbf2137f949f64029 -size 3545201 diff --git a/Content/Pirate/Textures/Pirate_Hair/T_Pirate_Hair_Albedo_02.uasset b/Content/Pirate/Textures/Pirate_Hair/T_Pirate_Hair_Albedo_02.uasset deleted file mode 100644 index d1d1615..0000000 --- a/Content/Pirate/Textures/Pirate_Hair/T_Pirate_Hair_Albedo_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b503fb84fcf06c0f8cfe011250ea0d3db841caf2f31d1eef3940152f9e4d535 -size 2997737 diff --git a/Content/Pirate/Textures/Pirate_Hair/T_Pirate_Hair_Albedo_03.uasset b/Content/Pirate/Textures/Pirate_Hair/T_Pirate_Hair_Albedo_03.uasset deleted file mode 100644 index 954b7e2..0000000 --- a/Content/Pirate/Textures/Pirate_Hair/T_Pirate_Hair_Albedo_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:48d4ea0033d0fc6ea3622c8e86ac168ef7bfce416d9d671831a7ce0bb711d938 -size 3126840 diff --git a/Content/Pirate/Textures/Pirate_Hair/T_Pirate_Hair_Alpha.uasset b/Content/Pirate/Textures/Pirate_Hair/T_Pirate_Hair_Alpha.uasset deleted file mode 100644 index 5daf3e8..0000000 --- a/Content/Pirate/Textures/Pirate_Hair/T_Pirate_Hair_Alpha.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47a2e29acdd419e880f8e968f0f48e8fa75411408c0372173f7b249af126c296 -size 2539265 diff --git a/Content/Pirate/Textures/Pirate_Hair/T_Pirate_Hair_Hair_Ao.uasset b/Content/Pirate/Textures/Pirate_Hair/T_Pirate_Hair_Hair_Ao.uasset deleted file mode 100644 index 2277766..0000000 --- a/Content/Pirate/Textures/Pirate_Hair/T_Pirate_Hair_Hair_Ao.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c52605768d3f80ced0096038d0b6c243f6e2f3f2489897fc4d706e8e652db373 -size 294254 diff --git a/Content/Pirate/Textures/Pirate_Hair/T_Pirate_Hair_Hair_Metallic.uasset b/Content/Pirate/Textures/Pirate_Hair/T_Pirate_Hair_Hair_Metallic.uasset deleted file mode 100644 index 14443cd..0000000 --- a/Content/Pirate/Textures/Pirate_Hair/T_Pirate_Hair_Hair_Metallic.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:668e26e5bee29584a4b1f5655eff96d28d4cfe307f37479da9c91b1ec0564795 -size 83067 diff --git a/Content/Pirate/Textures/Pirate_Hair/T_Pirate_Hair_Hair_Normals.uasset b/Content/Pirate/Textures/Pirate_Hair/T_Pirate_Hair_Hair_Normals.uasset deleted file mode 100644 index d1d59f5..0000000 --- a/Content/Pirate/Textures/Pirate_Hair/T_Pirate_Hair_Hair_Normals.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63250264c28f5fc45bd929881f5e22594eee1f19c6e54aedf392748554a9365e -size 4557516 diff --git a/Content/ThirdPerson/Maps/WorldMap.umap b/Content/ThirdPerson/Maps/WorldMap.umap index 0374ddc..8750893 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:dbe70ec9db8a1fe069d6d211c733e394a6bfaf7091f84ae793516d5048b0e100 -size 73238 +oid sha256:52659327d563bdc67a4c9529e788d3cbc4c8b87a3622ec8a3fb558aa48c0cf84 +size 13058722 diff --git a/Content/ThirdPerson/Maps/WorldMap_sharedassets/L1_LayerInfo.uasset b/Content/ThirdPerson/Maps/WorldMap_sharedassets/L1_LayerInfo.uasset new file mode 100644 index 0000000..9f4b5ff --- /dev/null +++ b/Content/ThirdPerson/Maps/WorldMap_sharedassets/L1_LayerInfo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e673bf5cc1255641d910ac8481b56d0c2393a423d63675922e97827a8060031 +size 1566 diff --git a/Content/ThirdPerson/Maps/WorldMap_sharedassets/L2_LayerInfo.uasset b/Content/ThirdPerson/Maps/WorldMap_sharedassets/L2_LayerInfo.uasset new file mode 100644 index 0000000..e7d5acc --- /dev/null +++ b/Content/ThirdPerson/Maps/WorldMap_sharedassets/L2_LayerInfo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08ca6ab057f85d5ce33e26f644aca0dedf59d17285067965befd063deb8d6617 +size 1566 diff --git a/Content/ThirdPerson/Maps/WorldMap_sharedassets/L3_LayerInfo.uasset b/Content/ThirdPerson/Maps/WorldMap_sharedassets/L3_LayerInfo.uasset new file mode 100644 index 0000000..7199f5f --- /dev/null +++ b/Content/ThirdPerson/Maps/WorldMap_sharedassets/L3_LayerInfo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:853d583eb038c37e15d111c025f3ab4eec705692db4db0314f67e7d6a497d88e +size 1566 diff --git a/Content/ThirdPerson/Maps/WorldMap_sharedassets/L4_LayerInfo.uasset b/Content/ThirdPerson/Maps/WorldMap_sharedassets/L4_LayerInfo.uasset new file mode 100644 index 0000000..e6ee55a --- /dev/null +++ b/Content/ThirdPerson/Maps/WorldMap_sharedassets/L4_LayerInfo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a67715a261ec0b7c71e23304f96e50a3c09444752d5f84b003150bfc804edb69 +size 1566 diff --git a/Content/UndeadPack/Ghoul/Blueprint/BP_Ghoul.uasset b/Content/UndeadPack/Ghoul/Blueprint/BP_Ghoul.uasset new file mode 100644 index 0000000..641d709 --- /dev/null +++ b/Content/UndeadPack/Ghoul/Blueprint/BP_Ghoul.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f241a0a4677e4e34a7b654419a453ebc4e3bc3a3e6b5f48024f168e2b2b5a55 +size 453617 diff --git a/Content/UndeadPack/SkeletonEnemy/Animations/Anim_Bow_Attack_Montage.uasset b/Content/UndeadPack/SkeletonEnemy/Animations/Anim_Bow_Attack_Montage.uasset new file mode 100644 index 0000000..831e118 --- /dev/null +++ b/Content/UndeadPack/SkeletonEnemy/Animations/Anim_Bow_Attack_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f163bd1b1d9820d7fd125f7b278768acff36123264056e6ce5421e283290bc9c +size 8246 diff --git a/Content/UndeadPack/SkeletonEnemy/Animations/Anim_Walk_Bow.uasset b/Content/UndeadPack/SkeletonEnemy/Animations/Anim_Walk_Bow.uasset new file mode 100644 index 0000000..fbfbc7e --- /dev/null +++ b/Content/UndeadPack/SkeletonEnemy/Animations/Anim_Walk_Bow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:109e8af6029542aade3e3b92be8cba9b529aa3d79aa94b64c01abe1a099ed156 +size 116496 diff --git a/Content/UndeadPack/SkeletonEnemy/Animations/Skeleton_AnimBP.uasset b/Content/UndeadPack/SkeletonEnemy/Animations/Skeleton_AnimBP.uasset new file mode 100644 index 0000000..781ab77 --- /dev/null +++ b/Content/UndeadPack/SkeletonEnemy/Animations/Skeleton_AnimBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c00f41ce9d97d8168d51d59e9ed9a20c5ca2a5f4dcd52f40b453d35cbe71e71e +size 103570 diff --git a/Content/UndeadPack/SkeletonEnemy/Blueprint/BP_Skeleton_Enemy.uasset b/Content/UndeadPack/SkeletonEnemy/Blueprint/BP_Skeleton_Enemy.uasset new file mode 100644 index 0000000..caae8fa --- /dev/null +++ b/Content/UndeadPack/SkeletonEnemy/Blueprint/BP_Skeleton_Enemy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:760bf3991cdc336072c468bb51998e6aa333d45406bbcbfd803a54a1ec9baa0b +size 229082 diff --git a/Content/UndeadPack/SkeletonEnemy/Blueprint/BP_Skeleton_Enemy1.uasset b/Content/UndeadPack/SkeletonEnemy/Blueprint/BP_Skeleton_Enemy1.uasset new file mode 100644 index 0000000..4504cb1 --- /dev/null +++ b/Content/UndeadPack/SkeletonEnemy/Blueprint/BP_Skeleton_Enemy1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:653a7778642be7de60e36d9a0d29eeb06fe93805a695e3e810a668c71e671970 +size 2684 diff --git a/Content/UndeadPack/SkeletonEnemy/Mesh/SK_Skeleton_Skeleton.uasset b/Content/UndeadPack/SkeletonEnemy/Mesh/SK_Skeleton_Skeleton.uasset new file mode 100644 index 0000000..76354c5 --- /dev/null +++ b/Content/UndeadPack/SkeletonEnemy/Mesh/SK_Skeleton_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2037b2fc55bc52015ff25220e1d146ff3e221dc3714d561c882710b7a85b3a59 +size 30174 diff --git a/Content/UndeadPack/SkeletonEnemy/Mesh/Weapon/Bow/Arrow/SM_ArrowCut.uasset b/Content/UndeadPack/SkeletonEnemy/Mesh/Weapon/Bow/Arrow/SM_ArrowCut.uasset new file mode 100644 index 0000000..f42e602 --- /dev/null +++ b/Content/UndeadPack/SkeletonEnemy/Mesh/Weapon/Bow/Arrow/SM_ArrowCut.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aed369bd85446c86505591cf9760300607ae83a86b96ece505759604035e68ee +size 17126 diff --git a/Content/UndeadPack/SkeletonEnemy/Mesh/Weapon/Bow/SK_Bow.uasset b/Content/UndeadPack/SkeletonEnemy/Mesh/Weapon/Bow/SK_Bow.uasset new file mode 100644 index 0000000..68b8642 --- /dev/null +++ b/Content/UndeadPack/SkeletonEnemy/Mesh/Weapon/Bow/SK_Bow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0b9caedd1a70cfcd558d869742cbd1f8f44ace544ca488aaa98a02d58679c45 +size 68539 diff --git a/Content/UndeadPack/SkeletonEnemy/Mesh/Weapon/Bow/SK_Bow_PhysicsAsset.uasset b/Content/UndeadPack/SkeletonEnemy/Mesh/Weapon/Bow/SK_Bow_PhysicsAsset.uasset new file mode 100644 index 0000000..8eed9ae --- /dev/null +++ b/Content/UndeadPack/SkeletonEnemy/Mesh/Weapon/Bow/SK_Bow_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:814370943cebec5074f7fcd30126001369302d6aed3ebedab9fb22ba8e983140 +size 23215 diff --git a/Content/UndeadPack/SkeletonEnemy/Mesh/Weapon/Bow/Sk_Bow_Skeleton.uasset b/Content/UndeadPack/SkeletonEnemy/Mesh/Weapon/Bow/Sk_Bow_Skeleton.uasset new file mode 100644 index 0000000..426aa16 --- /dev/null +++ b/Content/UndeadPack/SkeletonEnemy/Mesh/Weapon/Bow/Sk_Bow_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70c943df300e85a3a1539ece0eb3aac7674bb5b7fb86f4c0ac3438eaf5fa5952 +size 8104 diff --git a/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/9/ZL/H2T3JG4EOYB0PWATRAG02S.uasset b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/9/ZL/H2T3JG4EOYB0PWATRAG02S.uasset new file mode 100644 index 0000000..0562d38 --- /dev/null +++ b/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/9/ZL/H2T3JG4EOYB0PWATRAG02S.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce6c824dcfff1426e127a114286a37cc5da20e6bdcf6055bf675850d42d55bde +size 13290 diff --git a/Content/sA_PickupSet_1/Materials/Textures/Noise01.uasset b/Content/sA_PickupSet_1/Materials/Textures/Noise01.uasset new file mode 100644 index 0000000..8673fcc --- /dev/null +++ b/Content/sA_PickupSet_1/Materials/Textures/Noise01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dfcf66538c230e3204b06d8cd675228f821ad14ad6c0520a45b433b65daed4d +size 38263 diff --git a/Content/sA_PickupSet_1/Materials/Textures/Noise02.uasset b/Content/sA_PickupSet_1/Materials/Textures/Noise02.uasset new file mode 100644 index 0000000..9374945 --- /dev/null +++ b/Content/sA_PickupSet_1/Materials/Textures/Noise02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc43a6a0ea49c796867dd08787d1ce720cc537bc52108e30462b65c1542a8d60 +size 286844 diff --git a/Content/sA_PickupSet_1/Materials/Textures/Noise04.uasset b/Content/sA_PickupSet_1/Materials/Textures/Noise04.uasset new file mode 100644 index 0000000..1397c62 --- /dev/null +++ b/Content/sA_PickupSet_1/Materials/Textures/Noise04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:262a3d6d80e020066df2a8f1023e22460e4ef471be9854ba2051088e8d67b7d1 +size 135024 diff --git a/Content/sA_PickupSet_1/Materials/Textures/Noise06.uasset b/Content/sA_PickupSet_1/Materials/Textures/Noise06.uasset new file mode 100644 index 0000000..354b5e0 --- /dev/null +++ b/Content/sA_PickupSet_1/Materials/Textures/Noise06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f765bf7d694409630c3d4764b29be0969c7678d55ce49070dcc48dc70368ff5 +size 3754002 diff --git a/Content/sA_PickupSet_1/Materials/Textures/Noise07.uasset b/Content/sA_PickupSet_1/Materials/Textures/Noise07.uasset new file mode 100644 index 0000000..d45a341 --- /dev/null +++ b/Content/sA_PickupSet_1/Materials/Textures/Noise07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00449c0f390d20e50f76d32d7c7338e4bbcf1e390bf2f98329bdbaabd7b02bfc +size 130759 diff --git a/Content/sA_PickupSet_1/Materials/Textures/Noise08.uasset b/Content/sA_PickupSet_1/Materials/Textures/Noise08.uasset new file mode 100644 index 0000000..bd1264b --- /dev/null +++ b/Content/sA_PickupSet_1/Materials/Textures/Noise08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81dd9abd706e48b483eb60071d7e86af482d7efd3e3b627cdba4e75dbf840ad1 +size 333605 diff --git a/Content/sA_PickupSet_1/Materials/Textures/Noise09.uasset b/Content/sA_PickupSet_1/Materials/Textures/Noise09.uasset new file mode 100644 index 0000000..38e5df8 --- /dev/null +++ b/Content/sA_PickupSet_1/Materials/Textures/Noise09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:473862c54896cd32105a72bd1f5fb4cc1f91b98efeba6b233f0e0f4adc8aea31 +size 388094 diff --git a/Content/sA_PickupSet_1/Materials/Textures/Noise11.uasset b/Content/sA_PickupSet_1/Materials/Textures/Noise11.uasset new file mode 100644 index 0000000..c53dedc --- /dev/null +++ b/Content/sA_PickupSet_1/Materials/Textures/Noise11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65f050c52796de9ead7db8ad36e71455267a57b6bdcb2b09a5a4f7a7a861eb45 +size 119472 diff --git a/Content/sA_PickupSet_1/Materials/Textures/Noise12.uasset b/Content/sA_PickupSet_1/Materials/Textures/Noise12.uasset new file mode 100644 index 0000000..0ce2a1b --- /dev/null +++ b/Content/sA_PickupSet_1/Materials/Textures/Noise12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a97efa9c1437ac84350f16090d7b1c63a9bf878052ab2bc6867790f62de77338 +size 48610 diff --git a/Content/sA_PickupSet_1/Materials/Textures/T_Beam_01.uasset b/Content/sA_PickupSet_1/Materials/Textures/T_Beam_01.uasset new file mode 100644 index 0000000..d1e3ab6 --- /dev/null +++ b/Content/sA_PickupSet_1/Materials/Textures/T_Beam_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:560a9cd47ea81f2d66cbc59b3eebd3a5208b1fd635dfa8f0d6d73d6e554ab155 +size 522730 diff --git a/Content/sA_PickupSet_1/Materials/Textures/T_NoiseCloud_1.uasset b/Content/sA_PickupSet_1/Materials/Textures/T_NoiseCloud_1.uasset new file mode 100644 index 0000000..d4c409b --- /dev/null +++ b/Content/sA_PickupSet_1/Materials/Textures/T_NoiseCloud_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d6b6b58b4e19f37d2c0b900e2f5ff7ad2177a084be2199e70a7d14aad43b974 +size 202851 diff --git a/Content/sA_PickupSet_1/Materials/Textures/T_NoiseCloud_2.uasset b/Content/sA_PickupSet_1/Materials/Textures/T_NoiseCloud_2.uasset new file mode 100644 index 0000000..e8d3a67 --- /dev/null +++ b/Content/sA_PickupSet_1/Materials/Textures/T_NoiseCloud_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f921b478f02ee1cd03e92328748c3ddae77d25be5fdfe6c0bd3649db0c5aa5a +size 250653 diff --git a/Content/sA_PickupSet_1/Materials/Textures/T_NoiseFurry.uasset b/Content/sA_PickupSet_1/Materials/Textures/T_NoiseFurry.uasset new file mode 100644 index 0000000..a2ae773 --- /dev/null +++ b/Content/sA_PickupSet_1/Materials/Textures/T_NoiseFurry.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37f01ae5bd2d4314ba4836d23eb734de1eb14ab71cb38d842118031c911fa213 +size 909225 diff --git a/ProjetFinalUnreal.uproject b/ProjetFinalUnreal.uproject index 2bb39fa..9a517f0 100644 --- a/ProjetFinalUnreal.uproject +++ b/ProjetFinalUnreal.uproject @@ -58,6 +58,19 @@ "Name": "Landscaping", "Enabled": false, "MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/1150fad0ef4e4a75be5743c2c68237d3" + }, + { + "Name": "FlatNodes", + "Enabled": false, + "MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/b719437f3fb54c259b34227363df8cab" + }, + { + "Name": "Landmass", + "Enabled": true + }, + { + "Name": "Water", + "Enabled": true } ] } \ No newline at end of file