Beispiel #1
0
 protected LuaBaseFunctor(IntPtr luaState)
 {
     _luaState = luaState;
     _luaFunctionRefIndex = luaState.GetFuncRef();
 }