terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
NativeVersionInfo.cs
Go to the documentation of this file.
1using System;
3
4namespace InControl
5{
6 [global::Cpp2ILInjected.Token(Token = "0x2000043")]
7 public struct NativeVersionInfo
8 {
9 [global::Cpp2ILInjected.Token(Token = "0x40002E6")]
10 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
11 public uint major;
12
13 [global::Cpp2ILInjected.Token(Token = "0x40002E7")]
14 [global::Cpp2ILInjected.FieldOffset(Offset = "0x4")]
15 public uint minor;
16
17 [global::Cpp2ILInjected.Token(Token = "0x40002E8")]
18 [global::Cpp2ILInjected.FieldOffset(Offset = "0x8")]
19 public uint patch;
20
21 [global::Cpp2ILInjected.Token(Token = "0x40002E9")]
22 [global::Cpp2ILInjected.FieldOffset(Offset = "0xC")]
23 public uint build;
24 }
25}