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