support different schemes for YPF archives.

This commit is contained in:
morkt
2015-12-18 13:39:26 +04:00
parent 0a118f6911
commit 923f520814
12 changed files with 213 additions and 109 deletions

View File

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