Aurora.DefaultLibraryLoaders.InventoryXMLLoader.LoadLibraries C# (CSharp) Method

LoadLibraries() protected method

Use the asset set information at path to load assets
protected LoadLibraries ( string librariesControlPath ) : void
librariesControlPath string
return void
        protected void LoadLibraries(string librariesControlPath)
        {
            MainConsole.Instance.InfoFormat("[LIBRARY INVENTORY]: Loading library control file {0}", librariesControlPath);
            LoadFromFile(librariesControlPath, "Libraries control", ReadLibraryFromConfig);
        }