Finalize Surgery

This commit is contained in:
VegaZ
2021-05-03 21:33:56 +02:00
81 changed files with 3654 additions and 609 deletions

View File

@@ -91,6 +91,12 @@ declare type WeaponCategory = {
Weapons: Weapon[];
}
declare type RentcarProperty = {
Name: string;
Price: number;
}
}
declare type PlayerCharacterData = {
Gender: boolean;
Father: number;