Fork Lifter Event Merge

This commit is contained in:
Carson Kompon
2022-03-01 14:27:08 -05:00
parent 36dd972a02
commit 93f7f31ca8
2 changed files with 20 additions and 5 deletions

View File

@ -10,6 +10,15 @@ namespace RhythmHeavenMania.Games.ForkLifter
{
public class ForkLifter : Minigame
{
public enum FlickType
{
Pea,
TopBun,
Burger,
BottomBun
}
public static ForkLifter instance;
[Header("References")]