mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2026-03-23 01:33:41 +08:00
WIP
This commit is contained in:
@@ -15,6 +15,10 @@ public static class ResourcePatch
|
||||
{
|
||||
InfiniteResourceEnabled.SettingChanged += (_, _) => InfiniteResource.Enable(InfiniteResourceEnabled.Value);
|
||||
FastMiningEnabled.SettingChanged += (_, _) => FastMining.Enable(FastMiningEnabled.Value);
|
||||
}
|
||||
|
||||
public static void Start()
|
||||
{
|
||||
InfiniteResource.Enable(InfiniteResourceEnabled.Value);
|
||||
FastMining.Enable(FastMiningEnabled.Value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user