Files
WhaleAdventure_VR/Assets/02_Scripts/Rhythm/RhythmNoteSpawner.cs
2026-06-12 13:12:11 +09:00

11 lines
185 B
C#

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