Delta-v/Content.Server/Nyanotrasen/StationEvents/Components/NoosphericFryRuleComponent.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(NoosphericFryRule))]
public sealed partial class NoosphericFryRuleComponent : Component
{
}