Files
tbd-station-14/Content.Server/StationEvents/Components/VentCritterSpawnLocationComponent.cs

10 lines
228 B
C#

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