//Call chest in room private void AddChest() { for (int i = 0; i < _rooms.Count; i++) { RoomInstance script = _rooms[i].GetComponent <RoomInstance>(); script.AddChest(); } }