Added interior marker / textlabel repositioning when changing enter / exit position

This commit is contained in:
hydrant
2018-12-25 12:14:32 +01:00
parent d22cf6e1ba
commit 13a0997d53
6 changed files with 75 additions and 4 deletions

View File

@@ -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
{