Files
crystall-punk-14/Content.Server/Shuttles/ShuttleComponent.cs

9 lines
196 B
C#
Raw Normal View History

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