[BUG-94] Türen immer öffnen

This commit is contained in:
hydrant
2021-04-29 17:09:53 +02:00
parent 07c6da7031
commit 1a6e22823c
5 changed files with 2215 additions and 3 deletions

View File

@@ -22,6 +22,7 @@ namespace ReallifeGamemode.Database.Entities
public float Y { get; set; }
public float Z { get; set; }
public float Radius { get; set; }
public bool AlwaysOpen { get; set; }
[NotMapped]
public Vector3 Position => new Vector3(X, Y, Z);