Beispiel #1
0
 /// <summary>
 /// Initialized the object with the given values.
 /// </summary>
 /// <param name="p_gmdGameMode">The current game mode.</param>
 public ArchiveInvalidation(FalloutNVGameMode p_gmdGameMode)
     : base(p_gmdGameMode)
 {
 }
		/// <summary>
		/// Initialized the object with the given values.
		/// </summary>
		/// <param name="p_gmdGameMode">The current game mode.</param>
		public ArchiveInvalidation(FalloutNVGameMode p_gmdGameMode)
			: base(p_gmdGameMode)
		{
		}