inshallah kein fehler

This commit is contained in:
hydrant
2020-05-10 23:18:53 +02:00
153 changed files with 6517 additions and 3407 deletions

View File

@@ -1,6 +1,6 @@
namespace ReallifeGamemode.Database.Entities
{
public partial class JobVehicle : ServerVehicle
public partial class JobVehicle : ServerVehicle
{
public int JobId { get; set; }
}

View File

@@ -21,5 +21,6 @@ namespace ReallifeGamemode.Database.Entities.Saves
public float Heading { get; set; }
public byte Dimension { get; set; }
public bool Active { get; set; }
public int Type { get; set; }
}
}

View File

@@ -22,7 +22,7 @@ namespace ReallifeGamemode.Database.Entities
public float Range { get; set; }
public int Color { get; set; }
public string Vector { get; set; } = null;
public int Value {get; set;} = 0;
public int Value { get; set; } = 0;
public int MaxValue { get; set; } = 0;
public bool Surplus { get; set; } = false;