mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2026-08-05 15:30:18 +08:00
fix(CheatEnabler): restore BuildToolOpt station replacement
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace CheatEnabler.Patches;
|
||||
|
||||
/// <summary>
|
||||
/// Preserves the pre-refactor type and method identity used by mods that locate FactoryPatch through reflection.
|
||||
/// </summary>
|
||||
public static class FactoryPatch
|
||||
{
|
||||
public static void ArrivePlanet(PlanetFactory factory)
|
||||
{
|
||||
Factory.FactoryPatch.ArrivePlanet(factory);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user