8 lines
146 B
C#
8 lines
146 B
C#
|
|
namespace Content.Server.StationEvents.Components;
|
|||
|
|
|
|||
|
|
[RegisterComponent]
|
|||
|
|
public sealed class VentCritterSpawnLocationComponent : Component
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|