Is something along these lines possible:
^^ I know this is impossible, but the idea is that I would like to create a new instance from the class that has been passed.
public void Method(Class passedClass)
{
addObject(new passedClass, 50, 50);
}
