[BUG-94] Türen immer öffnen
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user