From 06980c2781a1b652aa7b4db0eadca4847ea1c8e8 Mon Sep 17 00:00:00 2001 From: minenice55 Date: Sun, 27 Mar 2022 19:06:00 -0400 Subject: [PATCH] Fan Club: remove WIP --- Assets/Scripts/Minigames.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/Minigames.cs b/Assets/Scripts/Minigames.cs index 935b6517..3fe5c910 100644 --- a/Assets/Scripts/Minigames.cs +++ b/Assets/Scripts/Minigames.cs @@ -423,7 +423,7 @@ namespace HeavenStudio new Minigame("fireworks", "Fireworks \n[WIP don't use]", "000000", false, false, new List() { }), - new Minigame("fanClub", "Fan Club \n[WIP]", "FDFD00", false, false, new List() + new Minigame("fanClub", "Fan Club", "FDFD00", false, false, new List() { new GameAction("bop", delegate { var e = eventCaller.currentEntity; FanClub.instance.Bop(e.beat, e.length, e.type); }, 0.5f, true, parameters: new List() {