示例#1
0
 public static void LuaCreateTable(LuaState luaState, int narr, int nrec)
 {
     LuaCore.LuaCreateTable(luaState, narr, nrec);
 }