Skip to content

Commit

Permalink
Made ModuleIssueRenderer public
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Dec 1, 2023
1 parent 4b283e6 commit 00415cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace Bannerlord.LauncherManager.Utils;

internal static class ModuleIssueRenderer
public static class ModuleIssueRenderer
{
public static string Render(ModuleIssue issue) => RenderTextObject(issue).ToString();

Expand Down

0 comments on commit 00415cd

Please sign in to comment.