The question is a bit hard to understand.
Im not sure how to explain in properly. Im new to all of this.
I want to get the objects in the range of 150 added in a list. It all worked for one class. (läufer.class). But how do i add another class.
just hor helping you to understand:
...getObjectsInRange(150, läufer.class & läufer2.class)
I know that wont work tho. Any ideas?
List<läufer>gegner = getObjectsInRange(150, läufer.class);


