mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2026-08-05 19:30:21 +08:00
10 lines
194 B
C#
10 lines
194 B
C#
using BepInEx.Configuration;
|
|
|
|
namespace UniverseGenTweaks;
|
|
|
|
public static class MoreSettings
|
|
{
|
|
public static ConfigEntry<bool> Enabled;
|
|
public static ConfigEntry<int> MaxStarCount;
|
|
}
|