This commit is contained in:
JustArchi
2016-04-26 22:05:58 +02:00
parent 344c2ad23d
commit 8118fe0690
8 changed files with 26 additions and 26 deletions

View File

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