using Robust.Shared.GameObjects; namespace Content.Server.RCD.Components { [RegisterComponent] public class RCDDeconstructWhitelist : Component { public override string Name => "RCDDeconstructWhitelist"; } }