implemented non-encrypted INT archives creation.

This commit is contained in:
morkt
2014-08-15 21:41:45 +04:00
parent cfd71f5519
commit 8fc34f9161
7 changed files with 129 additions and 2 deletions

View File

@@ -142,6 +142,15 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Encrypted archives creation is not implemented..
/// </summary>
public static string INTCreationNotice {
get {
return ResourceManager.GetString("INTCreationNotice", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to FrontWing game resource archive.
/// </summary>