Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ICloseEx.cs
Go to the documentation of this file.
1namespace System.Net;
2
3internal interface ICloseEx
4{
5 void CloseEx(CloseExState closeState);
6}
void CloseEx(CloseExState closeState)