C# 클래스 BattleMenuTab, RPGQuest

상속: EditorTab
파일 보기 프로젝트 열기: hughrogers/RPGQuest

공개 메소드들

메소드 설명
BattleMenuTab ( BattleSystemWindow pw ) : System.Collections
ShowTab ( ) : void

비공개 메소드들

메소드 설명
CheckLanguages ( ArrayList names, string name ) : void
SetNames ( ArrayList names ) : void
ShowAttack ( int index ) : void
ShowDefend ( int index ) : void
ShowEndTurn ( int index ) : void
ShowEscape ( int index ) : void
ShowItem ( int index ) : void
ShowSkill ( int index ) : void
ShowTarget ( ) : void
UpDown ( int index ) : void

메소드 상세

BattleMenuTab() 공개 메소드

public BattleMenuTab ( BattleSystemWindow pw ) : System.Collections
pw BattleSystemWindow
리턴 System.Collections

ShowTab() 공개 메소드

public ShowTab ( ) : void
리턴 void