コード例 #1
0
ファイル: DotSequence.cs プロジェクト: rajin-s/GGJ_2020
 private void OnDisable()
 {
     RhythmManager.RemoveHandler(rate, OnSubdivision);
 }
コード例 #2
0
 private void OnDisable()
 {
     RhythmManager.RemoveHandler(rate, instrument.PlayNextNote);
 }