public void DeleteJob() { RemoveJob(currentJobObject.gameObject); CloseJob(); currentJobObject.DestroyJob(); jobSpawner.DecrementNumberOfJobs(); }