6
StarHorizon_Public/Content.Server/_White/Roles/XenomorphRoleComponent.cs
2026-01-24 12:49:55 +03:00

10 lines
264 B
C#

using Content.Shared.Roles;
namespace Content.Server._White.Roles;
/// <summary>
/// Added to mind role entities to tag that they are a xenomorph.
/// </summary>
[RegisterComponent]
public sealed partial class XenomorphRoleComponent : BaseMindRoleComponent;