| 1522 | } |
| 1523 | |
| 1524 | int GetSelectedType() const override { return sel_type; } |
| 1525 | void SetSelectedType(int id) const override { sel_type = id; } |
| 1526 | |
| 1527 | static HouseZone GetHouseZoneFromClassId(int cls_id) { return static_cast<HouseZone>(to_underlying(HouseZone::TownEdge) + cls_id); } |
no outgoing calls
no test coverage detected