diff --git a/Sources/FirebladeECS/TypedFamily.swift b/Sources/FirebladeECS/TypedFamily.swift index 22687a9..18d6267 100644 --- a/Sources/FirebladeECS/TypedFamily.swift +++ b/Sources/FirebladeECS/TypedFamily.swift @@ -10,7 +10,7 @@ // * define read/write access // * set size and storage constraints -public protocol TypedFamilyProtocol: AnyObject, Equatable, LazySequenceProtocol { +public protocol TypedFamilyProtocol: AnyObject, Equatable, Sequence { associatedtype EntityComponentsSequence: EntityComponentsSequenceProtocol var traits: FamilyTraitSet { get }