C# 클래스 SagaGateway.Packets.Client.SendGUID

Client packet that contains the key user by the client.
상속: SagaLib.Packet
파일 보기 프로젝트 열기: Willyham/SagaRO2

공개 메소드들

메소드 설명
GetKey ( ) : string
New ( ) : Packet
Parse ( SagaLib client ) : void
SendGUID ( ) : System

Create an empty send key packet

메소드 상세

GetKey() 공개 메소드

public GetKey ( ) : string
리턴 string

New() 공개 메소드

public New ( ) : Packet
리턴 SagaLib.Packet

Parse() 공개 메소드

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

SendGUID() 공개 메소드

Create an empty send key packet
public SendGUID ( ) : System
리턴 System