public override void DestroyBuilding() { if (another != null) { another.another = null; another.DestroyBuilding(); } GameObject.DestroyImmediate(gameObject); }