public static void Postfix(List <MechLabItemSlotElement> ___localInventory)
 {
     try
     {
         Sorter.SortWidgetInventory(___localInventory);
     }
     catch (Exception e)
     {
         Control.LogError(e);
     }
 }
示例#2
0
 public static void Postfix(List <MechLabItemSlotElement> ___localInventory)
 {
     Sorter.SortWidgetInventory(___localInventory);
 }