Nexus.Client.Games.StateOfDecay.StateOfDecaySetupVM.StateOfDecaySetupVM C# (CSharp) Method

StateOfDecaySetupVM() public method

A simple constructor that initializes the object with the given values.
public StateOfDecaySetupVM ( 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.
        public StateOfDecaySetupVM(IEnvironmentInfo p_eifEnvironmentInfo, IGameModeDescriptor p_gmdGameModeInfo)
            :base(p_eifEnvironmentInfo, p_gmdGameModeInfo)
        {
        }
StateOfDecaySetupVM