C# 클래스 MCDek.CmdGunBattle

상속: MCLawl.Command
파일 보기 프로젝트 열기: dekema2/MCDek

공개 프로퍼티들

프로퍼티 타입 설명
gbPlayers List

공개 메소드들

메소드 설명
CheckDeath ( Level randLevel, bool sendMsg ) : void
Help ( Player p ) : void
Kill ( Player player ) : void
Use ( Player p, string message ) : void

메소드 상세

CheckDeath() 공개 메소드

public CheckDeath ( Level randLevel, bool sendMsg ) : void
randLevel MCLawl.Level
sendMsg bool
리턴 void

Help() 공개 메소드

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

Kill() 공개 메소드

public Kill ( Player player ) : void
player MCLawl.Player
리턴 void

Use() 공개 메소드

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

프로퍼티 상세

gbPlayers 공개적으로 프로퍼티

public List gbPlayers
리턴 List