Beispiel #1
0
    internal bool CanBuildBridge()
    {
        if (!agentBehaviours)
        {
            agentBehaviours = gameObject.GetComponent <AgentBehaviourLibrary>();
        }

        return(agentBehaviours.HasRock() && agentBehaviours.IsBuildingBridge);
    }