示例#1
0
文件: Selectable.cs 项目: lexi89/bees
 public bool CanBePlaced()
 {
     return(GridController.CanBuildInSpots(GetSpotsOccupied()));
 }