6
StarHorizon_Public/Content.Server/StationEvents/Components/VentCritterSpawnLocationComponent.cs
2025-12-18 02:55:17 +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
{
}