Exemple #1
0
    public override bool perform(GameObject agent)
    {
        Debug.Log("...Starting Finding");
        aILogic.FindPosition();
        if (aILogic.isPathSafe)
        {
            isComplete = true;

            return(true);
        }
        return(false);
    }