Disable warnings that would be refactored anyway (#5047)
This commit is contained in:
@@ -15,7 +15,9 @@ namespace Content.Server.NodeContainer
|
||||
/// Creates and maintains a set of <see cref="Node"/>s.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
#pragma warning disable 618
|
||||
public class NodeContainerComponent : Component, IExamine
|
||||
#pragma warning restore 618
|
||||
{
|
||||
public override string Name => "NodeContainer";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user