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