[+] Add Gangwar System (bugs incl.)

This commit is contained in:
Lukas Moungos
2020-01-13 21:43:55 +01:00
parent 3b0189807e
commit e8321e3ec3
10 changed files with 246 additions and 85 deletions

View File

@@ -907,9 +907,11 @@ namespace ReallifeGamemode.Database.Migrations
b.Property<float>("Rotation");
b.Property<int>("X");
b.Property<string>("Vector");
b.Property<int>("Y");
b.Property<float>("X");
b.Property<float>("Y");
b.HasKey("Id");