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

10 lines
277 B
C#

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