[+] 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

@@ -21,6 +21,7 @@ namespace ReallifeGamemode.Database.Entities
public float Rotation { get; set; }
public float Range { get; set; }
public int Color { get; set; }
public string Vector { get; set; } = null;
}
}