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