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

10 lines
299 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 colossus systems.
/// </summary>
[RegisterComponent]
public sealed partial class CosmicColossusRoleComponent : BaseMindRoleComponent;