This commit is contained in:
JustArchi
2016-03-23 13:48:59 +01:00
parent 1426922854
commit b93d5187d6

View File

@@ -37,9 +37,8 @@ namespace ConfigGenerator {
ASFConfigs.Add(this);
}
protected ASFConfig(string filePath) {
protected ASFConfig(string filePath) : this() {
FilePath = filePath;
ASFConfigs.Add(this);
}
internal virtual void Save() {