using Content.Server.StationEvents.Events; namespace Content.Server.StationEvents.Components; [RegisterComponent, Access(typeof(MassMindSwapRule))] public sealed partial class MassMindSwapRuleComponent : Component { /// /// The mind swap is only temporary if true. /// [DataField("isTemporary")] public bool IsTemporary; }