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

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

Public Properties

Property Type Description
BulletId byte
Kill bool
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

Kill public property

public bool Kill
return bool

TargetId public property

public int TargetId
return int

Time public property

public int Time
return int