hch
2025-06-04 82aaad03e95afe30c43c7a6bce0aa1ac0a6a42d7
Main/System/SystemSetting/SystemSetting.cs
@@ -27,14 +27,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)