Are there any linked Issues or Pull Requests?
No response
Brief description
The extrusion methods are all contained in overloaded constructors at the moment, including the hard coded array value ones which specify the distribution of every level. As there is now functionality available to pass an array to the extrude class these can be extracted and reduced down to either subroutines containing a simple array or files containing the data; this would simplify the code significantly and allow for greater modularity rather than having everything stored in GungHo.
Further details of the issue.
No response
Are there any linked Issues or Pull Requests?
No response
Brief description
The extrusion methods are all contained in overloaded constructors at the moment, including the hard coded array value ones which specify the distribution of every level. As there is now functionality available to pass an array to the extrude class these can be extracted and reduced down to either subroutines containing a simple array or files containing the data; this would simplify the code significantly and allow for greater modularity rather than having everything stored in GungHo.
Further details of the issue.
No response