C# 클래스 NutMud.Commands.Attributes.CommandRangeAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: SwiftAusterity/NetMud

공개 메소드들

메소드 설명
CommandRangeAttribute ( CommandRangeType type, int value ) : System

Loads a new range attribute

메소드 상세

CommandRangeAttribute() 공개 메소드

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
리턴 System