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

Inheritance: OutgoingPacket
Mostra 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_oe property

public byte BulletId
return byte

Kill public_oe property

public bool Kill
return bool

TargetId public_oe property

public int TargetId
return int

Time public_oe property

public int Time
return int