HeavenStudioPlus/Assets/Scripts/Games/ClappyTrio/ClappyTrio.cs

14 lines
262 B
C#
Raw Normal View History

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