Exemplo n.º 1
0
    public void FixedUpdate()
    {
        HorizontalAxis.AxisFiexedUpdate();

        if (jumpCounter > 0)
        {
            jumpCounter--;
        }

        if (shootCounter > 0)
        {
            shootCounter--;
        }
    }