C# Class RuneScape.Communication.Messages.Outgoing.ClanListPacketComposer

Composes a packet that sends the character's clan mates.
Inheritance: RuneScape.Communication.Messages.Outgoing.PacketComposer
Show file Open project: omar-assadi/jolt-environment

Public Methods

Method Description
ClanListPacketComposer ( ) : System

Constructs the packet.

ClanListPacketComposer ( Room room ) : System

Constructs the packet.

Method Details

ClanListPacketComposer() public method

Constructs the packet.
public ClanListPacketComposer ( ) : System
return System

ClanListPacketComposer() public method

Constructs the packet.
public ClanListPacketComposer ( Room room ) : System
room Room The room of clan mates.
return System