Table of Contents

Interface IComposer

Namespace
Xabbo.Messages
Assembly
Xabbo.Common.dll

Represents an object that can be composed to a packet.

public interface IComposer

Methods

Compose(in PacketWriter)

Composes the object to a packet using the specified PacketWriter.

void Compose(in PacketWriter p)

Parameters

p PacketWriter