Exemple #1
0
    //Performs all actions associated with this Waypoint
    public virtual void Act()
    {
        UpdateAllActionsDone();

        if (!AllActionsDone)
        {
            defaultActionCollection.Act();
        }
    }