Add RefuseCollector Job and other misc

This commit is contained in:
Siga
2020-04-04 18:33:20 +02:00
parent 69a4ab5d22
commit c871805430
24 changed files with 2251 additions and 104 deletions

View File

@@ -965,6 +965,10 @@ namespace ReallifeGamemode.Database.Migrations
b.Property<float>("Rotation");
b.Property<bool>("Surplus");
b.Property<int>("Value");
b.Property<string>("Vector");
b.Property<float>("X");