C# Class SphereStudio.Vanilla.Plugins.SphereStarter

Inheritance: IStarter
Exibir arquivo Open project: Radnen/spherestudio

Public Methods

Method Description
Configure ( ) : void
SphereStarter ( ISettings conf ) : System
Start ( string gamePath, bool isPackage ) : void

Method Details

Configure() public method

public Configure ( ) : void
return void

SphereStarter() public method

public SphereStarter ( ISettings conf ) : System
conf ISettings
return System

Start() public method

public Start ( string gamePath, bool isPackage ) : void
gamePath string
isPackage bool
return void