Delta-v/Content.Shared/_DV/Roles/Components/CosmicCultRoleComponent.cs

10 lines
291 B
C#

using Content.Shared.Roles.Components;
namespace Content.Shared._DV.Roles;
/// <summary>
/// Added to mind role entities to tag that they are using the cosmic cult systems.
/// </summary>
[RegisterComponent]
public sealed partial class CosmicCultRoleComponent : BaseMindRoleComponent;