namespace Content.Shared._DV.CosmicCult; /// /// Event dispatched from shared into server code where something creates another thing that should be associated with the gamerule /// [ByRefEvent] public record struct CosmicCultAssociateRuleEvent(EntityUid Originator, EntityUid Target);