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
ifaddrs.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x020002B4 RID: 692
6 internal struct ifaddrs
7 {
8 // Token: 0x04000ED6 RID: 3798
10
11 // Token: 0x04000ED7 RID: 3799
12 public string ifa_name;
13
14 // Token: 0x04000ED8 RID: 3800
15 public uint ifa_flags;
16
17 // Token: 0x04000ED9 RID: 3801
19
20 // Token: 0x04000EDA RID: 3802
22
23 // Token: 0x04000EDB RID: 3803
25
26 // Token: 0x04000EDC RID: 3804
28 }
29}