C# Class ACR_ServerCommunicator.GameWorldConfiguration

This object encapsulates configuration data relating to the game system as a whole.
Show file Open project: ALandFarAway/ALFA-Base-Resources

Public Methods

Method Description
GameWorldConfiguration ( ) : System

Create a new GameWorldConfiguration object.

ReadConfigurationFromDatabase ( IALFADatabase Database ) : void

This method reads the current configuration data from the database.

Method Details

GameWorldConfiguration() public method

Create a new GameWorldConfiguration object.
public GameWorldConfiguration ( ) : System
return System

ReadConfigurationFromDatabase() public method

This method reads the current configuration data from the database.
public ReadConfigurationFromDatabase ( IALFADatabase Database ) : void
Database IALFADatabase Supplies the database connection.
return void