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

The throttle handler
Inheritance: PacketHandler
Mostra file Open project: calico-crusade/PalringoApi

Public Methods

Method Description
Process ( Packet packet ) : void

The processor

Method Details

Process() public method

The processor
public Process ( Packet packet ) : void
packet Packet
return void