mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(Pak2Opener.Decrypt): made accessible from internal methods.
This commit is contained in:
@@ -175,7 +175,7 @@ namespace GameRes.Formats.Cherry
|
|||||||
return new ArcFile (file, this, dir);
|
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)
|
for (int i = 0; i+1 < length; i += 2)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user