Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
RotMG_Net_Lib
Networking
Packets
Outgoing
PlayerShootPacket
C# Class RotMG_Net_Lib.Networking.Packets.Outgoing.PlayerShootPacket
Inheritance:
OutgoingPacket
Show 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 property
public
float
Angle
return
float
BulletId
public property
public
byte
BulletId
return
byte
ContainerType
public property
public
short
ContainerType
return
short
StartingPos
public property
public
WorldPosData
StartingPos
return
WorldPosData
Time
public property
public
int
Time
return
int