* Creates a blank ruleset for a certain * type of inventory section. * @param id String defining the id. */
| 54 | * @param id String defining the id. |
| 55 | */ |
| 56 | RuleInventory::RuleInventory(const std::string &id): _id(id), _x(0), _y(0), _type(INV_SLOT), _slots(), _costs(), _listOrder(0) |
| 57 | { |
| 58 | } |
| 59 | |
| 60 | RuleInventory::~RuleInventory() |
| 61 | { |
nothing calls this directly
no outgoing calls
no test coverage detected