From 9c8206478a56ad64324162090f0963e4c166e0a0 Mon Sep 17 00:00:00 2001 From: Seanski2 Date: Mon, 12 Feb 2024 00:09:25 -0500 Subject: [PATCH] test block is kil oops --- Assets/Scripts/Games/SlotMonster/SlotMonster.cs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Assets/Scripts/Games/SlotMonster/SlotMonster.cs b/Assets/Scripts/Games/SlotMonster/SlotMonster.cs index 060f7b74c..668e7f577 100644 --- a/Assets/Scripts/Games/SlotMonster/SlotMonster.cs +++ b/Assets/Scripts/Games/SlotMonster/SlotMonster.cs @@ -78,14 +78,6 @@ namespace HeavenStudio.Games.Loaders new Param("flash", new Color(1f, 1f, 0.68f), "Button Flash Color", "Set the color of the flash of the buttons."), }, }, - new GameAction("test", "Test") - { - function = delegate { - if (eventCaller.gameManager.minigameObj.TryGetComponent(out SlotMonster instance)) { - instance.ScheduleInput(eventCaller.currentEntity.beat, 1, Games.Minigame.InputAction_BasicPress, null, null, null); - } - }, - }, } ); }