Exemple #1
0
    public virtual void ClearAIWayController()
    {
        if (AIController == null)
        {
            Init();
        }

        // pass this on to our waypoint controller, so that it can follow the waypoints
        AIController.ClearWayController();
    }