C# 클래스 ACR_ServerCommunicator.GameWorldConfiguration

This object encapsulates configuration data relating to the game system as a whole.
파일 보기 프로젝트 열기: ALandFarAway/ALFA-Base-Resources

공개 메소드들

메소드 설명
GameWorldConfiguration ( ) : System

Create a new GameWorldConfiguration object.

ReadConfigurationFromDatabase ( IALFADatabase Database ) : void

This method reads the current configuration data from the database.

메소드 상세

GameWorldConfiguration() 공개 메소드

Create a new GameWorldConfiguration object.
public GameWorldConfiguration ( ) : System
리턴 System

ReadConfigurationFromDatabase() 공개 메소드

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