Remove CanReturnToBody property from SharedGhostComponent

This commit is contained in:
zumorica
2020-04-09 03:01:56 +02:00
parent 612790840c
commit c0bdfdf123
3 changed files with 3 additions and 10 deletions

View File

@@ -8,8 +8,6 @@ namespace Content.Shared.GameObjects.Components.Observer
{
public override string Name => "Ghost";
public override uint? NetID => ContentNetIDs.GHOST;
public virtual bool CanReturnToBody { get; set; } = true;
}
[Serializable, NetSerializable]