using Content.Shared.Roles; using Robust.Shared.Prototypes; namespace Content.Server._CP14.StationCommonObjectives; [RegisterComponent] public sealed partial class CP14StationCommonObjectivesComponent : Component { public Dictionary> JobObjectives = new(); public Dictionary> DepartmentObjectives = new(); }