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 9959f15 commit 5906d58Copy full SHA for 5906d58
1 file changed
src/Constants.cs
@@ -5,6 +5,10 @@ namespace PolyMod;
5
/// </summary>
6
public partial class Constants
7
{
8
+ /// <summary>
9
+ /// Path of the polytopia folder
10
+ /// </summary>
11
+ public static readonly string BASE_PATH = Path.Combine(BepInEx.Paths.BepInExRootPath, "..");
12
/// <summary>
13
/// path of the mods folder
14
@@ -21,10 +25,6 @@ public partial class Constants
21
25
"Missing name for value",
22
26
};
23
27
24
- /// Path of the polytopia folder
- /// </summary>
- public static readonly string BASE_PATH = Path.Combine(BepInEx.Paths.BepInExRootPath, "..");
- /// <summary>
28
/// kFilename of the dumped data
29
30
public static readonly string DUMPED_DATA_PATH = Path.Combine(BASE_PATH, "DumpedData");
0 commit comments