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

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

Méthodes publiques

Méthode Description
ClanListPacketComposer ( ) : System

Constructs the packet.

ClanListPacketComposer ( Room room ) : System

Constructs the packet.

Method Details

ClanListPacketComposer() public méthode

Constructs the packet.
public ClanListPacketComposer ( ) : System
Résultat System

ClanListPacketComposer() public méthode

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