C# Class MBC.Core.CMatchInfo

Inheritance: MBC.Shared.MatchInfo
Exibir arquivo Open project: aiclub/Mohawk_Battleship

Public Methods

Method Description
CMatchInfo ( Configuration config ) : System

Initializes the underlying MatchInfo with values provided by a Configuration and associates the MatchInfo with the given ControllerInformation.

Private Methods

Method Description
DetermineGameMode ( Configuration config ) : void

Method Details

CMatchInfo() public method

Initializes the underlying MatchInfo with values provided by a Configuration and associates the MatchInfo with the given ControllerInformation.
A controller is not designed for the /// configured .
public CMatchInfo ( Configuration config ) : System
config Configuration The to load settings from.
return System