yyl
2025-05-28 d2c89959c7e56d8b0c52e8eecf90c2fbf6bc506a
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)