| 63 | |
| 64 | int GetSelectedClass() const override { return _object_gui.sel_class; } |
| 65 | void SetSelectedClass(int id) const override { _object_gui.sel_class = this->GetClassIndex(id); } |
| 66 | |
| 67 | StringID GetClassName(int id) const override |
| 68 | { |
nothing calls this directly
no test coverage detected