Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IMapLayer.cs
Go to the documentation of this file.
1namespace Terraria.Map;
2
3public interface IMapLayer
4{
5 void Draw(ref MapOverlayDrawContext context, ref string text);
6}
void Draw(ref MapOverlayDrawContext context, ref string text)