| 1022 | } |
| 1023 | |
| 1024 | bool IsTypeAvailable(int cls_id, int id) const override |
| 1025 | { |
| 1026 | return IsStationAvailable(this->GetSpec(cls_id, id)); |
| 1027 | } |
| 1028 | |
| 1029 | void DrawType(int x, int y, int cls_id, int id) const override |
| 1030 | { |
nothing calls this directly
no test coverage detected