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

◆ TransportType

Enumerator
Udp 
Connectionless 
Tcp 
ConnectionOriented 
All 

Definition at line 6 of file TransportType.cs.

7 {
8 // Token: 0x04000990 RID: 2448
9 Udp = 1,
10 // Token: 0x04000991 RID: 2449
12 // Token: 0x04000992 RID: 2450
13 Tcp,
14 // Token: 0x04000993 RID: 2451
16 // Token: 0x04000994 RID: 2452
17 All
18 }