// SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com> // SPDX-FileCopyrightText: 2025 Ilya246 <57039557+Ilya246@users.noreply.github.com> // SPDX-FileCopyrightText: 2025 Misandry // SPDX-FileCopyrightText: 2025 gus // // SPDX-License-Identifier: AGPL-3.0-or-later using Content.Server._Shitcode.Wizard.Systems; using Robust.Shared.Prototypes; namespace Content.Server._Shitcode.Wizard.Components; [RegisterComponent, Access(typeof(WizardRuleSystem))] public sealed partial class RuleOnWizardDeathRuleComponent : Component { [DataField(required: true)] public EntProtoId Rule = default!; }