mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2025-12-09 04:13:32 +08:00
Support for DSP 0.10
This commit is contained in:
@@ -12,8 +12,8 @@ public static class SaveUtil
|
||||
public static readonly Version VerifiedVersion = new()
|
||||
{
|
||||
Major = 0,
|
||||
Minor = 9,
|
||||
Release = 27,
|
||||
Minor = 10,
|
||||
Release = 28,
|
||||
};
|
||||
|
||||
private static string UnzipToFile(DecompressionStream lzStream, string fullPath)
|
||||
|
||||
Reference in New Issue
Block a user