From 7677bf7ab5f15f55b7e1366f1601e541a9a31f4d Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期三, 16 七月 2025 16:30:09 +0800
Subject: [PATCH] 0312 界面层级
---
Main/System/SystemSetting/SystemSetting.cs | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/Main/System/SystemSetting/SystemSetting.cs b/Main/System/SystemSetting/SystemSetting.cs
index 190cb51..7a24e2d 100644
--- a/Main/System/SystemSetting/SystemSetting.cs
+++ b/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)
--
Gitblit v1.8.0