C# 클래스 SOE.Core.SOEPendingPacket

파일 보기 프로젝트 열기: Joshsora/LibSOE

공개 프로퍼티들

프로퍼티 타입 설명
Client SOEClient
Packet byte[]

공개 메소드들

메소드 설명
SOEPendingPacket ( SOEClient sender, byte packet ) : System

메소드 상세

SOEPendingPacket() 공개 메소드

public SOEPendingPacket ( SOEClient sender, byte packet ) : System
sender SOEClient
packet byte
리턴 System

프로퍼티 상세

Client 공개적으로 프로퍼티

public SOEClient,SOE.Core Client
리턴 SOEClient

Packet 공개적으로 프로퍼티

public byte[] Packet
리턴 byte[]