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: 0x020002CB RID: 715
6 internal struct ifaddrs
7 {
8 // Token: 0x04000F1B RID: 3867
10
11 // Token: 0x04000F1C RID: 3868
12 public string ifa_name;
13
14 // Token: 0x04000F1D RID: 3869
15 public uint ifa_flags;
16
17 // Token: 0x04000F1E RID: 3870
19
20 // Token: 0x04000F1F RID: 3871
22
23 // Token: 0x04000F20 RID: 3872
25
26 // Token: 0x04000F21 RID: 3873
28 }
29}