implemented encrypted Anime Game System archives.

This commit is contained in:
morkt
2016-04-27 00:08:58 +04:00
parent b3d2f6b999
commit fda4f26845
12 changed files with 181 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -60,6 +60,16 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Archive contents might be encrypted,
///choose appropriate encryption scheme..
/// </summary>
public static string AGSMightBeEncrypted {
get {
return ResourceManager.GetString("AGSMightBeEncrypted", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Base archive.
/// </summary>