implemented Steins;Gate archive creation.

This commit is contained in:
morkt
2014-07-29 07:02:49 +04:00
parent 8bc92d0dea
commit 3e2bab9dac
10 changed files with 306 additions and 9 deletions

View File

@@ -261,6 +261,15 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Filename encoding.
/// </summary>
public static string SGLabelEncoding {
get {
return ResourceManager.GetString("SGLabelEncoding", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Liar-soft game resource archive.
/// </summary>