V
Vincent Courcelle
Hello
i searching how to fetch all the objects of a class
what for ? those objects represents real objects dispatched in few rooms.
There is not a lot of objects, so when the player enter a room, i would like
to see each objects to view if they are in this room or not
another solution would be to put another class which manage those objects
(which would have a HashMap to remember where are each objects), but i
wouldn't like to do that (my project must be with the less class as
possible)
thanks !
i searching how to fetch all the objects of a class
what for ? those objects represents real objects dispatched in few rooms.
There is not a lot of objects, so when the player enter a room, i would like
to see each objects to view if they are in this room or not
another solution would be to put another class which manage those objects
(which would have a HashMap to remember where are each objects), but i
wouldn't like to do that (my project must be with the less class as
possible)
thanks !