Add a new item of equipment (e.g. a new custom item) to the equipment list. @param equip The item of equipment to be added.
(EquipmentFacade equip)
| 80 | * @param equip The item of equipment to be added. |
| 81 | */ |
| 82 | public void addEquipment(EquipmentFacade equip); |
| 83 | |
| 84 | public ListFacade<BodyStructure> getEquipmentLocations(); |
| 85 |
no outgoing calls
no test coverage detected