Beispiel #1
0
 public void PrepareToSave()
 {
     Debug.Log(notes.Count);
     CleanListOfEmptyViews();
     track.AddNotes(notes);
 }