added GUI widget for encrypted ASB scripts.

This commit is contained in:
morkt
2016-04-20 17:52:23 +04:00
parent 65459934b2
commit 0daf668703
7 changed files with 114 additions and 7 deletions

View File

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