Ejemplo n.º 1
0
    public override void Tick()
    {
        base.Tick();

        if (NeedAbort)
        {
            Agent.AbortFsm();
            NeedAbort = false;
        }
    }