Files
crystall-punk-14/Content.Server/Ghost/Roles/Components/GhostTakeoverAvailableComponent.cs

12 lines
297 B
C#
Raw Permalink Normal View History

2021-06-09 22:19:39 +02:00
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
{
}
}