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