C# Class RotMG_Net_Lib.Networking.Packets.Incoming.GotoPacket

Inheritance: IncomingPacket
Mostra file Open project: tripleys/RotMG-Net-Lib

Public Properties

Property Type Description
ObjectId int
Pos WorldPosData

Public Methods

Method Description
GetPacketType ( ) : PacketType
Read ( PacketInput input ) : void

Method Details

GetPacketType() public method

public GetPacketType ( ) : PacketType
return PacketType

Read() public method

public Read ( PacketInput input ) : void
input PacketInput
return void

Property Details

ObjectId public_oe property

public int ObjectId
return int

Pos public_oe property

public WorldPosData Pos
return WorldPosData