File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ namespace PolyMod;
55/// </summary>
66public 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" ) ;
You can’t perform that action at this time.
0 commit comments