Contents

add(equipment:)

Add the given equipment to the table setup.

Declaration

mutating func add<E>(equipment: some Sequence) where E : Equipment, E.State : BitwiseCopyable, E.State : CustomEquipmentState

Parameters

  • equipment:

    The collection of equipment to add.

See Also

Adding equipment for gameplay