File PacketHandlerDispatcherInstance.hpp

template<typename Packet, bool Unk = false>
class PacketHandlerDispatcherInstance : public IPacketHandlerDispatcher

Public Functions

virtual void handle(const NetworkIdentifier&, NetEventCallback&, std::shared_ptr<Packet>) const