Table of Contents

Class ConfigurationFilePacket

Namespace
Moongate.Network.Packets.Incoming.System
Assembly
Moongate.Network.Packets.dll
[PacketHandler(208, PacketSizing.Variable, Description = "Configuration File")]
public class ConfigurationFilePacket : BaseGameNetworkPacket, IGameNetworkPacket
Inheritance
ConfigurationFilePacket
Implements
Inherited Members

Constructors

ConfigurationFilePacket()

public ConfigurationFilePacket()

Methods

ParsePayload(ref SpanReader)

Parses packet-specific payload after opcode validation.

protected override bool ParsePayload(ref SpanReader reader)

Parameters

reader SpanReader

Packet span reader positioned after opcode.

Returns

bool

true when payload parsing succeeds; otherwise false.