예제 #1
0
파일: Goal.cs 프로젝트: JordanTama/GDS2
    private void Reset()
    {
        if (goalEnteredAudioSource)
        {
            goalEnteredAudioSource.clip = goalEnteredClip;
        }
        CloseGoal();
        ResetActiveObjectives();

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