Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ReLogic.Content.AssetReaderCollection Class Reference

Public Member Functions

void RegisterReader (IAssetReader reader, params string[] extensions)
 
bool TryGetReader (string extension, out IAssetReader reader)
 
string[] GetSupportedExtensions ()
 

Private Attributes

readonly Dictionary< string, IAssetReader_readersByExtension = new Dictionary<string, IAssetReader>()
 
string[] _extensions
 

Detailed Description

Definition at line 7 of file AssetReaderCollection.cs.


The documentation for this class was generated from the following file: