C# Class NutMud.Commands.Attributes.CommandRangeAttribute

Inheritance: System.Attribute
ファイルを表示 Open project: SwiftAusterity/NetMud

Public Methods

Method Description
CommandRangeAttribute ( CommandRangeType type, int value ) : System

Loads a new range attribute

Method Details

CommandRangeAttribute() public method

Loads a new range attribute
public CommandRangeAttribute ( CommandRangeType type, int value ) : System
type CommandRangeType Range type
value int The maximum range a command can target from
return System