alternative encryption schemes for LPK archives.

This commit is contained in:
morkt
2015-04-25 02:07:14 +04:00
parent 0e18247492
commit 8ee82a8c31
9 changed files with 198 additions and 79 deletions

View File

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