using Robust.Shared.Map; namespace Content.Server._White.StationEvents.Components; [RegisterComponent] public sealed partial class VentSpawnRuleComponent : Component { /// /// Locations that was picked. /// [ViewVariables] public List? Coords; }