C# Class HandshakePacketHandlerAttribute, Redstone

Inheritance: PacketHandlerAttribute
Afficher le fichier Open project: Eastrall/Redstone

Méthodes publiques

Méthode Description
HandshakePacketHandlerAttribute ( object action ) : Redstone.Abstractions.Protocol

Creates a new HandshakePacketHandlerAttribute instance.

Method Details

HandshakePacketHandlerAttribute() public méthode

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