Refactor minds to be entities with components, make roles components (#19591)
Co-authored-by: ShadowCommander <10494922+ShadowCommander@users.noreply.github.com> Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com>
This commit is contained in:
6
Content.Server/Roles/SubvertedSiliconRoleComponent.cs
Normal file
6
Content.Server/Roles/SubvertedSiliconRoleComponent.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Content.Server.Roles;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed partial class SubvertedSiliconRoleComponent : AntagonistRoleComponent
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user