Removed extra comp name attributes (#6449)

This commit is contained in:
wrexbe
2022-02-08 00:42:49 -08:00
committed by GitHub
parent e49d6b05ef
commit 425712adea
54 changed files with 45 additions and 65 deletions

View File

@@ -1,4 +1,4 @@
using Content.Shared.Damage;
using Content.Shared.Damage;
using Robust.Shared.Analyzers;
using Robust.Shared.GameObjects;
using Robust.Shared.Serialization.Manager.Attributes;
@@ -11,7 +11,6 @@ namespace Content.Server.Climbing.Components;
/// not very generalized with regards to naming.
/// </summary>
[RegisterComponent, Friend(typeof(ClimbSystem))]
[ComponentProtoName("GlassTable")]
public class GlassTableComponent : Component
{
/// <summary>