* Improves the RCD * oops * Unnecessary * Merge 2 checks * RCD whitelist and reorganization * Makes the RCD great again * Ignored components * loicense * Fix missing using
11 lines
254 B
C#
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";
|
|
}
|
|
}
|