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

        _aiChase.UpdateChase();
    }