C# 클래스 SharpMod.Menu.SimpleMenuExtender

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

공개 메소드들

메소드 설명
Show ( this menu, Player player ) : void
Show ( this menu, Player player, byte displayTime ) : void
Show ( this menu, Player player, int displayTime ) : void

메소드 상세

Show() 공개 정적인 메소드

public static Show ( this menu, Player player ) : void
menu this
player Player
리턴 void

Show() 공개 정적인 메소드

public static Show ( this menu, Player player, byte displayTime ) : void
menu this
player Player
displayTime byte
리턴 void

Show() 공개 정적인 메소드

public static Show ( this menu, Player player, int displayTime ) : void
menu this
player Player
displayTime int
리턴 void