using Robust.Shared.Prototypes; namespace Content.Shared._White.Chaplain; [RegisterComponent] public sealed partial class ArmamentsBeaconComponent : Component { [DataField] public List Armor = new(); [DataField] public List Helmets = new(); }