6
StarHorizon_Public/Content.Server/Ghost/Roles/Components/GhostTakeoverAvailableComponent.cs
2026-01-24 12:49:55 +03:00

12 lines
297 B
C#

namespace Content.Server.Ghost.Roles.Components
{
/// <summary>
/// Allows a ghost to take over the Owner entity.
/// </summary>
[RegisterComponent]
[Access(typeof(GhostRoleSystem))]
public sealed partial class GhostTakeoverAvailableComponent : Component
{
}
}