void Start()
 {
     // We need the boundaries to add some effects to the top of a building
     _bounds = BoundariesUtil.GetMaxBounds(gameObject);
 }