Example #1
0
    public bool UpdateRESET()
    {
        if (Input.GetKeyUp(Inputs.reset.keyboardP1) || Input.GetKeyUp(Inputs.reset.keyboardP1) || XboxController.GetButtonUp(Inputs.reset.xbox))
        {
            game.Reset();
            return(true);
        }

        return(false);
    }