Пример #1
0
 public static void Concat(LuaStatePtr l, int n)
 {
     LuaDelegates.lua_concat(l, n);
 }