Files
tbd-station-14/Content.Server/Objectives/Components/HijackShuttleComponent.cs
2023-10-24 18:55:46 +11:00

9 lines
227 B
C#

using Content.Server.Objectives.Systems;
namespace Content.Server.Objectives.Components;
[RegisterComponent, Access(typeof(HijackShuttleConditionSystem))]
public sealed partial class HijackShuttleComponent : Component
{
}