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
NPCTargetType.cs
Go to the documentation of this file.
1using System;
2
3namespace Terraria.Enums
4{
5 // Token: 0x02000610 RID: 1552
6 public enum NPCTargetType
7 {
8 // Token: 0x04007501 RID: 29953
9 None,
10 // Token: 0x04007502 RID: 29954
11 Player,
12 // Token: 0x04007503 RID: 29955
13 NPC,
14 // Token: 0x04007504 RID: 29956
16 }
17}