Add Migration for ServerVehicle Livery

This commit is contained in:
hydrant
2019-07-22 22:19:20 +02:00
parent fbba66852f
commit 3ebba0cadd
3 changed files with 1261 additions and 0 deletions

View File

@@ -786,6 +786,8 @@ namespace ReallifeGamemode.Migrations
b.Property<float>("Heading");
b.Property<int>("Livery");
b.Property<bool>("Locked");
b.Property<uint>("Model");