Exemple #1
0
 public static void lua_insert(LuaCore.lua_State luaState, int newTop)
 {
     LuaCore.lua_insert(luaState, newTop);
 }