using Robust.Shared.Prototypes; namespace Content.Shared.Procedural.Components; /// /// Indicates this entity prototype should be re-mapped to another /// [RegisterComponent] public sealed partial class EntityRemapComponent : Component { [DataField(required: true)] public Dictionary Mask = new(); }