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
Header.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::System.Runtime.InteropServices.ComVisible(true)]
8 [global::Cpp2ILInjected.Token(Token = "0x20003A8")]
9 [global::System.Serializable]
10 public class Header
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x4000F23")]
13 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
14 public string HeaderNamespace;
15
16 [global::Cpp2ILInjected.Token(Token = "0x4000F24")]
17 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
18 public bool MustUnderstand;
19
20 [global::Cpp2ILInjected.Token(Token = "0x4000F25")]
21 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
22 public string Name;
23
24 [global::Cpp2ILInjected.Token(Token = "0x4000F26")]
25 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
26 public object Value;
27 }
28}