| 88 | } |
| 89 | |
| 90 | bool IsTypeAvailable(int cls_id, int id) const override |
| 91 | { |
| 92 | const auto *spec = this->GetSpec(cls_id, id); |
| 93 | return spec->IsAvailable(); |
| 94 | } |
| 95 | |
| 96 | void DrawType(int x, int y, int cls_id, int id) const override |
| 97 | { |
nothing calls this directly
no test coverage detected