5 lines
72 B
Plaintext
5 lines
72 B
Plaintext
function DrawThings(items)
|
|
for i=1,#items do
|
|
items[i]:draw()
|
|
end
|
|
end |