function DrawThings(items) for i=1,#items do items[i]:draw() end end