Exemplo n.º 1
0
 private void Update()
 {
     if (InputSystem.AnyGamePadButtonDown(XboxCtrlrInput.XboxButton.Y))
     {
         OnDie();
     }
 }