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
PalringoApi
Networking
PacketHandling
Handlers
GhostedHandler
C# Class PalringoApi.Networking.PacketHandling.Handlers.GhostedHandler
Handles a "Ghosted" packet
Inheritance:
PacketHandler
Mostra file
Open project: calico-crusade/PalringoApi
Public Methods
Method
Description
Process
(
Packet
packet
) :
void
What happens when the packet is processed
Method Details
Process()
public
method
What happens when the packet is processed
public
Process
(
Packet
packet
) :
void
packet
Packet
return
void