This commit is contained in:
PC-20230316NUNE\Administrator
2024-02-04 16:17:39 +08:00
parent f04299219c
commit 04043cc6fc
51 changed files with 20366 additions and 2051 deletions

View File

@@ -15,7 +15,8 @@
public static void Clean()
{
Singleton<T>.ins.Clean();
if(Singleton<T>.ins != null)
Singleton<T>.ins.Clean();
Singleton<T>.ins = null;
}