public static void Postfix(MechLabPanel __instance)
 {
     try
     {
         MechLabFixWidgetLayouts.FixMechLabLayouts(__instance);
         MechPropertiesWidget.Setup(__instance);
         MechLabMoveUIElements.MoveMechUIElements(__instance);
     }
     catch (Exception e)
     {
         Control.Logger.Error.Log(e);
     }
 }
Example #2
0
 public static void Postfix(MechLabPanel __instance)
 {
     try
     {
         MechLabFixWidgetLayouts.FixWidgetLayouts(__instance);
         MechPropertiesWidget.Setup(__instance);
         MechLabMoveMechRoleInfo.MoveMechRoleInfo(__instance);
     }
     catch (Exception e)
     {
         Control.mod.Logger.LogError(e);
     }
 }