Files
crystall-punk-14/Content.Server/Shuttles/Components/ArrivalsSourceComponent.cs

11 lines
237 B
C#
Raw Normal View History

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