2023-03-24 12:54:41 +11:00
|
|
|
using Content.Server.Shuttles.Systems;
|
|
|
|
|
|
2023-03-22 20:29:55 +11:00
|
|
|
namespace Content.Server.Shuttles.Components;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Added to a designated arrivals station for players to spawn at, if enabled.
|
|
|
|
|
/// </summary>
|
2023-03-24 12:54:41 +11:00
|
|
|
[RegisterComponent, Access(typeof(ArrivalsSystem))]
|
2023-08-22 18:14:33 -07:00
|
|
|
public sealed partial class ArrivalsSourceComponent : Component
|
2023-03-22 20:29:55 +11:00
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|