Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [HarmonyPatch(typeof(HydroponicFarmConfig))]
- [HarmonyPatch("CreateBuildingDef")]
- public static class AA1__Patch2
- {
- public static void Postfix(BuildingDef __result)
- {
- __result.ThermalConductivity = 0.01f;
- }
- }
Advertisement
Comments
-
- Can you please provide instructions on what we are supposed to do with this data?
Add Comment
Please, Sign In to add comment