Removed extra comp name attributes (#6449)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
using Robust.Shared.Analyzers;
|
||||
using Robust.Shared.Analyzers;
|
||||
using Robust.Shared.GameObjects;
|
||||
|
||||
namespace Content.Shared.Follower.Components;
|
||||
|
||||
[RegisterComponent, ComponentProtoName("Follower")]
|
||||
[RegisterComponent]
|
||||
[Friend(typeof(FollowerSystem))]
|
||||
public class FollowerComponent : Component
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user