Auto comp (#6416)
This commit is contained in:
@@ -11,8 +11,6 @@ namespace Content.Server.Ghost.Components
|
||||
[RegisterComponent]
|
||||
public class GhostOnMoveComponent : Component
|
||||
{
|
||||
public override string Name => "GhostOnMove";
|
||||
|
||||
[DataField("canReturn")] public bool CanReturn { get; set; } = true;
|
||||
|
||||
[DataField("mustBeDead")]
|
||||
|
||||
@@ -17,8 +17,6 @@ namespace Content.Server.Ghost.Components
|
||||
[Dependency] private readonly IServerNetManager _netManager = default!;
|
||||
[Dependency] private readonly IEntityManager _entMan = default!;
|
||||
|
||||
public override string Name => "GhostRadio";
|
||||
|
||||
[DataField("channels")]
|
||||
private List<int> _channels = new(){1459};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user