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

6 lines
97 B
Plaintext

function gui:setText(txt)
self.text=txt
end
function gui:getText(txt)
return self.text
end