12 lines
199 B
C#
12 lines
199 B
C#
|
|
using Content.Shared.Shuttles;
|
||
|
|
using Robust.Shared.GameObjects;
|
||
|
|
|
||
|
|
namespace Content.Server.Shuttles
|
||
|
|
{
|
||
|
|
[RegisterComponent]
|
||
|
|
public class ShuttleComponent : SharedShuttleComponent
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|