From 06adcf354e2b53cfcf364fcf71c21c3482677e52 Mon Sep 17 00:00:00 2001 From: FancyEX <30706150+fancythedeveloper@users.noreply.github.com> Date: Thu, 4 Apr 2024 21:43:55 -0400 Subject: [PATCH] Update BGFish.cs Why does this keep HAPPENING?! --- Assets/Scripts/Games/CatchOfTheDay/BGFish.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Assets/Scripts/Games/CatchOfTheDay/BGFish.cs b/Assets/Scripts/Games/CatchOfTheDay/BGFish.cs index c8be71b0e..ba7d88de7 100644 --- a/Assets/Scripts/Games/CatchOfTheDay/BGFish.cs +++ b/Assets/Scripts/Games/CatchOfTheDay/BGFish.cs @@ -4,7 +4,6 @@ using HeavenStudio; using HeavenStudio.Games; using HeavenStudio.Util; using Jukebox; -using UnityEditor.Playables; using UnityEngine; using UnityEngine.Rendering; @@ -79,4 +78,4 @@ namespace HeavenStudio.Games.Scripts_CatchOfTheDay NorthWest = 12, } } -} \ No newline at end of file +}