Files
tbd-station-14/Content.Server/Shuttles/ShuttleComponent.cs
metalgearsloth a360f6126e Shuttle docking (#5169)
Co-authored-by: metalgearsloth <metalgearsloth@gmail.com>
2021-11-11 20:06:38 +11:00

9 lines
196 B
C#

using Content.Shared.Shuttles;
using Robust.Shared.GameObjects;
namespace Content.Server.Shuttles
{
[RegisterComponent]
public sealed class ShuttleComponent : SharedShuttleComponent {}
}