implemented MCA and CLM images.

This commit is contained in:
morkt
2015-12-06 22:30:18 +04:00
parent 2dae9872ef
commit d462cf2269
7 changed files with 268 additions and 0 deletions

View File

@@ -359,6 +359,15 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Archive content is encrypted..
/// </summary>
public static string MCAEncryptedNotice {
get {
return ResourceManager.GetString("MCAEncryptedNotice", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Choose title or enter a key.
/// </summary>