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

Inheritance: OutgoingPacket
Afficher le fichier Open project: tripleys/RotMG-Net-Lib

Méthodes publiques

Свойство Type Description
BulletId byte
ObjectId int
TargetId int
Time int

Méthodes publiques

Méthode Description
GetPacketType ( ) : PacketType
Write ( PacketOutput output ) : void

Method Details

GetPacketType() public méthode

public GetPacketType ( ) : PacketType
Résultat PacketType

Write() public méthode

public Write ( PacketOutput output ) : void
output PacketOutput
Résultat void

Property Details

BulletId public_oe property

public byte BulletId
Résultat byte

ObjectId public_oe property

public int ObjectId
Résultat int

TargetId public_oe property

public int TargetId
Résultat int

Time public_oe property

public int Time
Résultat int