C# Class SpawnPlayerStep, RPGQuest

Inheritance: EventStep
Datei anzeigen Open project: hughrogers/RPGQuest Class Usage Examples

Public Methods

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

SpawnPlayerStep() public method

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