In the world class, I am trying to add around 70 instances of one class, however, to do this I must keep writing and so on.
I'm trying to optimize it so it won't take 140 lines of code to make. Any suggestions?
Thanks in advance!
object object = new object(); addObject(object,0,0) object object2 = new object(); addObject(object,100,100)
