mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-23 19:34:15 +08:00
(Pak2Opener.Decrypt): made accessible from internal methods.
This commit is contained in:
parent
bf6d1a6c3f
commit
8315575c75
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user