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

10 lines
271 B
C#

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