C# Class HandshakePacketHandlerAttribute, Redstone

Inheritance: PacketHandlerAttribute
显示文件 Open project: Eastrall/Redstone

Public Methods

Method Description
HandshakePacketHandlerAttribute ( object action ) : Redstone.Abstractions.Protocol

Creates a new HandshakePacketHandlerAttribute instance.

Method Details

HandshakePacketHandlerAttribute() public method

Creates a new HandshakePacketHandlerAttribute instance.
public HandshakePacketHandlerAttribute ( object action ) : Redstone.Abstractions.Protocol
action object Handler action type.
return Redstone.Abstractions.Protocol