We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 081bf9d commit e375190Copy full SHA for e375190
Source/Statics/PathManager.cs
@@ -143,7 +143,7 @@ public static ModInfo GetModInfo(string bundleFileName)
143
/// <exception cref="NullIteratorException"></exception>
144
/// <param name="fileName">The file name to search for.</param>
145
/// <returns>The path to <paramref name="fileName"/>.</returns>
146
- private static string GetPath(string fileName)
+ public static string GetPath(string fileName)
147
{
148
fileName.NullOrEmptyCheck("You cannot retrieve a path if the file name is null or empty.");
149
0 commit comments