mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2025-12-11 00:03:27 +08:00
WIP
This commit is contained in:
@@ -72,7 +72,7 @@ public static class BirthPlanetPatch
|
||||
FlatBirthPlanet.SettingChanged += (_, _) => PatchBirthThemeData();
|
||||
HighLuminosityBirthStar.SettingChanged += (_, _) => PatchBirthThemeData();
|
||||
PatchBirthThemeData();
|
||||
_patch = Harmony.CreateAndPatchAll(typeof(DevShortcuts));
|
||||
_patch = Harmony.CreateAndPatchAll(typeof(BirthPlanetPatch));
|
||||
}
|
||||
|
||||
public static void Uninit()
|
||||
|
||||
Reference in New Issue
Block a user