예제 #1
0
    public void ChaseOnExit()
    {
        if (_debug || _debugAll)
        {
            Supporting.Log(string.Format("{0} is exiting Chase State", gameObject.name), gameObject);
        }

        _aiChase.ExitChase();
    }