C# 클래스 RuneScape.Communication.Messages.Outgoing.ClanListPacketComposer

Composes a packet that sends the character's clan mates.
상속: RuneScape.Communication.Messages.Outgoing.PacketComposer
파일 보기 프로젝트 열기: omar-assadi/jolt-environment

공개 메소드들

메소드 설명
ClanListPacketComposer ( ) : System

Constructs the packet.

ClanListPacketComposer ( Room room ) : System

Constructs the packet.

메소드 상세

ClanListPacketComposer() 공개 메소드

Constructs the packet.
public ClanListPacketComposer ( ) : System
리턴 System

ClanListPacketComposer() 공개 메소드

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