fixed up config enums

This commit is contained in:
Alex
2025-01-15 11:52:33 +00:00
parent 8f47bd89c5
commit 94b7caf398
9 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ public class DialogueController
_configServer = configServer;
_saveServer = saveServer;
_coreConfig = _configServer.GetConfig<CoreConfig>(ConfigTypes.CORE);
_coreConfig = _configServer.GetConfig<CoreConfig>();
}
/// <summary>