Beispiel #1
0
 public void Concat(int n)
 {
     LuaAPI.lua_concat(this.luaPtr, n);
 }