Files
tbd-station-14/Content.Server/StationEvents/Components/VentCritterSpawnLocationComponent.cs
2023-04-24 16:21:05 +10:00

8 lines
146 B
C#

namespace Content.Server.StationEvents.Components;
[RegisterComponent]
public sealed class VentCritterSpawnLocationComponent : Component
{
}