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

@@ -19,5 +19,8 @@ namespace ReallifeGamemode.Database.Entities
public int SlotID { get; set; }
public int Ammo { get; set; }
public float Price { get; set; }
public bool Legal { get; set; }
public bool AmmunationActive { get; set; }
}
}