C# Класс Nexus.Client.Games.GameModeDescriptorBase

The base class for game mode descriptors.
This implements functionality common to all game mode descriptors.
Наследование: IGameModeDescriptor
Показать файл Открыть проект

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

Метод Описание
GameModeDescriptorBase ( IEnvironmentInfo p_eifEnvironmentInfo ) : System.Collections.Generic

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

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

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

A simple constructor that initializes the object with the given dependencies.
public GameModeDescriptorBase ( IEnvironmentInfo p_eifEnvironmentInfo ) : System.Collections.Generic
p_eifEnvironmentInfo IEnvironmentInfo The application's envrionment info.
Результат System.Collections.Generic