Files
tbd-station-14/Content.Server/GameObjects/Components/Items/RCD/RCDDeconstructWhitelistComponent.cs
ike709 83a7dfebef Improves the RCD (#1609)
* Improves the RCD

* oops

* Unnecessary

* Merge 2 checks

* RCD whitelist and reorganization

* Makes the RCD great again

* Ignored components

* loicense

* Fix missing using
2020-08-13 19:39:23 +02:00

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";
}
}