// SPDX-FileCopyrightText: 2025 GoobBot // SPDX-FileCopyrightText: 2025 Solstice // SPDX-FileCopyrightText: 2025 SolsticeOfTheWinter // // SPDX-License-Identifier: AGPL-3.0-or-later using Content.Server._Goobstation.Devil.Contract; using Content.Server._Goobstation.Devil.Objectives.Systems; namespace Content.Server._Goobstation.Devil.Objectives.Components; [RegisterComponent, Access(typeof(DevilContractSystem), typeof(DevilObjectiveSystem))] public sealed partial class MeetContractWeightConditionComponent : Component { [DataField] public int ContractWeight; }