C# Class PalringoApi.Networking.PacketHandling.Handlers.GhostedHandler

Handles a "Ghosted" packet
Inheritance: PacketHandler
显示文件 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