Objectives ecs rework (#19967)
Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Content.Server.Objectives.Systems;
|
||||
|
||||
namespace Content.Server.Objectives.Components;
|
||||
|
||||
/// <summary>
|
||||
/// Requires that the player is on the emergency shuttle's grid when docking to CentCom.
|
||||
/// </summary>
|
||||
[RegisterComponent, Access(typeof(EscapeShuttleConditionSystem))]
|
||||
public sealed partial class EscapeShuttleConditionComponent : Component
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user