Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IRemovableWriter.cs
Go to the documentation of this file.
1namespace System.Xml;
2
3internal interface IRemovableWriter
4{
5 OnRemoveWriter OnRemoveWriterEvent { set; }
6}