From e66262176697e27992fadfb6165a2d7ded115ee0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=89=E5=B3=B0?= Date: Mon, 8 Sep 2025 18:26:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Script/SDKManager/RushSDKManager.cs | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Assets/Script/SDKManager/RushSDKManager.cs b/Assets/Script/SDKManager/RushSDKManager.cs index 9230c9a..08ccbaf 100644 --- a/Assets/Script/SDKManager/RushSDKManager.cs +++ b/Assets/Script/SDKManager/RushSDKManager.cs @@ -29,15 +29,6 @@ public class RushSDKManager : D_MonoSingleton } - /// - /// 协程 - /// - /// - public void Coroutine(IEnumerator coroutine) - { - StartCoroutine(coroutine); - } - #region ad ///