Esempio n. 1
0
 /// <summary>
 /// Create an instance of <see cref="ItemListCompiler"/> using the provided compiler registry.
 /// </summary>
 /// <param name="compilerRegistry">The registry that contains the compiler to use for each asset type</param>
 protected ItemListCompiler(CompilerRegistry <IAssetCompiler> compilerRegistry)
 {
     this.compilerRegistry = compilerRegistry;
 }