From bb917a44e530f58edfe35ecc73a17ffd00b2f3ef Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期二, 10 六月 2025 19:04:59 +0800
Subject: [PATCH] 18 子 2D卡牌客户端搭建 / 2D卡牌客户端搭建 UI动画审查跟问题修复
---
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