1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-29 14:35:45 +00:00
This commit is contained in:
Yan Maniez 2018-08-19 23:37:11 +02:00
parent 485d04523b
commit dbdb55d732
3 changed files with 569 additions and 567 deletions

View file

@ -120,6 +120,9 @@ namespace AideDeJeu.Tools
{
switch(block)
{
case Markdig.Extensions.Tables.Table table:
ParseItemProperties(item, table);
break;
case ContainerBlock blocks:
ParseItemProperties(item, blocks);
break;

View file

@ -35,7 +35,6 @@ namespace AideDeJeuLib
public string Senses { get; set; }
public string Languages { get; set; }
public string Challenge { get; set; }
public string Abilities { get; set; }
public string Description { get; set; }
public IEnumerable<string> SpecialFeatures { get; set; }

File diff suppressed because it is too large Load diff