Remove unused events
This commit is contained in:
parent
f642d81407
commit
f8915f1080
|
|
@ -34,13 +34,3 @@ public struct FamilyMemberRemoved: NexusEvent {
|
|||
public let member: EntityIdentifier
|
||||
public let from: FamilyTraitSet
|
||||
}
|
||||
|
||||
public struct ChildAdded: NexusEvent {
|
||||
public let parent: EntityIdentifier
|
||||
public let child: EntityIdentifier
|
||||
}
|
||||
|
||||
public struct ChildRemoved: NexusEvent {
|
||||
public let parent: EntityIdentifier
|
||||
public let child: EntityIdentifier
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue