implemented encrypted Anime Game System archives.

This commit is contained in:
morkt
2016-04-27 00:08:58 +04:00
parent b3d2f6b999
commit fda4f26845
12 changed files with 181 additions and 2 deletions

View File

@@ -513,5 +513,17 @@ namespace GameRes.Formats.Properties {
this["AZScriptScheme"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string AGSTitle {
get {
return ((string)(this["AGSTitle"]));
}
set {
this["AGSTitle"] = value;
}
}
}
}