(PreAdlerCrypt): typo.

This commit is contained in:
morkt
2018-12-19 03:45:17 +04:00
parent 01d5b19334
commit 1c4f7193ed

View File

@@ -1083,7 +1083,7 @@ namespace GameRes.Formats.ShiinaRio
} }
[Serializable] [Serializable]
public class PreAdlerCrypt : AdlerCrypt IDecryptExtra public class PreAdlerCrypt : AdlerCrypt, IDecryptExtra
{ {
public void Decrypt (byte[] data, int index, uint length, uint flags) public void Decrypt (byte[] data, int index, uint length, uint flags)
{ {