Delta-v/Content.Server/_DV/StationEvents/Components/NoosphericZapRuleComponent.cs

7 lines
230 B
C#

using Content.Server._DV.StationEvents.GameRules;
namespace Content.Server._DV.StationEvents.Components;
[RegisterComponent, Access(typeof(NoosphericZapRule))]
public sealed partial class NoosphericZapRuleComponent : Component;