mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
implemented encrypted NSA archives.
This commit is contained in:
28
ArcFormats/Properties/Settings.Designer.cs
generated
28
ArcFormats/Properties/Settings.Designer.cs
generated
@@ -133,9 +133,9 @@ namespace GameRes.Formats.Properties {
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("None")]
|
||||
public global::GameRes.Formats.ONScripter.Compression ONSCompression {
|
||||
public global::GameRes.Formats.NScripter.Compression ONSCompression {
|
||||
get {
|
||||
return ((global::GameRes.Formats.ONScripter.Compression)(this["ONSCompression"]));
|
||||
return ((global::GameRes.Formats.NScripter.Compression)(this["ONSCompression"]));
|
||||
}
|
||||
set {
|
||||
this["ONSCompression"] = value;
|
||||
@@ -417,5 +417,29 @@ namespace GameRes.Formats.Properties {
|
||||
this["RCTTitle"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
public string NSAPassword {
|
||||
get {
|
||||
return ((string)(this["NSAPassword"]));
|
||||
}
|
||||
set {
|
||||
this["NSAPassword"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
public string NSATitle {
|
||||
get {
|
||||
return ((string)(this["NSATitle"]));
|
||||
}
|
||||
set {
|
||||
this["NSATitle"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user