This commit is contained in:
2025-09-21 13:39:33 +08:00
129 changed files with 207388 additions and 7605 deletions

View File

@@ -17,6 +17,7 @@ namespace Ichni.RhythmGame
public GameObject judgeEffect;
public List<GameObject> notePartList;
public List<GameObject> extraPartList;
public List<GameObject> effectPrefabList;
public virtual Vector3 noteVisualPosition => noteMain.transform.position;