Exemplo n.º 1
0
 public IEnumerable <TappableBase> GetShortNotes()
 {
     return(Taps.Cast <TappableBase>().Concat(ExTaps).Concat(Flicks).Concat(Damages));
 }
 public IEnumerable <TappableBase> GetShortNotes()
 {
     return(Taps.Cast <TappableBase>().Concat(DTaps).Concat(HTaps).Concat(LTaps).Concat(Traces).Concat(DTraces).Concat(HTraces).Concat(LTraces));
 }