C# Class RotMG_Net_Lib.Networking.Packets.Outgoing.OtherHitPacket

Inheritance: OutgoingPacket
Show file Open project: tripleys/RotMG-Net-Lib

Public Properties

Property Type Description
BulletId byte
ObjectId int
TargetId int
Time int

Public Methods

Method Description
GetPacketType ( ) : PacketType
Write ( PacketOutput output ) : void

Method Details

GetPacketType() public method

public GetPacketType ( ) : PacketType
return PacketType

Write() public method

public Write ( PacketOutput output ) : void
output PacketOutput
return void

Property Details

BulletId public property

public byte BulletId
return byte

ObjectId public property

public int ObjectId
return int

TargetId public property

public int TargetId
return int

Time public property

public int Time
return int