public static void RemoveBuilding(StaticInstance instance) { if (instance.isInSavegame) { instance.Destroy(); } }