Class TileUpdatePacketWriter
Class that represents a tile update packet writer for the game server.
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fibula.Protocol.V772.PacketWriters
Assembly: Fibula.Protocol.V772.dll
Syntax
public class TileUpdatePacketWriter : BasePacketWriter, IPacketWriter
Constructors
| Improve this Doc View SourceTileUpdatePacketWriter(ILogger)
Initializes a new instance of the TileUpdatePacketWriter class.
Declaration
public TileUpdatePacketWriter(ILogger logger)
Parameters
Type | Name | Description |
---|---|---|
Serilog.ILogger | logger | A reference to the logger in use. |
Methods
| Improve this Doc View SourceWriteToMessage(IOutboundPacket, ref INetworkMessage)
Writes a packet to the given INetworkMessage.
Declaration
public override void WriteToMessage(IOutboundPacket packet, ref INetworkMessage message)
Parameters
Type | Name | Description |
---|---|---|
IOutboundPacket | packet | The packet to write. |
INetworkMessage | message | The message to write into. |