Ejemplo n.º 1
0
 public void noteMiss(SheetNote note)
 {
     noteList.Remove(note);
 }
Ejemplo n.º 2
0
 internal Stage(Act act, SheetNote actor)
 {
     Act = act;
     Actor = actor;
 }