Exemplo n.º 1
0
    // Use this for initialization

    void Start()
    {
        allowerMovement  = PositionsFather.GetComponent <AllowerMovement>();
        playerPersecutor = GetComponent <PlayerPersecutor>();
        patrolingEnemy   = GetComponent <PatrolingEnemy>();
        patrolliArea     = PositionsFather.GetComponent <PatrollingArea>();
    }