private void CheckLeave(PlayerInput playerInput, int index) { if ( playerInput.Start( ) && playerInput.Select( ) && playerInput.A( ) ) { Leave(playerInput, index); } }