2021-06-09 22:19:39 +02:00
|
|
|
namespace Content.Server.Ghost.Roles.Components
|
2021-02-12 04:35:56 +01:00
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Allows a ghost to take over the Owner entity.
|
|
|
|
|
/// </summary>
|
2023-04-12 06:32:14 -07:00
|
|
|
[RegisterComponent]
|
|
|
|
|
[Access(typeof(GhostRoleSystem))]
|
2023-08-22 18:14:33 -07:00
|
|
|
public sealed partial class GhostTakeoverAvailableComponent : Component
|
2021-02-12 04:35:56 +01:00
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
}
|