C# Class Terraria.GameContent.NetModules.NetLiquidModule

Inheritance: NetModule
Exibir arquivo Open project: EmuDevs/EDTerraria Class Usage Examples

Public Methods

Method Description
Deserialize ( BinaryReader reader, int userId ) : bool
Serialize ( HashSet changes ) : NetPacket

Method Details

Deserialize() public method

public Deserialize ( BinaryReader reader, int userId ) : bool
reader System.IO.BinaryReader
userId int
return bool

Serialize() public static method

public static Serialize ( HashSet changes ) : NetPacket
changes HashSet
return Terraria.Net.NetPacket