Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
RotMG_Net_Lib
Networking
Packets
Outgoing
PlayerShootPacket
C# Class RotMG_Net_Lib.Networking.Packets.Outgoing.PlayerShootPacket
Inheritance:
OutgoingPacket
Mostra file
Open project: tripleys/RotMG-Net-Lib
Public Properties
Property
Type
Description
Angle
float
BulletId
byte
ContainerType
short
StartingPos
WorldPosData
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
Angle
public_oe property
public
float
Angle
return
float
BulletId
public_oe property
public
byte
BulletId
return
byte
ContainerType
public_oe property
public
short
ContainerType
return
short
StartingPos
public_oe property
public
WorldPosData
StartingPos
return
WorldPosData
Time
public_oe property
public
int
Time
return
int