remify minigame CatsRhythmGame
This commit is contained in:
10
Assets/02_Scripts/Rhythm/RhythmNoteSpawner.cs
Normal file
10
Assets/02_Scripts/Rhythm/RhythmNoteSpawner.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using UnityEngine;
|
||||
|
||||
public class RhythmNoteSpawner : MonoBehaviour
|
||||
{
|
||||
// 노트 프리팹 생성, 도달시간 주입
|
||||
public void SpawnNote(Note note)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user