Ejemplo n.º 1
0
 public static int LuaLRef(LuaState luaState, int registryIndex)
 {
     return(LuaCore.LuaLRef(luaState, registryIndex));
 }