Show / Hide Table of Contents

Interface IPacketHandler<T>

Namespace: SlipeServer.Server.PacketHandling.Handlers
Assembly: SlipeServer.Server.dll
Syntax
public interface IPacketHandler<T> where T : Packet
Type Parameters
Name Description
T

Properties

| Edit this page View Source

PacketId

Declaration
PacketId PacketId { get; }
Property Value
Type Description
PacketId

Methods

| Edit this page View Source

HandlePacket(IClient, T)

Declaration
void HandlePacket(IClient client, T packet)
Parameters
Type Name Description
IClient client
T packet
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX