C# 클래스 SagaMap.AtCommand.CommandInfo

파일 보기 프로젝트 열기: Willyham/SagaRO2

공개 프로퍼티들

프로퍼티 타입 설명
func ProcessCommandFunc
level uint

공개 메소드들

메소드 설명
CommandInfo ( ProcessCommandFunc func, uint lvl ) : System

메소드 상세

CommandInfo() 공개 메소드

public CommandInfo ( ProcessCommandFunc func, uint lvl ) : System
func ProcessCommandFunc
lvl uint
리턴 System

프로퍼티 상세

func 공개적으로 프로퍼티

public ProcessCommandFunc func
리턴 ProcessCommandFunc

level 공개적으로 프로퍼티

public uint level
리턴 uint