mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
implemented Selene 'KCAP' archive format.
This commit is contained in:
24
ArcFormats/Properties/Settings.Designer.cs
generated
24
ArcFormats/Properties/Settings.Designer.cs
generated
@@ -249,5 +249,29 @@ namespace GameRes.Formats.Properties {
|
||||
this["WARCNameLength"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
public string KCAPPassPhrase {
|
||||
get {
|
||||
return ((string)(this["KCAPPassPhrase"]));
|
||||
}
|
||||
set {
|
||||
this["KCAPPassPhrase"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
public string KCAPScheme {
|
||||
get {
|
||||
return ((string)(this["KCAPScheme"]));
|
||||
}
|
||||
set {
|
||||
this["KCAPScheme"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user