Continue Ammunation
This commit is contained in:
8
ReallifeGamemode.Client/global.d.ts
vendored
8
ReallifeGamemode.Client/global.d.ts
vendored
@@ -74,4 +74,12 @@ declare type FactionMember = {
|
||||
|
||||
declare type FactionRank = {
|
||||
|
||||
}
|
||||
|
||||
declare type Weapon = {
|
||||
WeaponModel: string;
|
||||
Category: string;
|
||||
SlotID: number;
|
||||
Ammo: number;
|
||||
Price: number;
|
||||
}
|
||||
Reference in New Issue
Block a user