Exemplo n.º 1
0
 public static void Postfix(GameObject go)
 {
     if (!NoDupeHelper.CheckConfig(CustomizeBuildingsState.IDCookingStation))
     {
         return;
     }
     NoDupeHelper.SetAutomatic(go, go.GetComponent <CookingStation>());
 }
Exemplo n.º 2
0
 public static void Postfix(GameObject go)
 {
     if (!NoDupeHelper.CheckConfig(CustomizeBuildingsState.IDClothingFabricator))
     {
         return;
     }
     NoDupeHelper.SetAutomatic(go, go.GetComponent <ComplexFabricator>());
 }
Exemplo n.º 3
0
 public static void Postfix(GameObject go)
 {
     if (!NoDupeHelper.CheckConfig(CustomizeBuildingsState.IDMicrobeMusher))
     {
         return;
     }
     NoDupeHelper.SetAutomatic(go, go.GetComponent <MicrobeMusher>());
 }
Exemplo n.º 4
0
 public static void Postfix(GameObject go)
 {
     if (!NoDupeHelper.CheckConfig(CustomizeBuildingsState.IDMetalRefinery))
     {
         return;
     }
     NoDupeHelper.SetAutomatic(go, go.GetComponent <LiquidCooledRefinery>());
 }
Exemplo n.º 5
0
 public static void Postfix(GameObject go)
 {
     NoDupeHelper.SetAutomatic(go, go.GetComponent <CookingStation>());
 }
Exemplo n.º 6
0
 public static void Postfix(GameObject go)
 {
     NoDupeHelper.SetAutomatic(go, go.GetComponent <ComplexFabricator>());
 }
Exemplo n.º 7
0
 public static void Postfix(GameObject go)
 {
     NoDupeHelper.SetAutomatic(go, go.GetComponent <MicrobeMusher>());
 }
Exemplo n.º 8
0
 public static void Postfix(GameObject go)
 {
     NoDupeHelper.SetAutomatic(go, go.GetComponent <LiquidCooledRefinery>());
 }
Exemplo n.º 9
0
 public static void Postfix(GameObject go)
 {
     NoDupeHelper.SetAutomatic(go, go.GetComponent <GlassForge>());
 }