Files
crystall-punk-14/Content.Server/GameObjects/Components/Items/RCD/RCDDeconstructWhitelistComponent.cs

11 lines
254 B
C#
Raw Normal View History

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