Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IErrorHelper.cs
Go to the documentation of this file.
1namespace System.Xml.Xsl;
2
3internal interface IErrorHelper
4{
5 void ReportError(string res, params string[] args);
6}
void ReportError(string res, params string[] args)