コード例 #1
0
ファイル: IdleState.cs プロジェクト: DylanYasen/Survival
    public void Enter()
    {
        Debug.Log("enter idle state.");

        m_entity.Idle();

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