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