Files
crystall-punk-14/Content.Server/StationEvents/Components/VentCritterSpawnLocationComponent.cs

8 lines
146 B
C#
Raw Normal View History

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