| 1841 | } |
| 1842 | |
| 1843 | bool IsTypeAvailable(int cls_id, int id) const override |
| 1844 | { |
| 1845 | return IsStationAvailable(this->GetSpec(cls_id, id)); |
| 1846 | } |
| 1847 | |
| 1848 | void DrawType(int x, int y, int cls_id, int id) const override |
| 1849 | { |
nothing calls this directly
no test coverage detected