Finalize Surgery
This commit is contained in:
6
ReallifeGamemode.Client/global.d.ts
vendored
6
ReallifeGamemode.Client/global.d.ts
vendored
@@ -91,6 +91,12 @@ declare type WeaponCategory = {
|
||||
Weapons: Weapon[];
|
||||
}
|
||||
|
||||
declare type RentcarProperty = {
|
||||
Name: string;
|
||||
Price: number;
|
||||
}
|
||||
}
|
||||
|
||||
declare type PlayerCharacterData = {
|
||||
Gender: boolean;
|
||||
Father: number;
|
||||
|
||||
Reference in New Issue
Block a user