implemented Marble scripts decryption.

This commit is contained in:
morkt
2015-06-04 01:13:25 +04:00
parent 8849508e41
commit 2da5ed1961
10 changed files with 155 additions and 8 deletions

View File

@@ -279,6 +279,15 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Archive contains encrypted scripts.Choose encryption scheme or enter a passphrase..
/// </summary>
public static string MBLNotice {
get {
return ResourceManager.GetString("MBLNotice", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Adding file.
/// </summary>