C# Class NekoKun.RPGMaker.EventCommandListbox

Inheritance: AbstractObjectEditor
Show file Open project: NekoProject/NekoKun Class Usage Examples

Protected Properties

Property Type Description
list EventCommandListboxInternal

Public Methods

Method Description
Commit ( ) : void
EventCommandListbox ( object>.Dictionary Params ) : System

Protected Methods

Method Description
InitControl ( ) : void

Method Details

Commit() public method

public Commit ( ) : void
return void

EventCommandListbox() public method

public EventCommandListbox ( object>.Dictionary Params ) : System
Params object>.Dictionary
return System

InitControl() protected method

protected InitControl ( ) : void
return void

Property Details

list protected property

protected EventCommandListboxInternal list
return EventCommandListboxInternal