Created
December 16, 2016 11:40
-
-
Save thoj/fee42fabc82b74e422bff3766cbcc8a8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ready = false | |
function INIT() | |
print("INIT") | |
SomeObject = clr.LuaTest.SomeObject("test") | |
end | |
function MAIN() | |
print(SomeObject.data .. tostring(SomeObject.counter)) | |
SomeObject.counter = SomeObject.counter + 1 | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment