using Content.Server._DV.Objectives.Systems; using Content.Server.Objectives.Components; namespace Content.Server._DV.Objectives.Components; /// /// Requires that a target dies once and only once. /// Depends on to function. /// [RegisterComponent, Access(typeof(TeachLessonConditionSystem))] public sealed partial class TeachLessonConditionComponent : Component;