Beispiel #1
0
 public static bool Prefix(InventoryGui __instance)
 {
     OnTabPressed(TabControllers.FirstOrDefault(x => x.Tab == CraftingTabType.Upgrade));
     return(false);
 }