C# 클래스 MCDawn.CmdProperties

상속: MCDawn.Command
파일 보기 프로젝트 열기: jonnyli1125/MCDawn

공개 메소드들

메소드 설명
CmdProperties ( ) : System
Help ( Player p ) : void
IsColor ( string property ) : bool
IsPassword ( string property ) : bool
Use ( Player p, string message ) : void

메소드 상세

CmdProperties() 공개 메소드

public CmdProperties ( ) : System
리턴 System

Help() 공개 메소드

public Help ( Player p ) : void
p Player
리턴 void

IsColor() 공개 메소드

public IsColor ( string property ) : bool
property string
리턴 bool

IsPassword() 공개 메소드

public IsPassword ( string property ) : bool
property string
리턴 bool

Use() 공개 메소드

public Use ( Player p, string message ) : void
p Player
message string
리턴 void