Esempio n. 1
0
 public void GetMethodProxy(lua_State L, string name, MethodInfo[] methods)
 {
     proxiedMethods[name] = new LuaDotNetMethodProxy(L, this, name, methods);
 }