This commit is contained in:
JustArchi
2016-03-23 13:59:54 +01:00
parent b93d5187d6
commit 0bcf2f35b7
3 changed files with 2 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ using System.IO;
namespace ConfigGenerator {
internal class ASFConfig {
internal static List<ASFConfig> ASFConfigs = new List<ASFConfig>();
internal static HashSet<ASFConfig> ASFConfigs = new HashSet<ASFConfig>();
internal string FilePath { get; set; }