Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.GameContent.Bestiary.BestiaryUnlocksTracker Class Reference

Public Member Functions

void Save (BinaryWriter writer)
 
void Load (BinaryReader reader, int gameVersionSaveWasMadeOn)
 
void ValidateWorld (BinaryReader reader, int gameVersionSaveWasMadeOn)
 
void Reset ()
 
void OnPlayerJoining (int playerIndex)
 
void FillBasedOnVersionBefore210 ()
 

Public Attributes

NPCKillsTracker Kills = new NPCKillsTracker()
 
NPCWasNearPlayerTracker Sights = new NPCWasNearPlayerTracker()
 
NPCWasChatWithTracker Chats = new NPCWasChatWithTracker()
 

Detailed Description

Definition at line 5 of file BestiaryUnlocksTracker.cs.


The documentation for this class was generated from the following file: