Not a bug report but a request.
Add empty void parameters to typename::Spawn, adjacent to how ScriptCaller.Call works, except these parameters get passed directly to the constructor. that way we don't need parameterless constructors when dynamically creating classes
CURRENT:
POSSIBLE:
ALSO POSSIBLE: