Files
crystall-punk-14/Content.Server/Roles/SubvertedSiliconRoleComponent.cs

12 lines
272 B
C#
Raw Permalink Normal View History

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