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