예제 #1
0
 public static void lua_newtable(UIntPtr L)
 {
     BBLua.lua_createtable(L, 0, 0);
 }