TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ LoadData()

virtual void Terraria.ModLoader.ModNPC.LoadData ( TagCompound tag)
inlinevirtual

Allows you to load custom data that you have saved for this npc.

Parameters
tagThe tag.

Definition at line 896 of file ModNPC.cs.

897 {
898 }