Removed extra comp name attributes (#6449)
This commit is contained in:
@@ -2,7 +2,7 @@ using Robust.Shared.GameObjects;
|
||||
|
||||
namespace Content.Server.Guardian;
|
||||
|
||||
[RegisterComponent, ComponentProtoName("CanHostGuardian")]
|
||||
[RegisterComponent]
|
||||
public class CanHostGuardianComponent : Component
|
||||
{
|
||||
}
|
||||
|
||||
@@ -8,7 +8,6 @@ namespace Content.Server.Guardian
|
||||
/// Given to guardians to monitor their link with the host
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
[ComponentProtoName("Guardian")]
|
||||
public class GuardianComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
@@ -10,7 +10,6 @@ namespace Content.Server.Guardian
|
||||
/// Creates a GuardianComponent attached to the user's GuardianHost.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
[ComponentProtoName("GuardianCreator")]
|
||||
public sealed class GuardianCreatorComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
@@ -8,7 +8,6 @@ namespace Content.Server.Guardian
|
||||
/// Given to guardian users upon establishing a guardian link with the entity
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
[ComponentProtoName("GuardianHost")]
|
||||
public sealed class GuardianHostComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user