C# Class BattleMenuTab, RPGQuest

Inheritance: EditorTab
Exibir arquivo Open project: hughrogers/RPGQuest

Public Methods

Method Description
BattleMenuTab ( BattleSystemWindow pw ) : System.Collections
ShowTab ( ) : void

Private Methods

Method Description
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

Method Details

BattleMenuTab() public method

public BattleMenuTab ( BattleSystemWindow pw ) : System.Collections
pw BattleSystemWindow
return System.Collections

ShowTab() public method

public ShowTab ( ) : void
return void