Finalize Surgery

This commit is contained in:
VegaZ
2021-05-03 21:33:56 +02:00
81 changed files with 3654 additions and 609 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);