BrettRToomey/Jobs

Migrate jobs from struct to class

Closed this issue · 0 comments

Originally, jobs were in a global array and there was virtually no need to access their properties so you were returned a handle instead of an instance of your job. Migrate the jobs from a value-type struct to a reference and return them on add.