C# Class Hazzik.RealmServer.PacketDispatchers.Internal.SplitItemDispatcher

Inheritance: IPacketDispatcher
Mostrar archivo Open project: hazzik/uwow2

Public Methods

Method Description
Dispatch ( ISession client, IPacket packet ) : void

Private Methods

Method Description
SplitItems ( IInventory inventorySrc, int srcSlot, IInventory inventoryDst, int dstSlot, int amount ) : void

Method Details

Dispatch() public method

public Dispatch ( ISession client, IPacket packet ) : void
client ISession
packet IPacket
return void