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
AddressType.cs
Go to the documentation of this file.
1using System;
2
3namespace Terraria.Net
4{
5 // Token: 0x020006A8 RID: 1704
6 public enum AddressType
7 {
8 // Token: 0x04007953 RID: 31059
9 Tcp,
10 // Token: 0x04007954 RID: 31060
11 Steam,
12 // Token: 0x04007955 RID: 31061
13 WeGame
14 }
15}