2026-06-12 노트생성

This commit is contained in:
2026-06-12 14:57:38 +09:00
parent d4a76a2a97
commit 1e0483f210
6 changed files with 93 additions and 15 deletions

View File

@@ -3,7 +3,7 @@
public class Note
{
public float Time;
[HideInInspector] public float Time;
}
[CreateAssetMenu(fileName = "RhythmChart", menuName = "CatsRoom/RhythmChart")]