Added tank column to servervehicles
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user