using System.Collections; using System.Collections.Generic; using UnityEngine; namespace Ichni.RhythmGame { public class NoteJudgeSubmodule : SubmoduleBase { public NoteJudgeSubmodule(BaseElement attachedElement) : base(attachedElement) { } } public class NoteJudgeUnit { } }