|
|
@@ -24,7 +24,7 @@ namespace GamecraftModdingAPI.Commands |
|
|
|
//[HarmonyPatch] |
|
|
|
//[HarmonyPatch(typeof(RobocraftX.GUI.CommandLine.CommandLineCompositionRoot))] |
|
|
|
//[HarmonyPatch("Compose", new Type[] { typeof(UnityContext<FullGameCompositionRoot>), typeof(EnginesRoot), typeof(World), typeof(Action), typeof(MultiplayerInitParameters), typeof(StateSyncRegistrationHelper)})] |
|
|
|
public static class CommandPatch |
|
|
|
static class CommandPatch |
|
|
|
{ |
|
|
|
public static void Postfix(object contextHolder, EnginesRoot enginesRoot, World physicsWorld, Action reloadGame, MultiplayerInitParameters multiplayerParameters, StateSyncRegistrationHelper stateSyncReg) |
|
|
|
{ |
|
|
|