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