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