diff --git a/CompressSave/CHANGELOG.md b/CompressSave/CHANGELOG.md index 281adde..5a63540 100644 --- a/CompressSave/CHANGELOG.md +++ b/CompressSave/CHANGELOG.md @@ -1,4 +1,4 @@ -## Changelog +## Changelog ### 1.3.7 * Remove use of MonoMod.Util on loading dll import functions to make mod compatible with HarmonyX 2.13.0 (Although it is not merged yet. Check the PR [here](https://github.com/BepInEx/BepInEx/pull/902)). diff --git a/CompressSave/CompressSave.csproj b/CompressSave/CompressSave.csproj index eae4adc..c526c44 100644 --- a/CompressSave/CompressSave.csproj +++ b/CompressSave/CompressSave.csproj @@ -14,9 +14,9 @@ - + - + @@ -27,6 +27,15 @@ + + + ..\AssemblyFromGame\Assembly-CSharp.dll + + + ..\AssemblyFromGame\UnityEngine.UI.dll + + + diff --git a/CompressSave/package/manifest.json b/CompressSave/package/manifest.json index 6328b47..0c8dcef 100644 --- a/CompressSave/package/manifest.json +++ b/CompressSave/package/manifest.json @@ -4,4 +4,4 @@ "website_url": "https://github.com/soarqin/DSP_Mods_TO/tree/master/CompressSave", "description": "Compress game saves to reduce space use and boost save speed / 压缩游戏存档以降低空间使用并提升保存速度", "dependencies": ["xiaoye97-BepInEx-5.4.17"] -} \ No newline at end of file +} diff --git a/XianTu/XianTu.csproj b/XianTu/XianTu.csproj index 142e1d3..f30e77c 100644 --- a/XianTu/XianTu.csproj +++ b/XianTu/XianTu.csproj @@ -16,9 +16,10 @@ - - + + + ..\AssemblyFromGame\Assembly-CSharp.dll