Delta-v/Content.Server/GameObjects/Components/Items/RCD/RCDDeconstructWhitelistComp...

11 lines
254 B
C#

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