using System.Collections; using System.Collections.Generic; using UnityEngine; namespace RhythmHeavenMania.Games.ClappyTrio { public class ClappyTrio : MonoBehaviour { void Start() { Debug.Log("ClappyTrio"); } } }