Extract the directory if the registry value points to a filename.

This commit is contained in:
Matthias Mailänder
2020-12-12 15:20:38 +01:00
committed by reaperrr
parent 1f6e0f582a
commit e13fd4816e
6 changed files with 12 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ namespace OpenRA
{
public class ModContent : IGlobalModData
{
public enum SourceType { Disc, Install }
public enum SourceType { Disc, RegistryDirectory, RegistryDirectoryFromFile }
public class ModPackage
{
public readonly string Title;