Example #1
0
 public bool CanBePlaced()
 {
     return(GridController.CanBuildInSpots(GetSpotsOccupied()));
 }