Class CustomDataPacketHandler
Inheritance
CustomDataPacketHandler
Assembly: SlipeServer.Server.dll
Syntax
public class CustomDataPacketHandler : IPacketHandler<CustomDataPacket>
Constructors
|
Edit this page
View Source
CustomDataPacketHandler(IElementCollection)
Declaration
public CustomDataPacketHandler(IElementCollection elementCollection)
Parameters
Properties
|
Edit this page
View Source
PacketId
Declaration
public PacketId PacketId { get; }
Property Value
Methods
|
Edit this page
View Source
HandlePacket(IClient, CustomDataPacket)
Declaration
public void HandlePacket(IClient client, CustomDataPacket packet)
Parameters
Implements