Conform to Sequence instead of LazySequenceProtocol for typed families
This commit is contained in:
parent
85f56ac576
commit
196dd312c7
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Reference in New Issue