gui/GuiManager/Text/setgetText.int
Ryan Ward 277cd5c553 I finally updated this thing
I need to keep a consistant record. I have small updates that exist everywhere sigh.
2019-02-10 10:09:01 -05:00

6 lines
92 B
Plaintext

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