Continue Ammunation

This commit is contained in:
VegaZ
2021-04-13 21:46:11 +02:00
parent 8e5e1ca093
commit 1f00619366
4 changed files with 48 additions and 18 deletions

View File

@@ -74,4 +74,12 @@ declare type FactionMember = {
declare type FactionRank = {
}
declare type Weapon = {
WeaponModel: string;
Category: string;
SlotID: number;
Ammo: number;
Price: number;
}