From 4fde46699701b1a8b74b4dab516624852b24a86d Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期一, 23 六月 2025 14:24:50 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts
---
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