Hijack shuttle objective (#19621)

Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com>
This commit is contained in:
Morb
2023-10-24 10:55:46 +03:00
committed by GitHub
parent fe3bcda7f2
commit 47b244b191
5 changed files with 123 additions and 0 deletions

View File

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