Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ITagHandler.cs
Go to the documentation of this file.
2
3namespace Terraria.UI.Chat;
4
5public interface ITagHandler
6{
7 TextSnippet Parse(string text, Color baseColor = default(Color), string options = null);
8}
TextSnippet Parse(string text, Color baseColor=default(Color), string options=null)