C# Class RotationStep, RPGQuest

Inheritance: EventStep
Mostra file Open project: hughrogers/RPGQuest Class Usage Examples

Public Methods

Method Description
Execute ( GameEvent, gameEvent ) : void
GetData ( ) : Hashtable
RotationStep ( GameEventType, t ) : System.Collections

Method Details

Execute() public method

public Execute ( GameEvent, gameEvent ) : void
gameEvent GameEvent,
return void

GetData() public method

public GetData ( ) : Hashtable
return Hashtable

RotationStep() public method

public RotationStep ( GameEventType, t ) : System.Collections
t GameEventType,
return System.Collections