From ccb51f26c375c330cc8b0f9a72b1b3833536e3cc Mon Sep 17 00:00:00 2001
From: ninemine <1371605831@qq.com>
Date: Fri, 28 Nov 2025 17:40:42 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E7=A1=AE=E8=AE=A4=E6=97=A0?=
=?UTF-8?q?=E6=95=88=E7=9A=84=E5=86=85=E5=AE=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
Convention/[Runtime]/Config.cs | 27 ---------------------------
1 file changed, 27 deletions(-)
diff --git a/Convention/[Runtime]/Config.cs b/Convention/[Runtime]/Config.cs
index 58356e4..e034b08 100644
--- a/Convention/[Runtime]/Config.cs
+++ b/Convention/[Runtime]/Config.cs
@@ -2444,33 +2444,6 @@ namespace Convention
}
}
-namespace Convention
-{
- public static partial class ConventionUtility
- {
-
- ///
- /// Unity engine function to disable the GC
- ///
- public static void GC_disable()
- {
-#if !UNITY_EDITOR
- GarbageCollector.GCMode = GarbageCollector.Mode.Disabled;
-#endif
- }
-
- ///
- /// Unity engine function to enable the GC
- ///
- public static void GC_enable()
- {
-#if !UNITY_EDITOR
- GarbageCollector.GCMode = GarbageCollector.Mode.Enabled;
-#endif
- }
- }
-}
-
namespace Convention
{
public static partial class Utility