11 lines
237 B
C#
11 lines
237 B
C#
|
|
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
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|