diff --git a/NewHorizons/Patches/PlayerImpactAudioPatches.cs b/NewHorizons/Patches/PlayerImpactAudioPatches.cs index bf583229..f0028e0f 100644 --- a/NewHorizons/Patches/PlayerImpactAudioPatches.cs +++ b/NewHorizons/Patches/PlayerImpactAudioPatches.cs @@ -1,10 +1,5 @@ using HarmonyLib; using NewHorizons.Handlers; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace NewHorizons.Patches;