2017-11-29 22:13:32 -05:00

5 lines
72 B
Plaintext

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