C# Class Wolfje.Plugins.SEconomy.ChatCommands

Inheritance: IDisposable
Show file Open project: tylerjwatson/SEconomy Class Usage Examples

Private Properties

Property Type Description
ChatCommands System

Public Methods

Method Description
Dispose ( ) : void

Protected Methods

Method Description
Chat_BankCommand ( TShockAPI args ) : void
Dispose ( bool disposing ) : void

Private Methods

Method Description
ChatCommands ( SEconomy parent ) : System

Method Details

Chat_BankCommand() protected method

protected Chat_BankCommand ( TShockAPI args ) : void
args TShockAPI
return void

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void