Skip to content

Commit

Permalink
Remove invalid attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
bcssov committed Mar 3, 2023
1 parent bca00bc commit f9d47af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/IronyModManager.IO/Mods/Models/Paradox/v5/Mods.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// Created : 02-23-2023
//
// Last Modified By : Mario
// Last Modified On : 02-23-2023
// Last Modified On : 03-03-2023
// ***********************************************************************
// <copyright file="Mods.cs" company="Mario">
// Mario
Expand All @@ -31,7 +31,6 @@ internal class Mods : v4.Mods
/// Gets or sets the description paradox.
/// </summary>
/// <value>The description paradox.</value>
[Map("descriptionPdx")]
private string descParadox;

/// <summary>
Expand Down

0 comments on commit f9d47af

Please sign in to comment.