mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-05-01 17:24:27 +02:00
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");
|
|
}
|
|
}
|
|
} |