//CREAT3D.ECS.DataModel.EventSystems.Topics// ===== EntityDestroyedTopic ===== ^Type | [[Topic]] | ^Payload | [[ValueMessage]]<[[Entity|IEntity]]> | ^Broadcaster | [[IEntityFactory]] | This topic is broadcast from the [[IEntityFactory]] when an [[Entity]] is destroyed. The ValueMessage carries the [[Entity]] that was just destroyed.