Terraria v1.4.4.9
Terraria source code documentation
|
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() |
Definition at line 5 of file BestiaryUnlocksTracker.cs.