Class CommandPacketHandler
Implements
Inherited Members
Namespace: SlipeServer.Server.PacketHandling.Handlers.Command
Assembly: SlipeServer.Server.dll
Syntax
public class CommandPacketHandler : IPacketHandler<CommandPacket>
Properties
| Edit this page View SourcePacketId
Declaration
public PacketId PacketId { get; }
Property Value
Type | Description |
---|---|
PacketId |
Methods
| Edit this page View SourceHandlePacket(IClient, CommandPacket)
Declaration
public void HandlePacket(IClient client, CommandPacket packet)
Parameters
Type | Name | Description |
---|---|---|
IClient | client | |
CommandPacket | packet |