コード例 #1
0
    //******************************************************************************************************************//
    //******************************************************************************************************************//

    // An action to make the agent randomly wander the level
    public static bool RandomWander(AgentActions agent, GameObject enemy, GameObject powerPickup, GameObject healthKit)
    {
        agent.RandomWander();
        return(true);
    }