C# Class ManicDigger.ManicDiggerProgram2

Inheritance: IInternetGameFactory, ICurrentShadows
Mostra file Open project: GlennMR/800Craft-Client Class Usage Examples

Public Properties

Property Type Description
GameUrl string
Password string
User string

Public Methods

Method Description
NewInternetGame ( ) : void
Start ( ) : void
UseShadowsFull ( ) : void
UseShadowsSimple ( ) : void

Private Methods

Method Description
MakeGame ( bool singleplayer ) : void

Method Details

NewInternetGame() public method

public NewInternetGame ( ) : void
return void

Start() public method

public Start ( ) : void
return void

UseShadowsFull() public method

public UseShadowsFull ( ) : void
return void

UseShadowsSimple() public method

public UseShadowsSimple ( ) : void
return void

Property Details

GameUrl public_oe property

public string GameUrl
return string

Password public_oe property

public string Password
return string

User public_oe property

public string User
return string