Kill bobby 2.0 (#6023)
This commit is contained in:
@@ -9,11 +9,13 @@ using Robust.Shared.Serialization.Manager.Attributes;
|
||||
namespace Content.Server.Ghost.Components
|
||||
{
|
||||
[RegisterComponent]
|
||||
[ComponentReference(typeof(IGhostOnMove))]
|
||||
public class GhostOnMoveComponent : Component,IGhostOnMove
|
||||
public class GhostOnMoveComponent : Component
|
||||
{
|
||||
public override string Name => "GhostOnMove";
|
||||
|
||||
[DataField("canReturn")] public bool CanReturn { get; set; } = true;
|
||||
|
||||
[DataField("mustBeDead")]
|
||||
public bool MustBeDead = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user