2016-12-02 19:02:26 -05:00

5 lines
76 B
Plaintext

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