示例#1
0
    public void Enter()
    {
        Debug.Log("enter patrol state");

        m_entity.StartCoroutine("StateExecutor", this.Execute());

        m_entity.Patrol();
    }