Settings cleanup
This commit is contained in:
parent
962fbed2c7
commit
3b80d5668c
6 changed files with 27 additions and 48 deletions
|
@ -47,6 +47,7 @@ using System.IO.Compression;
|
|||
|
||||
using System.Security.Cryptography;
|
||||
|
||||
|
||||
namespace LSLEditor.Decompressor
|
||||
{
|
||||
public class MD5Verify
|
||||
|
@ -61,7 +62,6 @@ namespace LSLEditor.Decompressor
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
public sealed class Gzip
|
||||
{
|
||||
public static void Decompress(Stream inStream, Stream outStream)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue