File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,4 +6,9 @@ public static class ModPaths
66 public static string AquaMaiConfigBackupDirPath => Path . Combine ( StaticSettings . GamePath , "AquaMai.toml.bak" ) ;
77 public static string AquaMaiDllInstalledPath => Path . Combine ( StaticSettings . GamePath , @"Mods\AquaMai.dll" ) ;
88 public static string AquaMaiDllBuiltinPath => Path . Combine ( StaticSettings . exeDir , "AquaMai.dll" ) ;
9+
10+ public static string MuModDllInstalledPath => Path . Combine ( StaticSettings . GamePath , @"Mods\MuMod.dll" ) ;
11+ public static string MuModDllBuiltinPath => Path . Combine ( StaticSettings . exeDir , "MuMod.dll" ) ;
12+ public static string MuModConfigPath => Path . Combine ( StaticSettings . GamePath , "MuMod.toml" ) ;
13+ public static string MuModDefaultCachePath => Path . Combine ( StaticSettings . GamePath , @"LocalAssets\MuMod.cache" ) ;
914}
Original file line number Diff line number Diff line change 7474 <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 10.0.1" />
7575 <PackageReference Include =" Swashbuckle.AspNetCore.SwaggerUI" Version =" 10.0.1" />
7676 <PackageReference Include =" System.Runtime.Serialization.Formatters" Version =" 10.0.0" />
77+ <PackageReference Include =" Tomlyn" Version =" 0.16.3" />
7778 <PackageReference Include =" Vanara.Windows.Forms" Version =" 4.2.1" />
7879 <PackageReference Include =" Xabe.FFmpeg" Version =" 6.0.2" />
7980 <PackageReference Include =" YamlDotNet" Version =" 16.3.0" />
You can’t perform that action at this time.
0 commit comments