Exemplo n.º 1
0
    public void StopAction()
    {
        if (ActionableParticles != null)
        {
            Destroy(ActionableParticles);
        }

        StopAnimation();
        CurrentAction?.StopActionSFX();
        CurrentAction?.OnStopAction();

        IsActioning = false;
        DestroyProgressBar();
        MovementController?.StartMovement();
    }