14 lines
262 B
C#
14 lines
262 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
namespace RhythmHeavenMania.Games.ClappyTrio
|
|
{
|
|
public class ClappyTrio : MonoBehaviour
|
|
{
|
|
void Start()
|
|
{
|
|
Debug.Log("ClappyTrio");
|
|
}
|
|
}
|
|
} |