Exemplo n.º 1
0
    private void Reset()
    {
        if (goalEnteredAudioSource)
        {
            goalEnteredAudioSource.clip = goalEnteredClip;
        }
        CloseGoal();
        ResetActiveObjectives();

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