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

◆ TargetType

Enumerator
None 
NPC 
Player 
TankPet 

Definition at line 372 of file NPCUtils.cs.

373 {
374 [global::Cpp2ILInjected.Token(Token = "0x4003ADF")]
375 None,
376 [global::Cpp2ILInjected.Token(Token = "0x4003AE0")]
377 NPC,
378 [global::Cpp2ILInjected.Token(Token = "0x4003AE1")]
379 Player,
380 [global::Cpp2ILInjected.Token(Token = "0x4003AE2")]
381 TankPet
382 }