C# Class MBC.Core.CMatchInfo

Inheritance: MBC.Shared.MatchInfo
Afficher le fichier Open project: aiclub/Mohawk_Battleship

Méthodes publiques

Méthode 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

Méthode Description
DetermineGameMode ( Configuration config ) : void

Method Details

CMatchInfo() public méthode

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.
Résultat System