Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ContentRejectionNoCompatibleReader()

ReLogic.Content.ContentRejectionNoCompatibleReader.ContentRejectionNoCompatibleReader ( string extension,
string[] supportedExtensions )
inline

Definition at line 7 of file ContentRejectionNoCompatibleReader.cs.

8 {
9 reason = "Files of type '" + extension + "' cannot be read. Supported extensions are: " + string.Join(" ", supportedExtensions);
10 }

References ReLogic.Content.ContentRejectionNoCompatibleReader.reason.