Namespace Content.Shared.Singularity.EntitySystems
Classes
EventHorizonContainedEvent
An event queued when an event horizon is contained (put into a container). Exists to delay the event horizon eating its way out of the container until events relating to the insertion have been processed. Needs to be a class because ref structs can't be put into the queue.