namespace CheatEnabler.Patches; /// /// Preserves the pre-refactor type and method identity used by mods that locate FactoryPatch through reflection. /// public static class FactoryPatch { public static void ArrivePlanet(PlanetFactory factory) { Factory.FactoryPatch.ArrivePlanet(factory); } }