示例#1
0
 public static void LuaInsert(LuaState luaState, int newTop)
 {
     LuaCore.LuaInsert(luaState, newTop);
 }