Delta-v/Content.Server/_DV/CosmicCult/Components/RogueAscendedRoleComponent.cs

10 lines
302 B
C#

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