Exemplo n.º 1
0
            public static void Postfix(MechLabPanel __instance, MechDef ___activeMechDef)
            {
                try
                {
                    Current = __instance;
                }
                catch (Exception e)
                {
                    Control.mod.Logger.LogError(e);
                }

                ReservedSlots.CurrentMechDef = ___activeMechDef;
                ReservedSlots.RefreshData(___activeMechDef);
            }
Exemplo n.º 2
0
 public static void Postfix(MechLabPanel __instance, MechDef ___activeMechDef)
 {
     ReservedSlots.RefreshData(___activeMechDef);
 }