Delta-v/Content.Shared/Roles/Components/SubvertedSiliconRoleCompone...

10 lines
300 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared.Roles.Components;
/// <summary>
/// Added to mind role entities to tag that they are a hacked borg.
/// </summary>
[RegisterComponent, NetworkedComponent]
public sealed partial class SubvertedSiliconRoleComponent : BaseMindRoleComponent;