C# Class PluginInterface.Settings

Mostra file Open project: opentibia/item-editor

Public Properties

Property Type Description
SettingFilename string

Public Methods

Method Description
GetSupportedClientList ( ) : List
Load ( string filename ) : bool
Settings ( ) : System

Method Details

GetSupportedClientList() public method

public GetSupportedClientList ( ) : List
return List

Load() public method

public Load ( string filename ) : bool
filename string
return bool

Settings() public method

public Settings ( ) : System
return System

Property Details

SettingFilename public_oe property

public string SettingFilename
return string