(Pak2Opener.Decrypt): made accessible from internal methods.

This commit is contained in:
morkt 2019-04-21 00:19:49 +04:00
parent bf6d1a6c3f
commit 8315575c75

View File

@ -175,7 +175,7 @@ namespace GameRes.Formats.Cherry
return new ArcFile (file, this, dir);
}
void Decrypt (byte[] data, int index, int length) // Exile ~Blood Royal 2~
internal static void Decrypt (byte[] data, int index, int length) // Exile ~Blood Royal 2~
{
for (int i = 0; i+1 < length; i += 2)
{