Esempio n. 1
0
 public static void RemoveFromCustomGroup(TechGroup group, TechCategory category, TechType techType)
 {
     CraftDataPatcher2.RemoveFromCustomGroup(group, category, techType);
 }
Esempio n. 2
0
 public static void AddToCustomGroup(TechGroup group, TechCategory category, TechType techType)
 {
     CraftDataPatcher2.AddToCustomGroup(group, category, techType, TechType.None);
 }