using Content.Shared.Silicons.Laws; using Robust.Shared.Prototypes; namespace Content.Server._DV.Objectives.Components; [RegisterComponent] public sealed partial class AILawsUpdatedRequirementComponent : Component { /// /// The lawset that is needed to complete the objective. /// [DataField(required: true)] public ProtoId Lawset; }