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
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using Robust.Shared.GameObjects;
|
||||
|
||||
namespace Content.Server.GameObjects.Components.Items.RCD
|
||||
{
|
||||
[RegisterComponent]
|
||||
public class RCDDeconstructWhitelist : Component
|
||||
{
|
||||
public override string Name => "RCDDeconstructWhitelist";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user