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
NativeVersionInfo.cs
Go to the documentation of this file.
1using System;
2
3namespace InControl
4{
5 // Token: 0x02000043 RID: 67
6 public struct NativeVersionInfo
7 {
8 // Token: 0x040002E6 RID: 742
9 public uint major;
10
11 // Token: 0x040002E7 RID: 743
12 public uint minor;
13
14 // Token: 0x040002E8 RID: 744
15 public uint patch;
16
17 // Token: 0x040002E9 RID: 745
18 public uint build;
19 }
20}