1
0

VentCritterSpawnLocationComponent.cs 228 B

123456789
  1. using Content.Server.StationEvents.Events;
  2. namespace Content.Server.StationEvents.Components;
  3. [RegisterComponent, Access(typeof(VentClogRule))]
  4. public sealed partial class VentCritterSpawnLocationComponent : Component
  5. {
  6. }