add(equipment:)
Add the given equipment to the table setup.
Declaration
mutating func add<E>(equipment: E) where E : Equipment, E.State : BitwiseCopyable, E.State : CustomEquipmentStateParameters
- equipment:
The equipment to add.
Add the given equipment to the table setup.
mutating func add<E>(equipment: E) where E : Equipment, E.State : BitwiseCopyable, E.State : CustomEquipmentStateThe equipment to add.