Class PlayerTimeoutPacketHandler
Inheritance
PlayerTimeoutPacketHandler
Assembly: SlipeServer.Server.dll
Syntax
public class PlayerTimeoutPacketHandler : IPacketHandler<PlayerTimeoutPacket>
Constructors
|
Edit this page
View Source
PlayerTimeoutPacketHandler(IElementCollection)
Declaration
public PlayerTimeoutPacketHandler(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, PlayerTimeoutPacket)
Declaration
public void HandlePacket(IClient client, PlayerTimeoutPacket packet)
Parameters
Implements