Exemple #1
0
    public override void TASK_END()
    {
        base.endTask();

        if (destinations)
        {
            destinations.incrementCurrent();
            destination = destinations.currentObject();
        }
    }