Added tank column to servervehicles

This commit is contained in:
hydrant
2019-03-07 20:39:30 +01:00
parent 04ed4bc322
commit 5bf613bac4
5 changed files with 1389 additions and 352 deletions

View File

@@ -25,6 +25,7 @@ namespace ReallifeGamemode.Server.Entities
public bool Locked { get; set; }
public bool Active { get; set; }
public float DistanceDriven { get; set; }
public float TankAmount { get; set; }
[NotMapped]
public Vector3 Position => new Vector3(PositionX, PositionY, PositionZ);