Esempio n. 1
0
 void OnCancel()
 {
     if (Input.GetButtonDown(_cancelString))
     {
         characterSelect.CancelChooseMem(player);
     }
 }