Esempio n. 1
0
    void foundTarget(CRController other)
    {
        if (other)
        {
            if (_target)
                _target.deaggro(this);

            _target = other;
            _target.aggro(this);
            _controller.attack(_target);
        }
    }