using System.Collections; using System.Collections.Generic; using UnityEngine; namespace Ichni.RhythmGame { public class NoteVisualBase : SubstantialObject { public NoteBase note; public GameObject noteMain; public GameObject judgeEffect; public List notePartList; public List effectPartList; } }