Default warp point names (#21017)
This commit is contained in:
@@ -6,12 +6,13 @@ namespace Content.Server.Warps
|
||||
[RegisterComponent]
|
||||
public sealed partial class WarpPointComponent : Component
|
||||
{
|
||||
[ViewVariables(VVAccess.ReadWrite)] [DataField("location")] public string? Location { get; set; }
|
||||
[ViewVariables(VVAccess.ReadWrite), DataField]
|
||||
public string? Location;
|
||||
|
||||
/// <summary>
|
||||
/// If true, ghosts warping to this entity will begin following it.
|
||||
/// </summary>
|
||||
[DataField("follow")]
|
||||
public bool Follow = false;
|
||||
[DataField]
|
||||
public bool Follow;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user