Removed Many Things

This commit is contained in:
CortexCore
2024-08-13 18:42:51 +08:00
parent c563c539a5
commit 79985ad6f5
1363 changed files with 5892 additions and 71512 deletions

View File

@@ -21,7 +21,7 @@ namespace BITKit
{
if (_singleton == null)
{
_singleton = ScriptableObjectHelper.Get<DictionaryReferenceScriptableObject>();
//_singleton = ScriptableObjectHelper.Get<DictionaryReferenceScriptableObject>();
}
return _singleton;
}