예제 #1
0
파일: Selectable.cs 프로젝트: lexi89/bees
 public bool CanBePlaced()
 {
     return(GridController.CanBuildInSpots(GetSpotsOccupied()));
 }