implemented Ren'Py archives creation.

This commit is contained in:
morkt
2014-08-17 01:31:58 +04:00
parent 7faf641f6f
commit 3bbf2d6a90
10 changed files with 556 additions and 37 deletions

View File

@@ -396,6 +396,15 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to 32-bit key.
/// </summary>
public static string RPALabelKey {
get {
return ResourceManager.GetString("RPALabelKey", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Amaterasu Translations Muv-Luv script file.
/// </summary>