EndArcEarly()

public void EndArcEarly()
    {
        if (!canGrabLedge)
        {
            return;
        }
        else if (canGrabLedge)
        {
            arcPathPosition = 0;
            flipArcPoints = new();
            StopCoroutine(flipRoutine);
            flipRoutine = null;
        }
    }


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *