using Content.Server.Objectives.Systems; namespace Content.Server.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;