(EAGLS): encryption variation.

This commit is contained in:
morkt
2016-10-12 11:59:48 +04:00
parent 5b3c4e6abe
commit 92c0ed03e6
8 changed files with 216 additions and 70 deletions

View File

@@ -645,5 +645,17 @@ namespace GameRes.Formats.Properties {
this["PAZTitle"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string EAGLSEncryption {
get {
return ((string)(this["EAGLSEncryption"]));
}
set {
this["EAGLSEncryption"] = value;
}
}
}
}