1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2025-12-11 07:23:28 +08:00

Finished all scheduled functions for LogisticMiner

This commit is contained in:
2022-08-23 20:13:59 +08:00
parent 6778a9cc43
commit d692342fb7
3 changed files with 224 additions and 123 deletions

View File

@@ -14,7 +14,6 @@ public class DevShortcuts : BaseUnityPlugin
{
_cfgEnabled = Config.Bind("General", "Enabled", _cfgEnabled, "enable/disable this plugin").Value;
if (!_cfgEnabled) return;
Logger.LogInfo($"Plugin {PluginInfo.PLUGIN_GUID} is loaded!");
Harmony.CreateAndPatchAll(typeof(DevShortcuts));
}