using Robust.Shared.GameStates; namespace Content.Shared.Roles.Components; /// /// Used on Silicon's minds to get the appropriate mind role /// [RegisterComponent, NetworkedComponent] public sealed partial class SiliconBrainRoleComponent : BaseMindRoleComponent;