From f9d47af9d7c343d6e591d0c3a1147d21f9d94981 Mon Sep 17 00:00:00 2001 From: bcssov Date: Fri, 3 Mar 2023 20:24:00 +0100 Subject: [PATCH] Remove invalid attribute --- src/IronyModManager.IO/Mods/Models/Paradox/v5/Mods.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/IronyModManager.IO/Mods/Models/Paradox/v5/Mods.cs b/src/IronyModManager.IO/Mods/Models/Paradox/v5/Mods.cs index fa81d0dc..9516e845 100644 --- a/src/IronyModManager.IO/Mods/Models/Paradox/v5/Mods.cs +++ b/src/IronyModManager.IO/Mods/Models/Paradox/v5/Mods.cs @@ -4,7 +4,7 @@ // Created : 02-23-2023 // // Last Modified By : Mario -// Last Modified On : 02-23-2023 +// Last Modified On : 03-03-2023 // *********************************************************************** // // Mario @@ -31,7 +31,6 @@ internal class Mods : v4.Mods /// Gets or sets the description paradox. /// /// The description paradox. - [Map("descriptionPdx")] private string descParadox; ///