Deprecate knownUniqueComponentTypes
This commit is contained in:
parent
32e619659e
commit
4234957e92
|
|
@ -70,7 +70,7 @@ public final class Nexus {
|
||||||
childrenByParentEntity.removeAll()
|
childrenByParentEntity.removeAll()
|
||||||
}
|
}
|
||||||
|
|
||||||
@available(swift, deprecated: 0.11.2)
|
@available(swift, deprecated: 0.12.0)
|
||||||
public static var knownUniqueComponentTypes: Set<ComponentIdentifier> {
|
public static var knownUniqueComponentTypes: Set<ComponentIdentifier> {
|
||||||
Set<ComponentIdentifier>(stableComponentIdentifierMap.keys.map { ComponentIdentifier(hash: $0) })
|
Set<ComponentIdentifier>(stableComponentIdentifierMap.keys.map { ComponentIdentifier(hash: $0) })
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue