Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IIntellisenseBuilder.cs
Go to the documentation of this file.
2
3public interface IIntellisenseBuilder
4{
5 string Name { get; }
6
7 bool Show(string language, string value, ref string newValue);
8}
bool Show(string language, string value, ref string newValue)