mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2026-08-06 09:00:25 +08:00
feat(cheatenabler): add bounded shell-count input
This commit is contained in:
@@ -8,6 +8,9 @@ namespace CheatEnabler.Functions;
|
||||
[ModFeature("CheatDysonSphere", Order = 20)]
|
||||
public static class DysonSphereFunctions
|
||||
{
|
||||
public const int MinShellsCountForFunctions = 1;
|
||||
public const int MaxShellsCountForFunctions = 99_999;
|
||||
|
||||
public static ConfigEntry<bool> IllegalDysonShellFunctionsEnabled;
|
||||
public static ConfigEntry<int> ShellsCountForFunctions;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user