Support multiple registry path prefixes.

This commit is contained in:
Paul Chote
2016-12-17 17:13:27 +00:00
parent f46a3e2d16
commit d3db66a8af
2 changed files with 10 additions and 4 deletions

View File

@@ -43,6 +43,7 @@ namespace OpenRA
public readonly SourceType Type = SourceType.Disc;
// Used to find installation locations for SourceType.Install
public readonly string[] RegistryPrefixes = { string.Empty };
public readonly string RegistryKey;
public readonly string RegistryValue;