Files
tbd-station-14/Content.Server/Shuttles/Components/ArrivalsSourceComponent.cs

13 lines
317 B
C#

using Content.Server.Shuttles.Systems;
namespace Content.Server.Shuttles.Components;
/// <summary>
/// Added to a designated arrivals station for players to spawn at, if enabled.
/// </summary>
[RegisterComponent, Access(typeof(ArrivalsSystem))]
public sealed partial class ArrivalsSourceComponent : Component
{
}