mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-07 08:32:52 +08:00
implemented FJSYS archives and MGD images.
This commit is contained in:
12
ArcFormats/Properties/Settings.Designer.cs
generated
12
ArcFormats/Properties/Settings.Designer.cs
generated
@@ -657,5 +657,17 @@ namespace GameRes.Formats.Properties {
|
||||
this["EAGLSEncryption"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
public string FJSYSPassword {
|
||||
get {
|
||||
return ((string)(this["FJSYSPassword"]));
|
||||
}
|
||||
set {
|
||||
this["FJSYSPassword"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -161,5 +161,8 @@
|
||||
<Setting Name="EAGLSEncryption" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)" />
|
||||
</Setting>
|
||||
<Setting Name="FJSYSPassword" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)" />
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Reference in New Issue
Block a user