public void DestroyBuilding()
 {
     selectedSpot.Destroy();
     ShowBuildingInfo(null);
     GM.I.sfx.Play(SFX.Build);
 }