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 SourcePacketId
Declaration
PacketId PacketId { get; }
Property Value
| Type | Description |
|---|---|
| PacketId |
Methods
| Edit this page View SourceHandlePacket(IClient, T)
Declaration
void HandlePacket(IClient client, T packet)
Parameters
| Type | Name | Description |
|---|---|---|
| IClient | client | |
| T | packet |