Started work on merging the karate man events

This breaks enum dropdowns but I'll fix that tomorrow
This commit is contained in:
Carson Kompon
2022-03-01 03:17:06 -05:00
parent daf19fae54
commit 42b7d724be
4 changed files with 31 additions and 8 deletions

View File

@ -8,6 +8,15 @@ namespace RhythmHeavenMania.Games.KarateMan
{
public class KarateMan : Minigame
{
public enum HitType
{
Pot = 0,
Rock = 2,
Ball = 3,
TacoBell = 6
}
public enum LightBulbType
{
Normal,