Contents

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 : CustomEquipmentState

Parameters

  • equipment:

    The equipment to add.

See Also

Adding equipment for gameplay