implemented FJSYS archives and MGD images.

This commit is contained in:
morkt
2016-11-25 07:42:32 +04:00
parent f44e13ae34
commit c42c088bf5
14 changed files with 554 additions and 0 deletions

View File

@@ -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;
}
}
}
}