C# Class OpenStory.Common.PacketValueAttribute

Inheritance: System.Attribute
Exibir arquivo Open project: shoftee/OpenStory

Public Methods

Method Description
PacketValueAttribute ( int value ) : System

Initializes a new instance of the PacketValueAttribute class.

Method Details

PacketValueAttribute() public method

Initializes a new instance of the PacketValueAttribute class.
public PacketValueAttribute ( int value ) : System
value int The packet value to set.
return System