|
using Content.Shared.Roles.Components;
|
|
|
|
namespace Content.Shared._DV.Roles;
|
|
|
|
/// <summary>
|
|
/// Added to mind role entities to tag that they are a Skia.
|
|
/// </summary>
|
|
[RegisterComponent]
|
|
public sealed partial class SkiaRoleComponent : BaseMindRoleComponent;
|