Пример #1
0
 internal static int LuaCall(IntPtr luaState, int nArgs, int nResults)
 {
     return(LuaInterop.LuaCall(luaState, nArgs, nResults));
 }