test block is kil

oops
This commit is contained in:
Seanski2 2024-02-12 00:09:25 -05:00
parent 52f5b35217
commit 9c8206478a

View file

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