Progress
This commit is contained in:
7
ReallifeGamemode.Client/global.d.ts
vendored
7
ReallifeGamemode.Client/global.d.ts
vendored
@@ -78,8 +78,13 @@ declare type FactionRank = {
|
||||
|
||||
declare type Weapon = {
|
||||
WeaponModel: string;
|
||||
Category: number;
|
||||
CategoryId: number;
|
||||
SlotID: number;
|
||||
Ammo: number;
|
||||
Price: number;
|
||||
}
|
||||
|
||||
declare type WeaponCategory = {
|
||||
Category: number;
|
||||
Weapons: Weapon[];
|
||||
}
|
||||
Reference in New Issue
Block a user