Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
override bool | Deserialize (BinaryReader reader, int userId) |
Static Public Member Functions | |
static NetPacket | SerializeKillCount (int npcNetId, int killcount) |
static NetPacket | SerializeSight (int npcNetId) |
static NetPacket | SerializeChat (int npcNetId) |
Static Protected Member Functions | |
static NetPacket | CreatePacket< T > (int maxSize) |
Private Types | |
enum | BestiaryUnlockType : byte { Kill , Sight , Chat } |
Definition at line 7 of file NetBestiaryModule.cs.