Exemplo n.º 1
0
 public IBuilding getAnyOpenBuilding(BuildingType bt)
 {
     // Returns an instance of the provided BT with a free worker slot
     // If no such building exists, null is returned
     return(gameState.getAnyOpenBuilding(bt));
 }