C# Class NutMud.Commands.Attributes.CommandRangeAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: SwiftAusterity/NetMud

Méthodes publiques

Méthode Description
CommandRangeAttribute ( CommandRangeType type, int value ) : System

Loads a new range attribute

Method Details

CommandRangeAttribute() public méthode

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
Résultat System