implemented Ren'Py game engine archives support.

This commit is contained in:
morkt
2014-08-16 10:38:26 +04:00
parent 83e4414ffc
commit 5e15fb5091
4 changed files with 559 additions and 0 deletions

View File

@@ -387,6 +387,15 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Ren&apos;Py game engine archive.
/// </summary>
public static string RPADescription {
get {
return ResourceManager.GetString("RPADescription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Amaterasu Translations Muv-Luv script file.
/// </summary>