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
sockaddr_in.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x020002B5 RID: 693
6 internal struct sockaddr_in
7 {
8 // Token: 0x04000EDD RID: 3805
9 public ushort sin_family;
10
11 // Token: 0x04000EDE RID: 3806
12 public ushort sin_port;
13
14 // Token: 0x04000EDF RID: 3807
15 public uint sin_addr;
16 }
17}