implemented Rpm engine archives.

This commit is contained in:
morkt
2015-09-20 05:25:48 +04:00
parent 409c87653a
commit 888b81572b
11 changed files with 312 additions and 2 deletions

View File

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