fish-station/Content.Server/Objectives/Components/HijackShuttleComponent.cs
Morb 47b244b191
Hijack shuttle objective (#19621)
Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com>
2023-10-24 18:55:46 +11:00

8 lines
227 B
C#

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