Open wu162 opened 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
CSharp.lua just convert C# code to lua code.
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