terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ Cleanup()

void Telepathy.Server.Cleanup ( )
inlineprivate

Definition at line 90 of file Server.cs.

91 {
92 IEnumerator enumerator = this.clients.GetEnumerator();
93 }
ConcurrentDictionary< int, Server.ClientToken > clients
Definition Server.cs:182

References Telepathy.Server.clients.

Referenced by Telepathy.Server.Stop().