コード例 #1
0
ファイル: Goal.cs プロジェクト: JordanTama/GDS2
    private void Reset()
    {
        if (goalEnteredAudioSource)
        {
            goalEnteredAudioSource.clip = goalEnteredClip;
        }
        CloseGoal();
        ResetActiveObjectives();

        if (_gateController)
        {
            _gateController.Reset();
        }
    }