using Content.Server.Changeling; using Content.Server.Objectives.Systems; namespace Content.Server.Objectives.Components; [RegisterComponent, Access(typeof(ChangelingObjectiveSystem), typeof(ChangelingSystem))] public sealed partial class AbsorbConditionComponent : Component { [DataField] public float Absorbed; }