示例#1
0
 public static int LuaLNewMetatable(LuaState luaState, string meta)
 {
     return(LuaCore.LuaLNewMetatable(luaState, meta));
 }