C# 클래스 MCDawn.CmdOpRules

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

공개 메소드들

메소드 설명
CmdOpRules ( ) : System.Collections.Generic
Help ( Player p ) : void
Use ( Player p, string message ) : void

메소드 상세

CmdOpRules() 공개 메소드

public CmdOpRules ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Help() 공개 메소드

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

Use() 공개 메소드

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