hch
2025-08-25 d22a2cf47f8015dde7227d45b13833300dd2a8e6
Main/System/SystemSetting/SystemSetting.cs
@@ -3,7 +3,6 @@
using UnityEngine;
using UnityEngine.Events;
using System;
using vnxbqy.UI;
using System.Collections;
using Cysharp.Threading.Tasks;
@@ -27,14 +26,12 @@
    public SystemSetting()
    {
        // TODO YYL
        // DTC0102_tagCDBPlayer.switchAccountEvent += OnSwitchAccount;
        DTC0102_tagCDBPlayer.switchAccountEvent += OnSwitchAccount;
    }
    ~SystemSetting()
    {
        // TODO YYL
        // DTC0102_tagCDBPlayer.switchAccountEvent -= OnSwitchAccount;
        DTC0102_tagCDBPlayer.switchAccountEvent -= OnSwitchAccount;
    }
    public void SetSoundVolume(float _volume)