C# Class GoToStep, RPGQuest

Inheritance: EventStep
Exibir arquivo Open project: hughrogers/RPGQuest Class Usage Examples

Public Methods

Method Description
Execute ( GameEvent, gameEvent ) : void
GetData ( ) : Hashtable
GoToStep ( 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

GoToStep() public method

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