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