C# Class WoWClassic.Common.Packets.PacketHandlerAttribute

Inheritance: System.Attribute
显示文件 Open project: miceiken/WoWClassicAuthServer

Public Methods

Method Description
PacketHandlerAttribute ( AuthOpcodes packetId ) : System
PacketHandlerAttribute ( DatabaseServicePacketIds packetId ) : System
PacketHandlerAttribute ( GatewayServicePacketIds packetId ) : System
PacketHandlerAttribute ( LoginServicePacketIds packetId ) : System
PacketHandlerAttribute ( WorldOpcodes packetId ) : System
PacketHandlerAttribute ( WorldServicePacketIds packetId ) : System
PacketHandlerAttribute ( int packetId, Type pType ) : System

Method Details

PacketHandlerAttribute() public method

public PacketHandlerAttribute ( AuthOpcodes packetId ) : System
packetId AuthOpcodes
return System

PacketHandlerAttribute() public method

public PacketHandlerAttribute ( DatabaseServicePacketIds packetId ) : System
packetId DatabaseServicePacketIds
return System

PacketHandlerAttribute() public method

public PacketHandlerAttribute ( GatewayServicePacketIds packetId ) : System
packetId GatewayServicePacketIds
return System

PacketHandlerAttribute() public method

public PacketHandlerAttribute ( LoginServicePacketIds packetId ) : System
packetId LoginServicePacketIds
return System

PacketHandlerAttribute() public method

public PacketHandlerAttribute ( WorldOpcodes packetId ) : System
packetId WorldOpcodes
return System

PacketHandlerAttribute() public method

public PacketHandlerAttribute ( WorldServicePacketIds packetId ) : System
packetId WorldServicePacketIds
return System

PacketHandlerAttribute() public method

public PacketHandlerAttribute ( int packetId, Type pType ) : System
packetId int
pType System.Type
return System