C# Класс Nexus.Client.Games.DarkSouls2.DarkSouls2SetupVM

This class encapsulates the data and the operations presented by UI elements that display the setup for DarkSouls2 game mode.
Наследование: SetupBaseVM
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
DarkSouls2SetupVM ( IEnvironmentInfo p_eifEnvironmentInfo, IGameModeDescriptor p_gmdGameModeInfo )

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

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

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

A simple constructor that initializes the object with the given values.
public DarkSouls2SetupVM ( IEnvironmentInfo p_eifEnvironmentInfo, IGameModeDescriptor p_gmdGameModeInfo )
p_eifEnvironmentInfo IEnvironmentInfo The application's envrionment info.
p_gmdGameModeInfo IGameModeDescriptor The descriptor for the game mode being set up.