Skip to content

Commit 5906d58

Browse files
committed
fix warning
1 parent 9959f15 commit 5906d58

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Constants.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ namespace PolyMod;
55
/// </summary>
66
public partial class Constants
77
{
8+
/// <summary>
9+
/// Path of the polytopia folder
10+
/// </summary>
11+
public static readonly string BASE_PATH = Path.Combine(BepInEx.Paths.BepInExRootPath, "..");
812
/// <summary>
913
/// path of the mods folder
1014
/// </summary>
@@ -21,10 +25,6 @@ public partial class Constants
2125
"Missing name for value",
2226
};
2327
/// <summary>
24-
/// Path of the polytopia folder
25-
/// </summary>
26-
public static readonly string BASE_PATH = Path.Combine(BepInEx.Paths.BepInExRootPath, "..");
27-
/// <summary>
2828
/// kFilename of the dumped data
2929
/// </summary>
3030
public static readonly string DUMPED_DATA_PATH = Path.Combine(BASE_PATH, "DumpedData");

0 commit comments

Comments
 (0)