Exemplo n.º 1
0
 public static bool Prefix(ScaleGrowthMonitor.Instance smi, ref bool __result)
 {
     if (smi.def.targetAtmosphere == SimHashes.Void) //if user sets atmosphere to void, then it will always grow
     {
         __result = true;
         return(false);
     }
     return(true);
 }
 private static void Postfix(ref bool __result, ScaleGrowthMonitor.Instance smi)
 {
     __result = true;
 }