remify minigame CatsRhythmGame

This commit is contained in:
2026-06-12 13:12:11 +09:00
parent c3210a2a7c
commit d4a76a2a97
10570 changed files with 602580 additions and 7 deletions

View File

@@ -0,0 +1,10 @@
using UnityEngine;
public class RhythmNoteSpawner : MonoBehaviour
{
// 노트 프리팹 생성, 도달시간 주입
public void SpawnNote(Note note)
{
}
}