C# Class DefaultEventEditor, isoAbbeyTFG

Inheritance: EventEditor
ファイルを表示 Open project: nvidiosin/isoAbbeyTFG

Public Methods

Method Description
DefaultEventEditor ( ) : System.Collections
clone ( ) : EventEditor,
draw ( ) : void
useEvent ( GameEvent, ge ) : void

Method Details

DefaultEventEditor() public method

public DefaultEventEditor ( ) : System.Collections
return System.Collections

clone() public method

public clone ( ) : EventEditor,
return EventEditor,

draw() public method

public draw ( ) : void
return void

useEvent() public method

public useEvent ( GameEvent, ge ) : void
ge GameEvent,
return void