Add ElderMap block type

This commit is contained in:
azakhi
2018-08-12 11:15:45 +03:00
parent f03e37602d
commit 738415f10a
22 changed files with 70 additions and 17 deletions

View File

@@ -281,6 +281,11 @@ namespace Filtration.Parser.Services
AddStringListItemToBlockItems<HasExplicitModBlockItem>(block, trimmedLine);
break;
}
case "ElderMap":
{
AddBooleanItemToBlockItems<ElderMapBlockItem>(block, trimmedLine);
break;
}
}
}