Added Job Quit to Interaction -> JOB

This commit is contained in:
VegaZ
2021-04-18 00:54:55 +02:00
parent 6a28cbe60d
commit 0b8be38254
4 changed files with 20 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ declare type JobData = {
busskill: number;
pilotskill: number;
wage: number;
isActive: boolean;
}
declare type VehicleData = {