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
AdvancedPopupRequest.cs
Go to the documentation of this file.
1using System;
5
6namespace Terraria
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000451")]
9 public struct AdvancedPopupRequest
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x400369E")]
12 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
13 public string Text;
14
15 [global::Cpp2ILInjected.Token(Token = "0x400369F")]
16 [global::Cpp2ILInjected.FieldOffset(Offset = "0x8")]
17 public Color Color;
18
19 [global::Cpp2ILInjected.Token(Token = "0x40036A0")]
20 [global::Cpp2ILInjected.FieldOffset(Offset = "0xC")]
21 public int DurationInFrames;
22
23 [global::Cpp2ILInjected.Token(Token = "0x40036A1")]
24 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
26 }
27}