Initialize Factory when New method is called
HammoTime opened this issue · 0 comments
HammoTime commented
Is your feature request related to a problem? Please describe.
A manual call to Initialize is currently required after creating a Factory object. This shouldn't be required.
Describe the solution you'd like
Initialize factory when New method is called
Additional context
While a user can change attributes then reinitialize the object, the initial creation should always initialize the Factory properly.