Esempio n. 1
0
    public void Enter()
    {
        Debug.Log("enter idle state.");

        m_entity.Idle();

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