mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-14 15:46:36 +08:00
Implemented the console log, some cleanups
This commit is contained in:
@ -108,9 +108,6 @@ namespace UnityExplorer.Core.Config
|
||||
"\r\nSeperate signatures with a semicolon ';'.",
|
||||
"DEFAULT");
|
||||
|
||||
Reflection_Signature_Blacklist.OnValueChanged += ReflectionUtility.LoadBlacklistString;
|
||||
ReflectionUtility.LoadBlacklistString(Reflection_Signature_Blacklist.Value);
|
||||
|
||||
// Internal configs (panel save data)
|
||||
|
||||
ObjectExplorerData = new ConfigElement<string>("ObjectExplorer", "", "", true);
|
||||
|
Reference in New Issue
Block a user