Hi guys and ladies, i´ve got a little problem...i am creating a simple text game...i have a class Thing, then i have class Room(rooms in game, example office, coridor,...)...in this class i have ArrayList filled by objects of Thing class....and now i create class Inventory and there is another ArrayList and now i dont know how to take things from firs list and put them to second(from rooms to inventory)....does anybody know how to solve this??
