Пример #1
0
 private void ListenForThrowBack()
 {
     if (Input.GetButtonDown(InputConstants.ThrowBack))
     {
         ufo.Throwback();
     }
 }