C# Class Nexus.Client.Games.FalloutNV.FalloutNVGameModeDescriptor

Provides the basic information about the Fallout: New Vegas game mode.
Inheritance: Nexus.Client.Games.Gamebryo.GamebryoGameModeDescriptorBase
ファイルを表示 Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Public Methods

Method Description
FalloutNVGameModeDescriptor ( IEnvironmentInfo p_eifEnvironmentInfo ) : System.Drawing

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

Method Details

FalloutNVGameModeDescriptor() public method

A simple constructor that initializes the object with the given dependencies.
public FalloutNVGameModeDescriptor ( IEnvironmentInfo p_eifEnvironmentInfo ) : System.Drawing
p_eifEnvironmentInfo IEnvironmentInfo The application's envrionment info.
return System.Drawing