CSharp.lua
CSharp.lua copied to clipboard
how to use class and methods exported in c
I embed a lua engine(LuaBridge3) in my c++ application, and export c++ class and methods. I want to use this CSharp.lua, what should I do
CSharp.lua just convert C# code to lua code.