C# 클래스 ImaginationServer.Common.Packets.OutgoingPacket

파일 보기 프로젝트 열기: Miclebrick/Imagination-Server

공개 메소드들

메소드 설명
Serialize ( WBitStream bitStream ) : void
WriteHeader ( WBitStream bitStream, ushort remoteConnection, uint packetId ) : void

메소드 상세

Serialize() 공개 추상적인 메소드

public abstract Serialize ( WBitStream bitStream ) : void
bitStream WBitStream
리턴 void

WriteHeader() 공개 메소드

public WriteHeader ( WBitStream bitStream, ushort remoteConnection, uint packetId ) : void
bitStream WBitStream
remoteConnection ushort
packetId uint
리턴 void