Topic: Why getClone, but no deleting of created object?
There is a getClone(object), but no destroyClone() or deleteClone(). What if i want to delete the clone object? The idea is first you make a clone for the bullet or etc.. And then after you hit the target the clone gets deleted from memory.