C# Class GoToAStep, RPGQuest

Inheritance: AnimationStep
显示文件 Open project: hughrogers/RPGQuest Class Usage Examples

Public Methods

Method Description
Execute ( BattleAnimation battleAnimation ) : void
GetData ( ) : Hashtable
GoToAStep ( BattleAnimationType t ) : System.Collections

Method Details

Execute() public method

public Execute ( BattleAnimation battleAnimation ) : void
battleAnimation BattleAnimation
return void

GetData() public method

public GetData ( ) : Hashtable
return Hashtable

GoToAStep() public method

public GoToAStep ( BattleAnimationType t ) : System.Collections
t BattleAnimationType
return System.Collections