using Robust.Shared.Prototypes; namespace Content.Shared._CP14.LockKey.Components; /// /// /// [RegisterComponent] public sealed partial class CP14StationKeyDistributionComponent : Component { [DataField] public List> Keys = new(); }