using Content.Shared.Singularity.EntitySystems; using Content.Shared.Singularity.Components; namespace Content.Client.Singularity.Systems; /// /// The client-side version of . /// Manages s. /// Exists to make relevant signal handlers (ie: ) work on the client. /// public sealed class SingularityGeneratorSystem : SharedSingularityGeneratorSystem {}