Skip to content

Instantly share code, notes, and snippets.

@thoj
Created December 16, 2016 11:40
Show Gist options
  • Save thoj/fee42fabc82b74e422bff3766cbcc8a8 to your computer and use it in GitHub Desktop.
Save thoj/fee42fabc82b74e422bff3766cbcc8a8 to your computer and use it in GitHub Desktop.
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