Added interior marker / textlabel repositioning when changing enter / exit position
This commit is contained in:
@@ -18,7 +18,6 @@ namespace reallife_gamemode.Server.Entities
|
||||
[Key]
|
||||
[DatabaseGenerated(DatabaseGeneratedOption.Identity)]
|
||||
public int Id { get; set; }
|
||||
|
||||
public string Name { get; set; }
|
||||
|
||||
[Column("EnterPosition")]
|
||||
@@ -59,6 +58,7 @@ namespace reallife_gamemode.Server.Entities
|
||||
this._enterPosition = value;
|
||||
}
|
||||
}
|
||||
|
||||
[NotMapped]
|
||||
public Vector3 ExitPosition
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user