修修补补

Signed-off-by: TRADER_FOER <lhf190@outlook.com>
This commit is contained in:
2026-07-17 21:09:34 +08:00
parent df453844e4
commit 19bf49289e
26 changed files with 228698 additions and 47852 deletions

View File

@@ -11,11 +11,11 @@ namespace Dreamteck
{
if (_instance == null)
{
_instance = Object.FindObjectsOfType<T>().FirstOrDefault();
_instance = Object.FindFirstObjectByType<T>();
}
return _instance;
}
}
}
}
}