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
|
Classes | |
class | NPCEntry |
Public Member Functions | |
void | LoadNPCEntries (BinaryReader reader, int release) |
void | ReadNPCNames (BinaryReader reader, int release) |
bool | Load (BinaryReader reader, int release) |
bool | LoadMeta (WorldFileData data, BinaryReader reader, int release) |
NPCInfo_OldMobile () | |
Private Attributes | |
bool | downedAnyBoss |
bool | downedRabbit |
bool | downedTurkor |
List< NPCInfo_OldMobile.NPCEntry > | npcEntries |
Definition at line 11 of file NPCInfo_OldMobile.cs.