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
AixAddressFamily.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x020002AC RID: 684
6 internal enum AixAddressFamily
7 {
8 // Token: 0x04000EC8 RID: 3784
9 AF_INET = 2,
10 // Token: 0x04000EC9 RID: 3785
11 AF_INET6 = 24,
12 // Token: 0x04000ECA RID: 3786
13 AF_LINK = 18
14 }
15}