| 46 | { return TrapBoulderNameDisplay; } |
| 47 | |
| 48 | int getCostPerTile() const override |
| 49 | { return ConfigManager::getSingleton().getTrapConfigInt32("BoulderCostPerTile"); } |
| 50 | |
| 51 | const std::string& getMeshName() const override |
| 52 | { |
nothing calls this directly
no test coverage detected