C# 클래스 SharpMod.Commands.ChangeMap

상속: Command
파일 보기 프로젝트 열기: txdv/sharpmod

공개 메소드들

메소드 설명
ChangeMap ( string arguments ) : System
Execute ( Player player ) : void

보호된 메소드들

메소드 설명
OnSuccess ( Player player ) : void

메소드 상세

ChangeMap() 공개 메소드

public ChangeMap ( string arguments ) : System
arguments string
리턴 System

Execute() 공개 메소드

public Execute ( Player player ) : void
player Player
리턴 void

OnSuccess() 보호된 메소드

protected OnSuccess ( Player player ) : void
player Player
리턴 void