Exemple #1
0
 public void noteMiss(SheetNote note)
 {
     noteList.Remove(note);
 }
 internal Stage(Act act, SheetNote actor)
 {
     Act = act;
     Actor = actor;
 }