Beispiel #1
0
 public AirUpL(Note note) : base(note)
 {
 }
Beispiel #2
0
 public AirAction(Note note) : this(note.Size, note.Position, note.Location, note.LaneIndex)
 {
 }
Beispiel #3
0
 public bool Contains(Note note) => notes.Contains(note);