| 51 | { return RoomLibraryNameDisplay; } |
| 52 | |
| 53 | int getCostPerTile() const override |
| 54 | { return ConfigManager::getSingleton().getRoomConfigInt32("LibraryCostPerTile"); } |
| 55 | |
| 56 | void checkBuildRoom(GameMap* gameMap, const InputManager& inputManager, InputCommand& inputCommand) const override |
| 57 | { |
nothing calls this directly
no test coverage detected