From 2592757b40a9740015d9fce1df9dedc89eb4b5ba Mon Sep 17 00:00:00 2001 From: FancyEX <30706150+fancythedeveloper@users.noreply.github.com> Date: Thu, 28 Mar 2024 23:57:08 -0400 Subject: [PATCH] Update BGFish.cs --- 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 +}