C# Class PartyCraft.Program

Exibir arquivo Open project: SirCmpwn/PartyCraft

Public Properties

Property Type Description
SettingsProvider ISettingsProvider

Public Methods

Method Description
Main ( string args ) : void

Private Methods

Method Description
CheckEnvironment ( ) : void
LoadPlugins ( Server server ) : void
SetUpDefaultPermissions ( ISettingsProvider SettingsProvider ) : void

Method Details

Main() public static method

public static Main ( string args ) : void
args string
return void

Property Details

SettingsProvider public_oe static_oe property

The server's settings provider. If this is null after the PreStartup event, it will be set automatically.
public static ISettingsProvider SettingsProvider
return ISettingsProvider