Clientside Ammunation

This commit is contained in:
VegaZ
2021-04-16 23:10:21 +02:00
parent 8799bfe81b
commit 9a5df05b65
6 changed files with 2096 additions and 28 deletions

View File

@@ -1600,9 +1600,15 @@ namespace ReallifeGamemode.Database.Migrations
b.Property<int>("Ammo")
.HasColumnType("int");
b.Property<bool>("AmmunationActive")
.HasColumnType("tinyint(1)");
b.Property<int>("CategoryId")
.HasColumnType("int");
b.Property<bool>("Legal")
.HasColumnType("tinyint(1)");
b.Property<float>("Price")
.HasColumnType("float");