Continue Ammunation

This commit is contained in:
VegaZ
2021-04-13 23:56:24 +02:00
parent 1f00619366
commit 98b5dc03f7
12 changed files with 2207 additions and 11 deletions

View File

@@ -78,7 +78,7 @@ declare type FactionRank = {
declare type Weapon = {
WeaponModel: string;
Category: string;
Category: number;
SlotID: number;
Ammo: number;
Price: number;