C# Class SetToPositionStep, RPGQuest

Inheritance: EventStep
ファイルを表示 Open project: hughrogers/RPGQuest Class Usage Examples

Public Methods

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

SetToPositionStep() public method

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