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
HelperInfo.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x0200083F RID: 2111
7 public struct HelperInfo
8 {
9 // Token: 0x04008136 RID: 33078
10 public Player player;
11
12 // Token: 0x04008137 RID: 33079
13 public NPC npc;
14
15 // Token: 0x04008138 RID: 33080
17
18 // Token: 0x04008139 RID: 33081
19 public bool[] nearbyNPCsByType;
20 }
21}