コード例 #1
0
ファイル: FSMBase.cs プロジェクト: mengtest/Nice-SkillSystem
    public void Update()
    {
        currentState.Reason(this);

        currentState.ActionState(this);

        SearchTarget();
    }