// public functions
 public void Press()
 {
     if (type != TrebleNoteType._Default)
     {
         FreeColumnWrapper._AddNewNote(type);
     }
 }
Exemplo n.º 2
0
 // Use this for initialization
 private void Awake()
 {
     instance = this;
 }