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
DropAttemptInfo.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x0200086D RID: 2157
7 public struct DropAttemptInfo
8 {
9 // Token: 0x040081A9 RID: 33193
10 public NPC npc;
11
12 // Token: 0x040081AA RID: 33194
13 public Player player;
14
15 // Token: 0x040081AB RID: 33195
17
18 // Token: 0x040081AC RID: 33196
19 public bool IsInSimulation;
20
21 // Token: 0x040081AD RID: 33197
22 public bool IsExpertMode;
23
24 // Token: 0x040081AE RID: 33198
25 public bool IsMasterMode;
26 }
27}