implemented FJSYS archives and MGD images.

This commit is contained in:
morkt
2016-11-25 07:42:32 +04:00
parent f44e13ae34
commit c42c088bf5
14 changed files with 554 additions and 0 deletions

View File

@@ -188,6 +188,16 @@ 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 FJSYSNotice {
get {
return ResourceManager.GetString("FJSYSNotice", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Choose title or enter a key.
/// </summary>