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

6 lines
92 B
Plaintext

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