From fa4e95b9b31c6ee024c5b8b45bc94f67f7c8cfcf Mon Sep 17 00:00:00 2001 From: xen-42 Date: Mon, 10 Feb 2025 16:50:53 -0500 Subject: [PATCH] Update PlayerImpactAudioPatches.cs --- NewHorizons/Patches/PlayerImpactAudioPatches.cs | 5 ----- 1 file changed, 5 deletions(-) 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;