C# 클래스 RotMG_Net_Lib.Networking.Packets.Incoming.GotoPacket

상속: IncomingPacket
파일 보기 프로젝트 열기: tripleys/RotMG-Net-Lib

공개 프로퍼티들

프로퍼티 타입 설명
ObjectId int
Pos WorldPosData

공개 메소드들

메소드 설명
GetPacketType ( ) : PacketType
Read ( PacketInput input ) : void

메소드 상세

GetPacketType() 공개 메소드

public GetPacketType ( ) : PacketType
리턴 PacketType

Read() 공개 메소드

public Read ( PacketInput input ) : void
input PacketInput
리턴 void

프로퍼티 상세

ObjectId 공개적으로 프로퍼티

public int ObjectId
리턴 int

Pos 공개적으로 프로퍼티

public WorldPosData Pos
리턴 WorldPosData