yanghuan / CSharp.lua

The C# to Lua compiler
Other
1.23k stars 202 forks source link

how to use class and methods exported in c #510

Open wu162 opened 5 months ago

wu162 commented 5 months ago

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

yanghuan commented 5 months ago

CSharp.lua just convert C# code to lua code.