2023-08-30 21:46:11 -07:00
|
|
|
|
using Content.Shared.Roles;
|
|
|
|
|
|
|
|
|
|
|
|
namespace Content.Server.Roles;
|
2023-08-28 16:53:24 -07:00
|
|
|
|
|
2024-10-10 10:48:56 +02:00
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Added to mind role entities to tag that they are a hacked borg.
|
|
|
|
|
|
/// </summary>
|
2023-08-28 16:53:24 -07:00
|
|
|
|
[RegisterComponent]
|
2024-10-10 10:48:56 +02:00
|
|
|
|
public sealed partial class SubvertedSiliconRoleComponent : BaseMindRoleComponent
|
2023-08-28 16:53:24 -07:00
|
|
|
|
{
|
|
|
|
|
|
}
|