Example #1
0
 public static void Postfix(Designator_Build __instance, ref bool __result)
 {
     BuildableDef def = __instance.PlacingDef;
     if (def.HasStoryExtension())
     {
         __result = CanBeMade(def, ref __result);
     }
 }