示例#1
0
 public static void lancerMetronome(Metronome m, BeatScroller tab)
 {
     m.StartCoroutine(m.Ticker());
     tab.hasStarted = true;
 }