Guest User

Untitled

a guest
Sep 14th, 2024
163
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. [HarmonyPatch(typeof(HydroponicFarmConfig))]
  2. [HarmonyPatch("CreateBuildingDef")]
  3. public static class AA1__Patch2
  4. {
  5. public static void Postfix(BuildingDef __result)
  6. {
  7. __result.ThermalConductivity = 0.01f;
  8. }
  9. }
Advertisement
Comments
Add Comment
Please, Sign In to add comment