mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 12:57:39 +02:00
Started work on merging the karate man events
This breaks enum dropdowns but I'll fix that tomorrow
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user