C# 클래스 SagaGateway.Packets.Login.Get.SendIdentify

Client sending a GUID to the server.
상속: SagaLib.Packet
파일 보기 프로젝트 열기: Willyham/SagaRO2 1 사용 예제들

공개 메소드들

메소드 설명
GetSessionID ( ) : uint
New ( ) : Packet
Parse ( SagaLib client ) : void
SendIdentify ( ) : System

Create a SendGUID packet.

메소드 상세

GetSessionID() 공개 메소드

public GetSessionID ( ) : uint
리턴 uint

New() 공개 메소드

public New ( ) : Packet
리턴 SagaLib.Packet

Parse() 공개 메소드

public Parse ( SagaLib client ) : void
client SagaLib
리턴 void

SendIdentify() 공개 메소드

Create a SendGUID packet.
public SendIdentify ( ) : System
리턴 System