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: 0x020002D9 RID: 729
6 internal struct sockaddr_in
7 {
8 // Token: 0x04000F44 RID: 3908
9 public byte sin_len;
10
11 // Token: 0x04000F45 RID: 3909
12 public byte sin_family;
13
14 // Token: 0x04000F46 RID: 3910
15 public ushort sin_port;
16
17 // Token: 0x04000F47 RID: 3911
18 public uint sin_addr;
19 }
20}