Miese Corona Zeiten push für Lenhardt
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -775,6 +775,8 @@ namespace ReallifeGamemode.Database.Migrations
|
||||
|
||||
b.Property<float>("PositionZ");
|
||||
|
||||
b.Property<int>("Type");
|
||||
|
||||
b.HasKey("Id");
|
||||
|
||||
b.ToTable("Peds");
|
||||
|
||||
Reference in New Issue
Block a user