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

◆ GetServerConnection()

void MPSession_Dummy.GetServerConnection ( [Out] string server,
[Out] int port )
inline

Implements MPSession.

Definition at line 25 of file MPSession_Dummy.cs.

26 {
27 string text = this.serverAddress;
28 int num = this.serverPort;
29 port.m_value = num;
30 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, serverAddress, serverPort, and System.text.