C# Класс Nexus.Client.Games.GameModeBase.GameModeInfo

The class that encasulates game mode specific environment info.
Наследование: IGameModeEnvironmentInfo
Показать файл Открыть проект

Открытые методы

Метод Описание
GameModeInfo ( IGameMode p_gmdGameMode, IEnvironmentInfo p_eifEnvironmentInfo ) : System

A simple constructor that initializes the object with the required dependencies.

Описание методов

GameModeInfo() публичный Метод

A simple constructor that initializes the object with the required dependencies.
public GameModeInfo ( IGameMode p_gmdGameMode, IEnvironmentInfo p_eifEnvironmentInfo ) : System
p_gmdGameMode IGameMode The game mode to which this info belongs.
p_eifEnvironmentInfo IEnvironmentInfo The application's environement info.
Результат System