1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-30 15:06:06 +00:00

Formattage

This commit is contained in:
Yan Maniez 2018-06-20 14:47:02 +02:00
parent ac58ea0123
commit e5a1162ad9
2 changed files with 312 additions and 720 deletions

View file

@ -70,6 +70,8 @@ namespace AideDeJeuLib.Monsters
}
}
public IEnumerable<string> Reactions { get; set; }
public IEnumerable<string> LegendaryActions { get; set; }
[IgnoreDataMember]
public IEnumerable<XmlNode> LegendaryActionsNodes
@ -204,6 +206,7 @@ namespace AideDeJeuLib.Monsters
this.SpecialFeaturesNodes = specialFeatures;
this.ActionsNodes = actions;
this.ReactionsNodes = actions;
this.LegendaryActionsNodes = legendaryActions;
var divDescription = divBloc?.SelectSingleNode("div[contains(@class,'description')]");

File diff suppressed because it is too large Load diff