1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2025-12-10 11:23:29 +08:00

Add CompressSave, with Chinese instructions in READMEs

This commit is contained in:
2022-09-14 17:34:15 +08:00
parent 8117ee7659
commit c49378412e
37 changed files with 11924 additions and 94 deletions

View File

@@ -0,0 +1,7 @@
namespace CompressSave
{
internal class CompressionGameSaveHeader: GameSaveHeader
{
public bool IsCompressed = false;
}
}