6
StarHorizon_Public/Content.Server/StationEvents/Components/VentCritterSpawnLocationComponent.cs
2026-01-24 12:49:55 +03:00

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
{
}