Skip to content

Commit

Permalink
Fix broken compatibility with pdx launcher (thanks ever so much pdx)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcssov committed Feb 23, 2023
1 parent 0b5561f commit bca00bc
Show file tree
Hide file tree
Showing 5 changed files with 902 additions and 464 deletions.
17 changes: 16 additions & 1 deletion src/IronyModManager.IO/Mods/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// Created : 08-11-2020
//
// Last Modified By : Mario
// Last Modified On : 10-29-2022
// Last Modified On : 02-23-2023
// ***********************************************************************
// <copyright file="Constants.cs" company="Mario">
// Mario
Expand Down Expand Up @@ -97,6 +97,21 @@ public class SqlV4Id
#endregion Fields
}

/// <summary>
/// Class SqlV5Idd.
/// </summary>
public class SqlV5Idd
{
#region Fields

/// <summary>
/// The name
/// </summary>
public const string Name = "addModShortDescription";

#endregion Fields
}

#endregion Classes
}
}
Loading

0 comments on commit bca00bc

Please sign in to comment.