using System.Collections; using System.Collections.Generic; using UnityEngine; using RhythmHeavenMania.Util; namespace RhythmHeavenMania.Games.Spaceball { public class Spaceball : Minigame { private void Start() { Debug.Log("Spaceball"); } } }