Zum testen: rentcar system
This commit is contained in:
5
ReallifeGamemode.Client/global.d.ts
vendored
5
ReallifeGamemode.Client/global.d.ts
vendored
@@ -89,4 +89,9 @@ declare type Weapon = {
|
||||
declare type WeaponCategory = {
|
||||
Category: number;
|
||||
Weapons: Weapon[];
|
||||
}
|
||||
|
||||
declare type RentcarProperty = {
|
||||
Name: string;
|
||||
Price: number;
|
||||
}
|
||||
Reference in New Issue
Block a user