Removed extra comp name attributes (#6449)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using Content.Server.GameTicking;
|
||||
using Content.Server.GameTicking;
|
||||
using Robust.Shared.Analyzers;
|
||||
using Robust.Shared.GameObjects;
|
||||
using Robust.Shared.Serialization.Manager.Attributes;
|
||||
@@ -9,7 +9,7 @@ namespace Content.Server.Station;
|
||||
/// <summary>
|
||||
/// Added to grids saved in maps to designate that they are the 'main station' grid.
|
||||
/// </summary>
|
||||
[RegisterComponent, ComponentProtoName("BecomesStation")]
|
||||
[RegisterComponent]
|
||||
[Friend(typeof(GameTicker))]
|
||||
public class BecomesStationComponent : Component
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Content.Server.GameTicking;
|
||||
using Content.Server.GameTicking;
|
||||
using Robust.Shared.Analyzers;
|
||||
using Robust.Shared.GameObjects;
|
||||
using Robust.Shared.Serialization.Manager.Attributes;
|
||||
@@ -10,7 +10,7 @@ namespace Content.Server.Station;
|
||||
/// Added to grids saved in maps to designate them as 'part of a station' and not main grids. I.e. ancillary
|
||||
/// shuttles for multi-grid stations.
|
||||
/// </summary>
|
||||
[RegisterComponent, ComponentProtoName("PartOfStation")]
|
||||
[RegisterComponent]
|
||||
[Friend(typeof(GameTicker))]
|
||||
public class PartOfStationComponent : Component
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user