示例#1
0
文件: Goal.cs 项目: JordanTama/GDS2
    private void Reset()
    {
        if (goalEnteredAudioSource)
        {
            goalEnteredAudioSource.clip = goalEnteredClip;
        }
        CloseGoal();
        ResetActiveObjectives();

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