C# Class BattleEndTab, RPGQuest

Inheritance: EditorTab
Datei anzeigen Open project: hughrogers/RPGQuest

Public Methods

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

Private Methods

Method Description
SetNames ( ArrayList names ) : void
ShowExperienceText ( int index ) : void
ShowItemText ( int index ) : void
ShowLevelUpText ( int index ) : void
ShowMoneyText ( int index ) : void
ShowSkillText ( int index ) : void
ShowStatusText ( int index ) : void
UpDownGain ( int index ) : void
UpDownLevel ( int index ) : void

Method Details

BattleEndTab() public method

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

ShowTab() public method

public ShowTab ( ) : void
return void