Update BGFish.cs

This commit is contained in:
FancyEX 2024-03-28 23:57:08 -04:00 committed by GitHub
parent a0bec7acd0
commit 2592757b40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,
}
}
}
}